I have a question about the ffmpeg segment option.

Asked 2 years ago, Updated 2 years ago, 111 views

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

2022-09-30 17:01

1 Answers

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).


2022-09-30 17:01

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.