ffmpeg 분할기를 사용하여 ogg 비디오를 10초 ogg 비디오 클립으로 분할하려고 합니다.
ffmpeg -i www/VideoPlayer/Videos/wr3libvorbis.ogg -map 0 -f segment -segment_time 10 -segment_list www/VideoPlayer/Videos/wr3libvorbis.m3u8 -acodec libvorbis www/VideoPlayer/Videos/wr3libvorbis%03d.ogg
다음 오류가 발생합니다.
[ogg @ 0x9bda5e0] Application provided invalid, non monotonically increasing dts to muxer in stream 1: 567505 >= 567505
av_interleaved_write_frame(): Invalid argument
-acodec flaac
동영상을 성공적으로 분할할 수 있습니다 . 비디오를 vorbis 오디오 코덱으로 분할하려면 어떤 추가 옵션을 제공해야 합니까?