|
transcode -H0 \ |
|
transcode -H0 \ <- tells transcode not to probe |
|
-f 23.976,1 \ -g 640x352 \ -n 0x1 \ -e 44100,16,2 \ -y ffmpeg \ |
|
-f 23.976,1 \ <- framerate of input video stream -g 640x352 \ <- geometry of input video -n 0x1 \ <- mplayer will feed transcode raw pcm -e 44100,16,2 \ <- samplerate, bit-depth, and channels in source audio -y ffmpeg \ <- use lavc for encoding |
|
--import_asr 3 \ <- always set the import aspect ratio to be equal to the export asr that you are going to target! --export_asr 3 \ |