-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
similarity syntax with ffmpeg-python but have different output result #317
Comments
command run in ffmpeg-python
|
command run in typed-ffmpeg
|
The The message:
indicates a problem related to the timestamps of the frames in the output stream. DTS (Decoding Time Stamp) refers to the timestamp that determines when a frame should be decoded. Non-monotonic DTS means that the timestamps are not in a strictly increasing order. This situation can occur for several reasons:
To solve this issue:
By understanding how the |
|
when run with typed-ffmpeg, in concat demuxer step, there are lot of
|
pkt->dts < max 時會噴的錯 |
正確的, current 是 132300 錯誤的, current 是 36864 |
env
google colab
case
1.1. typed-ffmpeg
steps
no error occured for video concat_demuxer.mp4
but
the result is not expected
duration is 21 sec,
and
can be play only first 2 sec
expected result
duration is 6 sec (because output_t.mp4 duration is 3 sec
and
trim_atrim_duration.mp4 duration is 3 sec)
and can be play full duration 6 sec
1.2. ffmpeg-python
steps
result output video is expected from ffmpeg-python which are 6 secs
and
can be play full
any ideas what's going on in this matter ?
thanks and best regards
Originally posted by @sugizo in #316
https://github.com/livingbio/typed-ffmpeg/discussions/316_
The text was updated successfully, but these errors were encountered: