h264 mp4 index to front command line

 ̄綄美尐妖づ 提交于 2019-12-01 05:09:01

问题


Is there any command line tools to move an h264/mp4 index to the beginning so that flash will start playing the file quicker over the net? I am aware of the tool QTIndexSwapper however it is not command line.

Alternatively is there an ffmpeg command to place the index at the front during an encoding?

Thanks.


回答1:


As answered a few years later;

ffmpeg -i input.mp4 -codec copy -movflags +faststart output.mp4



回答2:


After enough poking around I managed to find a python script called qt-faststart that does it. So far so good. qt-faststart



来源:https://stackoverflow.com/questions/7614635/h264-mp4-index-to-front-command-line

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!