代码拉取完成,页面将自动刷新
Use the .pro file if you already have qtcreator installed, otherwise you can compile by command line (no dependencies). g++ -o moovfirst main.cpp file.cpp atom.cpp log.cpp Moovfirst changes the order of the atoms in an mp4 or a mov such that the moov atom (the index of the video) is at the beginning. Moovfirst takes two parameters, the input file and the output file (must be different). This program has not been extensively tested, especially on large files, so TEST the output video before removing the original one. for m in *.mp4; do ./moovfirst "$m" "${m%.mp4}"_stream.mp4; done; If you feel confident add a mv to replace the original: for m in *.mp4; do ./moovfirst "$m" tmp.mp4; mv tmp.mp4 "${m%.mp4}"_stream.mp4; done;
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。