Questions tagged [mpdecimate]
4 questions
6
votes
1 answer
Is it good to use minterpolate in FFmpeg for reducing blurred frames
I'm using FFMPEG to slice png files from videos.
I'm slicing the videos in fps between 1-3 depending on some video metadata.
I can see that when the subjects in the video moving fast or the camera are not steady I will get blurred frames. I try to…

Udi
- 598
- 8
- 19
1
vote
1 answer
FFmpeg convert video to images with complex logic
I'm trying to use FFMPEG in order to solve some complex logic on my videos.
The business logic is the following:
I get videos from the formats: avi, mp4, mov.
I don't know what is the content in the video. It can be from 1M to 5G.
I want to output a…

Udi
- 598
- 8
- 19
0
votes
0 answers
ffmpeg-python output gives file not found error
I am trying out mpdecimate using ffmpeg-python library https://pypi.org/project/ffmpeg-python/.
However, I get a file not found error for the simple code below.
def remove_duplicate_ffmpeg(video_file_path,out_video_file_path):
out, err = (
…

user7760
- 1
0
votes
1 answer
Use debug log from ffmpeg mpdecimate to remove frames of another input file
I have a security cam footage, which I'd like to remove all frames from which are don't contain any change. I followed the question and answer on Remove sequentially duplicate frames when using FFmpeg
But my footage has a timestamp as part of the…

Preexo
- 2,102
- 5
- 29
- 37