Hello,
I’m trying to write MP4 files using FFmpeg with the -movflags +faststart
option, possibly with libx264, but I can’t seem to get it to work properly.
I’ve tried setting the OPENCV_FFMPEG_WRITER_OPTIONS
environment variable to movflags;+faststart
, but still no luck.
Currently, I’m using OpenH264 with the x264
FourCC, and I’m writing MKV files in order to make them streamable during the writing process.
Can anyone suggest what I might be doing wrong or offer advice on how to correctly set this up to write MP4 files that are streamable with -movflags +faststart
?
Thanks in advance!