Relative Content

Tag Archive for pythonffmpegffmpeg-python

the “non-monotonic DTS in output stream ” error while concatenation even after reencoded input files

hi I am trying to write a Python program that is trying to first edit different videos separately under the heading “intro” “story” and “byte” with the help of FFmpeg and Python subprocess module and then concatenate them in the function named “bind”. At first, I encountered this “Non-monotonic DTS in output stream” then i reencoded the input files before concatenating them but i am still getting this error

Can I only use video file to countdown at last frame?

I save the last frame to image when I create a video, then I convert image to 10 seconds video and put countdown on it, at last, merge this two videos. I can also use video to countdown but that start from first frame, how can I countdown at last frame?