Re: warning: Video template standard must be one of pal/ntsc
Francesco Romani <[email protected]> Sun, 14 Feb 2010 11:13:15 +0100
| Newsgroups | gmane.comp.video.transcode.user |
|---|---|
| Message-ID | <[email protected]> |
On Sat, 2010-02-13 at 02:15 -0200, Dâniel Fraga wrote: > fraga@tux ~/src$ transcode -J transform=smoothing=1 -i pombas.mp4 -y ffmpeg,tcaud -F h264="-vpre default" -o STABILE.mp4 > I don't understand why PAL/NTSC must be set... what is the reason for this? Thanks. Because transcode misinterpretes the value of the -F option you're passing to it. transcode interpretes that as you're trying to use the [h264="-vpre default"] codec. I guess you're trying to pass some ffmpeg-specific settings to transcode. Use the ffmpeg.cfg file for that. Bests, -- Francesco Romani // Ikitt