![Theora vorbis 비디오 파일을 분할하기 위해 ffmpeg를 사용할 수 없습니다](https://linux55.com/image/32206/Theora%20vorbis%20%EB%B9%84%EB%94%94%EC%98%A4%20%ED%8C%8C%EC%9D%BC%EC%9D%84%20%EB%B6%84%ED%95%A0%ED%95%98%EA%B8%B0%20%EC%9C%84%ED%95%B4%20ffmpeg%EB%A5%BC%20%EC%82%AC%EC%9A%A9%ED%95%A0%20%EC%88%98%20%EC%97%86%EC%8A%B5%EB%8B%88%EB%8B%A4.png)
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 오디오 코덱으로 분할하려면 어떤 추가 옵션을 제공해야 합니까?