是否可以从命令行运行ffmpeg,它将'moov atom'元数据放在MP4文件的开头或运行qt-faststart作为ffmpeg中的后处理操作,这样生成的文件就可以通过互联网?
我当然可以将它作为一个单独的命令运行,但更喜欢它是某种东西
编辑1
http://ffmpeg.org/ffmpeg.html#mov
MOV/MP4复用器
多路复用器选项包括:
'-moov_size字节'
Run Code Online (Sandbox Code Playgroud)Reserves space for the moov atom at the beginning of the file instead of placing the moov atom at the end. If the space reserved is insufficient, muxing will fail.
mp4 ffmpeg video-processing video-streaming video-conversion