[mythtv-users] myth2ipod/nuvexport

Chris Isip cmisipster at gmail.com
Mon Nov 12 22:17:16 UTC 2007


On Nov 12, 2007 4:50 PM, Paul Kidwell <tmbomber at gmail.com> wrote:

> On Nov 10, 2007 9:51 PM, Chris Isip <cmisipster at gmail.com> wrote:
> >
> > I got this from the net somewhere  and seems to work well for my ipod
> touch.
> >
> > #!/bin/bash
> > rm -rf tmp.mpg* 2> /dev/null
> > mythtranscode --mpeg2 -i $1 -o tmp.mpg
> > /usr/bin/ffmpeg -i tmp.mpg  -acodec aac -ac 2 -ar 44100 -ab 128k -s
> 320x240
> > -vcodec h264 -b 300k -flags +loop -cmp +chroma -partitions
> > +parti4x4+partp8x8+partb8x8 -me umh -subq 5 -trellis 1 -refs 1 -coder 0
> > -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -bt
> 300k
> > -maxrate 300k -bufsize 300k -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin
> 15
> > -qmax 51 -qdiff 4 -level 30 -aspect 320:240 $2
> > rm -rf tmp.mpg* 2> /dev/null
> >
>
> That looks... wonderful :)
>
> Could you elaborate a little on how your using that???
>
> I take it you're saving that in a script, and making it executable.
> What I'm asking is are you using it from the command line for manual
> operation? Or are you somehow having MythTV automatically execute it
> in some way.
>
> Details, please :)
>
> Paul
> _______________________________________________
> mythtv-users mailing list
> mythtv-users at mythtv.org
> http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
>

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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mythtv.org/pipermail/mythtv-users/attachments/20071112/38e572b4/attachment.htm 


More information about the mythtv-users mailing list