follow up:
I got HQ on youtube:

http://www.youtube.com/watch?v=zzrTf6lZHUI

find ./ -name *.dv -exec \
  transcode -threads 2 \
     -i {} -x dv,null -o tc/a{}.mpg \
     -y ffmpeg,null -F h264 --encode_fields p \
     --frame_interval 400 -J fps=29:1:pre

avimerge -i [01]*.mpg cap/*.mpg -A 0 -o x.mpg

But using the 'same thing' on a different source did not trigger the HQ mode.

I am guessing tc is picking up some parameters from my source (.dv files), so if
I plug them in as export parameters, I should have the same thing, right?

Carl K

Reply via email to