<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>
<div>&nbsp;</div>
<div>--Douglas Wagner<br><br>&nbsp;</div>
<div><span class="gmail_quote">On 4/28/07, <b class="gmail_sendername">Jon</b> &lt;<a href="mailto:jon@sd-6.org">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 href="http://ghost/ipodfeed/">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 href="mailto:mythtv-users@mythtv.org">mythtv-users@mythtv.org</a><br><a href="http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users">
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a><br></blockquote></div><br>