[mythtv-users] myth2ipod/nuvexport

Paul Kidwell tmbomber at gmail.com
Mon Nov 12 21:50:27 UTC 2007


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


More information about the mythtv-users mailing list