issues
search
cgwire
/
zou
Zou is the Kitsu API. It allows you to store and manage your production data
https://zou.cg-wire.com
GNU Affero General Public License v3.0
170
stars
104
forks
source link
[playlists] fix concat playlist build with Non-monotonic DTS
#888
Closed
EvanBldy
closed
4 days ago
EvanBldy
commented
4 days ago
Problem
Sometimes we have problems with concat playlists due to non-monotonic DTS in ffmpeg (see here :
https://stackoverflow.com/questions/53021266/non-monotonous-dts-in-output-stream-previous-current-changing-to-this-may-result
).
Solution
Use a select instead.
Problem
Solution