<div>All:</div>
<div> </div>
<div> Ok, so I really don't know what i'm doing here I guess. Just got a 30g iPod about a week ago. I'm trying to get some of the MythTV Kids shows i've got onto the iPod for a trip to denver we're taking in about 2 weeks...limited Timeframe.
</div>
<div> </div>
<div>So, I got myth2ipod from the site, downloaded everything and set it all up. 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. AWESOME!
</div>
<div> </div>
<div>So next I subscribe to the podcast for the myth shows and go to sync...at which point I get: "Some of the videos from your iTunes library, including the video <video here>, were not copied to the iPod <iPod Name> because they cannot be played on this iPod."
</div>
<div> </div>
<div>Huh? I can watch the shows through iTunes itself so I know the transcode worked to a valid file. On disk it is shown as an mp4 file. If I then go to the podcast file in iTunes, right click and select "Convert selection for iPod" the conversion happens, the show goes into the "videos" 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> </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> </div>
<div>I understand that there's a specific format and parameters that these files need to be in for the iPod to show them. And i'm guessing that the reason iTunes refuses to push them to the iPod is because they're out of spec. However, I am stuck here. So, i'll start posting some info on my spec:
</div>
<div> </div>
<div>ffmpeg -version:</div>
<div>FFmpeg version SVN-r6524, Copyright (c) 2000-2006 Fabrice Bellard, et al.<br> configuration: --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> libavutil version: 49.0.1<br> libavcodec version: 51.16.0<br> libavformat version: 50.5.0<br> built on Oct 27 2006 08:36:51, gcc: 4.1.1 20060525 (Red Hat 4.1.1-1)<br>ffmpeg SVN-r6524<br>libavutil 3211265<br>
libavcodec 3346432<br>libavformat 3278080<br> </div>
<div>Myth2Ipod Script Variables:</div>
<div># User variables<br> my $portable = "ipod";<br> my $feedfile = "/video/ipodfeed/feed.php";<br> my $feedpath = "/video/ipodfeed/";<br> my $wwwloc = "/var/www/html/";
<br> my $feedurl = "<a href="http://ghost/ipodfeed/">http://ghost/ipodfeed/</a>";<br> my $nuvoptions ="--mode=iPod --nice=19 --cutlist --nodenoise --nodeinterlace --nomultipass";<br> </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> </div>
<div>In iTunes when I go to the podcast, right click, and do a "get info" 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> </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> </div>
<div>I can't figure out what would be causing this not to transfer to the iPod: maybe the "0" bit rate is causing iTunes to say it's not good? There's got to be SOME settings I can throw into myth2ipod's script to allow it to properly transcode the file to be correctly recognized and play on the iPod.
<br> </div>
<div>HELP!!!! I have 2 weeks to get this figured out or i'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'm willing to get either myth2ipod to work or make ANY OTHER SOLUTION work to get files to the iPod. Transcoding takes time and I have a limited amount between now and the trip...and I still have yet to test my car's dvd player to ensure it can play what i'm pushing to it from the iPod.
</div>
<div> </div>
<div>--Douglas Wagner</div>