While I am able to encode an mp4 file which I can play on my local windows machine, I am having trouble encoding files to mp4 which are readable when streaming by safari, etc.
After a bit of reading, I believe my issue is that I must move the metadata from the end of the file to the beginning in order for the converted mp4 files to be streamable.
To that end, I am trying to find out if the …
我尝试使用命令-movflags faststart
并得到以下错误:
Microsoft Windows [版本6.0.6002]版权所有(c)2006 Microsoft Corporation.版权所有.
C:\ uploads\1\videos> ffmpeg -i simple1.mp4 -codec copy -map 0 -movflags faststart output.mp4
-movflags faststart output.mp4 ffmpeg version N-34549-g13b7781,Copyright(c)2000-2011 FFmpeg开发人员建立于2011年11月6日22:02:08,配置gcc 4.6.1:--enable-gpl --enable- version3 --disable -w32threads --enable -ru ntime-cpudetect --enable-avisynth --enable-bzlib --enable-frei0r --enable-libope ncore-amrnb --enable-libopencore-amrwb --enable-libfreetype - -enable-libgsm --en-libmp3lame --enable-libopenjpeg --enable-librtmp --enable-libschroedinger - -enable-libspeex --enable-libtheora --enable-libvo-aacenc --enable-libvo-amrwben c --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libxavs --enable-libxvid --enable-zlib libavutil 51. 24. 0/51. 24. 0 libavcodec 53. 28. 0/53 .28 0 libavformat 53. 19. 0/53. 19. 0 libavdevice …
所以我的计算机上有很多 mp4 文件,我读到 QT-FastStart 用于将元数据从文件末尾移动到开头,但我如何使用或运行它?
每次我将文件拖放到 qt-faststart 中时,似乎什么都没有发生?
我从这里下载了64位版本: https://web.archive.org/web/20140206214912/http ://ffmpeg.zeranoe.com/blog/?p=59
我是否需要批处理文件或其他东西或特定的命令行参数才能使其运行?