<br><br><div class="gmail_quote">On Nov 12, 2007 4:50 PM, Paul Kidwell <<a href="mailto:tmbomber@gmail.com">tmbomber@gmail.com</a>> 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 <<a href="mailto:cmisipster@gmail.com">cmisipster@gmail.com</a>> wrote:<br>><br>> I got this from the net somewhere and seems to work well for my ipod touch.
<br>><br>> #!/bin/bash<br>> rm -rf tmp.mpg* 2> /dev/null<br>> mythtranscode --mpeg2 -i $1 -o tmp.mpg<br>> /usr/bin/ffmpeg -i tmp.mpg -acodec aac -ac 2 -ar 44100 -ab 128k -s 320x240<br>> -vcodec h264 -b 300k -flags +loop -cmp +chroma -partitions
<br>> +parti4x4+partp8x8+partb8x8 -me umh -subq 5 -trellis 1 -refs 1 -coder 0<br>> -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt 300k<br>> -maxrate 300k -bufsize 300k -rc_eq 'blurCplx^(1-qComp)' -qcomp
0.6 -qmin 15<br>> -qmax 51 -qdiff 4 -level 30 -aspect 320:240 $2<br>> rm -rf tmp.mpg* 2> /dev/null<br>><br><br></div>That looks... wonderful :)<br><br>Could you elaborate a little on how your using that???<br>
<br>I take it you're saving that in a script, and making it executable.<br>What I'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. It needs two arguments, the file to transcode and the name of the output file. I do it on the command line. Haven't got a lot of videos that I want to transcode for the ipod touch. I run it a few times in another script so I can transcode 20 shows in 2 days.
<br><br><br></div></div><br>