ffmpeg 参数 codec 是什么意思
网上教程看到的
只知道
-vcodec copy表示使用跟原视频一样的视频编解码器。
-acodec copy表示使用跟原视频一样的音频编解码器。
codec 是包括了上面两个参数么?
辽宁省网友说:http://ffmpeg.org/ffmpeg.html#Main-options
Select an encoder (when used before an output file) or a decoder (when used before an input file) for one or more streams. codec is the name of a decoder/encoder or a special value copy (output only) to indicate that the stream is not to be re-encoded.