I'm trying to create a segment file using ffmpeg, but when I try using the test file, it says that I can't use the option with segment.For example, segment_time.
ffmpeg -h shows ffmpeg options, but there was no segment.
If ffmpeg can use the segment option, will the segment appear there?
If not, do I need to recompile ffmpeg?
ffmpeg
ffmpeg-forms2>/dev/null | grep segment
should be available if you want to run Esegment segment
and see a string such as Esegment segment
.
In addition, ffmpeg-h full
means segment_time
and so on (if segment-related features are available).
© 2024 OneMinuteCode. All rights reserved.