<div>Ok so I got a chance to try the AtomicParsley, I get what it&#39;s doing now.&nbsp; I probably wasn&#39;t clear.&nbsp; </div>
<div>&nbsp;</div>
<div>The mythTV show transcodes down to a mp4 file, that mp4 file does in fact get displayed to the podcast and that podcast does in fact download to iTunes.&nbsp; It plays just fine in iTunes so all the underlying meta-data for the mp4 file is properly correct, I ran AtomicParsley using the example given for making the file into a video Podcast, it created the temp file, I added the temp file to the library and it refused to sync that also due to the video being in the wrong format. 
</div>
<div>&nbsp;</div>
<div>When I look at Myth2Ipod / nuvExport, particuarly the &quot;debug&quot; run that I did I have a few questions:</div>
<div>&nbsp;</div>
<div>forking:<br>/bin/nice -n19 ffmpeg -y -f s16le -ar 48000 -ac 2 -i /tmp/fifodir_18168/audout -f rawvideo -pix_fmt yuv420p -s 1280x720 -aspect 1.77777777777778 -r 59.940 -i /tmp/fifodir_18168/vidout -aspect 1.77777777777778
 -r 23.97 -croptop&nbsp;&nbsp;&nbsp; 10 -cropright 18 -cropbottom 10 -cropleft&nbsp; 18 -s 320x176&nbsp; -vcodec h264 -b &#39;393216&#39; -title &#39;24 - Day 6: 6:00PM - 7:00PM&#39; -level 30 -loop 1 -g 250 -keyint_min 25 -sc_threshold 40 -rc_eq &#39;blurCplx^(1-qComp)&#39; -bt &#39;393216&#39; -maxrate &#39;786432&#39; -bufsize &#39;249856&#39; -i_qfactor &#39; 
0.71428572&#39; -b_qfactor &#39;0.76923078&#39; -bf &#39;0&#39; -refs 2 -subq 7 -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -flags2 +bpyramid+wpred+mixed_refs+8x8dct+brdo -me_range 21 -trellis 2 -chroma 1 -slice 2 -cmp 1 -deblockalpha 0 -deblockbeta 0 -acodec aac -ar 48000 -async 1 -ab 64 &#39;/mnt/varchive/1021_20070312200000.temp.mp4&#39; 2&gt;&amp;1 
</div>
<div>&nbsp;</div>
<div>First, the 1280x720 - This is the origial size of the show as recorded by MythTV...isn&#39;t this out of spec for the iPod?&nbsp; Doesn&#39;t it do either 320x240 or 640x480 only?&nbsp; Or is that the original size and it&#39;s being cut down to 320x176 (just before the h264 vcodec switch)?&nbsp; 
</div>
<div>&nbsp;</div>
<div>Is there something in the line above that makes this out of iPod spec?&nbsp; Or is there something I should be setting specifically with AtomicParsley to get iTunes to figure that it&#39;s OK to play this on an iPod?</div>

<div>&nbsp;</div>
<div>--Douglas Wagner<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/28/07, <b class="gmail_sendername">Douglas Wagner</b> &lt;<a href="mailto:douglasw0@gmail.com">douglasw0@gmail.com</a>&gt; wrote:</span>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>Ok, I kind of need to remediate a few minutes.&nbsp; I just realized last week that I could even do any of this.&nbsp; I&#39;m a computer tech but I know almost nothing about video, codecs, etc.</div>
<div>&nbsp;</div>
<div>To my knowledge I need to be using mp4 (MPEG-4) format to get the ipod to correctly play the files.&nbsp; I&#39;m not sure where h264 comes in, is that a standard format for the video?&nbsp; (I probalby should have posted that i&#39;m recording via a pchdTV3000 card, the recordings are dropped into my video directory in mpg format.) 
</div>
<div>&nbsp;</div>
<div>My assumption at this point is that myth2ipod is asking nuvexport to produce a file that is out of the iPod&#39;s range of play.</div>
<div>&nbsp;</div>
<div>What I don&#39;t understand is how to tell nuvexport&nbsp;to do something differently than it&#39;s doing now.&nbsp; I&#39;m not sure where i&#39;d tell myth2ipod to encode in xvid format or what that would do for me.&nbsp; Honestly i&#39;m pretty lost on this whole thing. 
</div>
<div>&nbsp;</div>
<div>I&#39;ll take a look at AtomicParsley and see if I can get some info from it.&nbsp; Any additional information anyone would like to provide (or a tutorial on some of this transcoding stuff) would be most helpful.</div><span class="sg">

<div>&nbsp;</div>
<div>--Douglas Wagner<br><br>&nbsp;</div></span>
<div><span class="e" id="q_1123a74169f09a1d_2">
<div><span class="gmail_quote">On 4/28/07, <b class="gmail_sendername">Jon</b> &lt;<a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:jon@sd-6.org" target="_blank">jon@sd-6.org</a>&gt; wrote:</span> 
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid"><br><br>Douglas Wagner wrote:<br><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Myth2Ipod Script Variables:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; # User variables 
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $portable = &quot;ipod&quot;;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $feedfile = &quot;/video/ipodfeed/feed.php&quot;;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $feedpath = &quot;/video/ipodfeed/&quot;;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $wwwloc = &quot;/var/www/html/&quot;; 
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $feedurl = &quot;<a onclick="return top.js.OpenExtLink(window,event,this)" href="http://ghost/ipodfeed/" target="_blank">http://ghost/ipodfeed/</a>&quot;;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $nuvoptions =&quot;--mode=iPod --nice=19 --cutlist --nodenoise
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; --nodeinterlace --nomultipass&quot;; <br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Putting a --debug into the $nuvoptions line above I get the<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; following when I run (for nuvexport options)<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Starting nuvexport...
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; /usr/local/bin/nuvexport --chanid=1021 --start=20070312200000 <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; --debug --mode=iPod --nice=19 --cutlist --nodenoise --nodeinterlace<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; --nomultipass --filename=1021_20070312200000.temp<br>
&gt;&nbsp;&nbsp;&nbsp;&nbsp; --path=/video/ipodfeed/<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; In iTunes when I go to the podcast, right click, and do a &quot;get info&quot; <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; the following is showing:<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Kind: MPEG-4 Video file<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Profile: Low Compatibility
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Size: 182 MB<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Channels: Stereo<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Bit Rate: 64 kbps<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Purchase Date: 1/1/1970 12:00am <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Sample Rate: 48,000 kHz<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Total Bit Rate: 0 kbps<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Date Modified: 4/28/2007 2:45 PM
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Play Count: 0<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; Last Played: Not Available.<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; (Note: The file info here is not the file I ran the info on above in <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; case the Date modified looks wrong).<br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; I can&#39;t figure out what would be causing this not to transfer to the
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; iPod: maybe the &quot;0&quot; bit rate is causing iTunes to say it&#39;s not <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; good?&nbsp;&nbsp;There&#39;s got to be SOME settings I can throw into myth2ipod&#39;s<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; script to allow it to properly transcode the file to be correctly
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; recognized and play on the iPod.<br><br>To use iTunes to transfer h264 videos to your iPod, you need to have a <br>specific tag in the file. AtomicParsley(svn) can add it with the<br>following command.<br>AtomicParsley &lt;file&gt; --DeepScan --iPod-uuid 1200 --overWrite
<br><br><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; HELP!!!! I have 2 weeks to get this figured out or i&#39;m stuck in a <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; car for 15 hours with a 5 yo and an 3 yo who have VERY limited<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; entertainment...<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; At this point, i&#39;m willing to get either myth2ipod to work or make
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; ANY OTHER SOLUTION work to get files to the iPod.&nbsp;&nbsp;Transcoding takes <br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; time and I have a limited amount between now and the trip...and I<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; still have yet to test my car&#39;s dvd player to ensure it can play
<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; what i&#39;m pushing to it from the iPod.<br><br>If you don&#39;t want to re-encode, use AtomicParsley.&nbsp;&nbsp;Alternatively you<br>can have myth2ipod encode with xvid instead.&nbsp;&nbsp;IMHO, the time it takes to<br>encode the h264 vs. xvid, is not worth the small gain in quality or
<br>smaller filesize, unless you are outputting it to a TV.<br><br><br>&gt;<br>&gt;&nbsp;&nbsp;&nbsp;&nbsp; --Douglas Wagner<br>&gt;<br>&gt;<br>&gt;<br>&gt; ------------------------------------------------------------------------<br><br>--<br>
Jon <br>_______________________________________________<br>mythtv-users mailing list<br><a onclick="return top.js.OpenExtLink(window,event,this)" href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org
</a><br><a onclick="return top.js.OpenExtLink(window,event,this)" href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote>
</div><br></span></div></blockquote></div><br>