h264 mp4 index to front command line

后端 未结 2 1500
醉酒成梦
醉酒成梦 2021-01-14 03:47

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 QTIndexSwa

2条回答
  •  旧巷少年郎
    2021-01-14 04:31

    As answered a few years later;

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

提交回复
热议问题