<br><br><div class="gmail_quote">On Nov 12, 2007 4:50 PM, Paul Kidwell &lt;<a href="mailto:tmbomber@gmail.com">tmbomber@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div class="Ih2E3d">On Nov 10, 2007 9:51 PM, Chris Isip &lt;<a href="mailto:cmisipster@gmail.com">cmisipster@gmail.com</a>&gt; wrote:<br>&gt;<br>&gt; I got this from the net somewhere &nbsp;and seems to work well for my ipod touch.
<br>&gt;<br>&gt; #!/bin/bash<br>&gt; rm -rf tmp.mpg* 2&gt; /dev/null<br>&gt; mythtranscode --mpeg2 -i $1 -o tmp.mpg<br>&gt; /usr/bin/ffmpeg -i tmp.mpg &nbsp;-acodec aac -ac 2 -ar 44100 -ab 128k -s 320x240<br>&gt; -vcodec h264 -b 300k -flags +loop -cmp +chroma -partitions
<br>&gt; +parti4x4+partp8x8+partb8x8 -me umh -subq 5 -trellis 1 -refs 1 -coder 0<br>&gt; -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 300k<br>&gt; -maxrate 300k -bufsize 300k -rc_eq &#39;blurCplx^(1-qComp)&#39; -qcomp 
0.6 -qmin 15<br>&gt; -qmax 51 -qdiff 4 -level 30 -aspect 320:240 $2<br>&gt; rm -rf tmp.mpg* 2&gt; /dev/null<br>&gt;<br><br></div>That looks... wonderful :)<br><br>Could you elaborate a little on how your using that???<br>
<br>I take it you&#39;re saving that in a script, and making it executable.<br>What I&#39;m asking is are you using it from the command line for manual<br>operation? Or are you somehow having MythTV automatically execute it
<br>in some way.<br><br>Details, please :)<br><font color="#888888"><br>Paul<br></font><div><div></div><div class="Wj3C7c">_______________________________________________<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" target="_blank">http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users</a></div></div></blockquote><div><br>That is the entire script, just save to a file and make it executable.&nbsp;&nbsp; It needs two arguments, the&nbsp; file to transcode and the&nbsp; name of the output file.&nbsp;&nbsp; I do it on the command line.&nbsp; Haven&#39;t got a&nbsp; lot of videos that I want to&nbsp; transcode for the ipod touch.&nbsp;&nbsp; I run it a few times in another&nbsp; script so I can transcode 20 shows in 2 days.
<br><br><br></div></div><br>