[mythtv-users] ffmpeg convert an ISO to view on PSP - "could not find codec parameters"

David Fishburn dfishburn.mythtv at gmail.com
Sat Sep 15 23:39:16 UTC 2007


> cat $ISODIR/video_ts/*.vob | ffmpeg -i - -y -acodec aac -ab 96 -vcodec h264 -b 280
> >>kb -ar 48000 -mbd 2 -coder 1 -cmp 2 -subcmp 2 -s 480x272 -r 30000/1001 -f psp -f
> >>lags loop -trellis 2 -partitions parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -l
> >>evel 13 -vol 500 "${OUTFILENAME}"


Vim line breaks with wrap ...

That should read:

cat $ISODIR/video_ts/*.vob | ffmpeg -i - -y -acodec aac -ab 96 -vcodec
h264 -b 280kb -ar 48000 -mbd 2 -coder 1 -cmp 2 -subcmp 2 -s 480x272 -r
30000/1001 -f psp -f lags loop -trellis 2 -partitions
parti4x4+parti8x8+partp4x4+partp8x8+partb8x8 -level 13 -vol 500
"${OUTFILENAME}"


More information about the mythtv-users mailing list