Stephen Oberholtzer wrote:
I'm doing experiments with converting DVDs for my iPod.  I have mpeg4
sorted out, but h264 doesn't work because the default settings result
in a higher complexity than the iPod can handle.

Unfortunately, I can't seem to figure out how to pass further to the
ffmpeg codec.  What do I need to do?

I'm using transcode v1.06rc1.


you either want:
       -F codec_string
              encoder parameter strings [module dependent].
              The -F parameter has different  meanings  for  different  export
              modules.

              -y ffmpeg:
                The  codec  String  for  the codec you want to encode. Example
              values are -F mpeg4 or -F mpeg1video or -F  huffyuv.  To  get  a
              list of valid codecs, use -F list


or ffmpeg.cfg:
http://www.transcoding.org/cgi-bin/transcode?Transcode_FAQ

I would dig up some examples, but i need to get out the door. maybe when I come back.

Carl K

Reply via email to