<div>All:</div>
<div>&nbsp;</div>
<div>&nbsp;&nbsp;&nbsp;&nbsp; Ok, so I really don&#39;t know what i&#39;m doing here I guess.&nbsp; Just got a 30g iPod about a week ago.&nbsp; I&#39;m trying to get some of the MythTV Kids shows i&#39;ve got onto the iPod for a trip to denver we&#39;re taking in about 2 weeks...limited Timeframe.
</div>
<div>&nbsp;</div>
<div>So, I got myth2ipod from the site, downloaded everything&nbsp;and set it all up.&nbsp; At the end of which I can transcode a show in the library, it gets put into the right place on disk, feed.php picks it up and iTunes even shows the podcast and will keep it up to date.&nbsp; AWESOME!
</div>
<div>&nbsp;</div>
<div>So next I subscribe to the podcast for the myth shows and go to sync...at which point I get: &quot;Some of the videos from your iTunes library, including the video &lt;video here&gt;, were not copied to the iPod &lt;iPod Name&gt; because they cannot be played on this iPod.&quot;
</div>
<div>&nbsp;</div>
<div>Huh?&nbsp; I can watch the shows through iTunes itself so I know the transcode worked to a valid file.&nbsp; On disk it is shown as an mp4 file.&nbsp; If I then go to the podcast file in iTunes, right click and select &quot;Convert selection for iPod&quot; the conversion happens, the show goes into the &quot;videos&quot; section and WILL sync, however no video shows up, I get ONLY audio in iTunes when I play it and NOTHING but a black screen (not even audio) when I try to play it on the iPod.
</div>
<div>&nbsp;</div>
<div>Working off of iTunes 7 (most up to date), and a recent version of the iPod (Software Version 1.2.1 according to about iPod).</div>
<div>&nbsp;</div>
<div>I understand that there&#39;s a specific format and parameters that these files need to be in for the iPod to show them.&nbsp; And i&#39;m guessing that the reason iTunes refuses to push them to the iPod is because they&#39;re out of spec.&nbsp; However, I am stuck here.&nbsp; So, i&#39;ll start posting some info on my spec:
</div>
<div>&nbsp;</div>
<div>ffmpeg -version:</div>
<div>FFmpeg version SVN-r6524, Copyright (c) 2000-2006 Fabrice Bellard, et al.<br>&nbsp; configuration:&nbsp; --prefix=/usr --libdir=/usr/lib --shlibdir=/usr/lib --mandir=/usr/share/man --enable-mp3lame --enable-libogg --enable-vorbis --enable-faadbin --enable-faac --enable-xvid --enable-x264 --enable-a52 --enable-a52bin --enable-dts --enable-pp --enable-shared --enable-pthreads --enable-dc1394 --enable-gpl --disable-strip --extra-cflags=-O2 -g -pipe -Wall -Wp,-D_FORTIFY_SOURCE=2 -fexceptions -fstack-protector --param=ssp-buffer-size=4 -m32 -march=i386 -mtune=generic -fasynchronous-unwind-tables
<br>&nbsp; libavutil version: 49.0.1<br>&nbsp; libavcodec version: 51.16.0<br>&nbsp; libavformat version: 50.5.0<br>&nbsp; built on Oct 27 2006 08:36:51, gcc: 4.1.1 20060525 (Red Hat 4.1.1-1)<br>ffmpeg&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; SVN-r6524<br>libavutil&nbsp;&nbsp; 3211265<br>
libavcodec&nbsp; 3346432<br>libavformat 3278080<br>&nbsp;</div>
<div>Myth2Ipod Script Variables:</div>
<div># User variables<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $portable = &quot;ipod&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $feedfile = &quot;/video/ipodfeed/feed.php&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $feedpath = &quot;/video/ipodfeed/&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $wwwloc = &quot;/var/www/html/&quot;;
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $feedurl = &quot;<a href="http://ghost/ipodfeed/">http://ghost/ipodfeed/</a>&quot;;<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; my $nuvoptions =&quot;--mode=iPod --nice=19 --cutlist --nodenoise --nodeinterlace --nomultipass&quot;;<br>&nbsp;</div>

<div>Putting a --debug into the $nuvoptions line above I get the following when I run (for nuvexport options)</div>
<div>Starting nuvexport...<br>/usr/local/bin/nuvexport --chanid=1021 --start=20070312200000 --debug --mode=iPod --nice=19 --cutlist --nodenoise --nodeinterlace --nomultipass --filename=1021_20070312200000.temp --path=/video/ipodfeed/
<br>&nbsp;</div>
<div>In iTunes when I go to the podcast, right click, and do a &quot;get info&quot; the following is showing:</div>
<div>Kind: MPEG-4 Video file</div>
<div>Profile: Low Compatibility</div>
<div>Size: 182 MB</div>
<div>Channels: Stereo</div>
<div>Bit Rate: 64 kbps</div>
<div>Purchase Date: 1/1/1970 12:00am</div>
<div>Sample Rate: 48,000 kHz</div>
<div>Total Bit Rate: 0 kbps</div>
<div>Date Modified: 4/28/2007 2:45 PM</div>
<div>Play Count: 0</div>
<div>Last Played: Not Available.</div>
<div>&nbsp;</div>
<div>(Note: The file info here is not the file I ran the info on above in case the Date modified looks wrong).</div>
<div>&nbsp;</div>
<div>I can&#39;t figure out what would be causing this not to transfer to the iPod: maybe the &quot;0&quot; bit rate is causing iTunes to say it&#39;s not good?&nbsp; There&#39;s got to be SOME settings I can throw into myth2ipod&#39;s script to allow it to properly transcode the file to be correctly recognized and play on the iPod.
<br>&nbsp;</div>
<div>HELP!!!! I have 2 weeks to get this figured out or i&#39;m stuck in a car for 15 hours with a 5 yo and an 3 yo who have VERY limited entertainment...</div>
<div>At this point, i&#39;m willing to get either myth2ipod to work or make ANY OTHER SOLUTION work to get files to the iPod.&nbsp; Transcoding takes time and I have a limited amount between now and the trip...and I still have yet to test my car&#39;s dvd player to ensure it can play what i&#39;m pushing to it from the iPod.
</div>
<div>&nbsp;</div>
<div>--Douglas Wagner</div>