Remove dead frames from a video using ffmpeg with mpdecimate

Remove dead frames from a video using ffmpeg with mpdecimate

Donald Feury

4 года назад

5,560 Просмотров

Ссылки и html тэги не поддерживаются


Комментарии:

S Y R EDITS
S Y R EDITS - 28.05.2023 15:06

Which commande I should use in win 10 ?

Ответить
The Relay Computer Channel
The Relay Computer Channel - 23.04.2023 01:02

I was wondering if you know a way to remove sequences of identical frames in such a way than only the frames above a certain number are removed, but still leaving the ones up to that number intact. I mean, for example, let's say that we want to allow up to 15 identical frame sequences. If a sequence of 100 identical frames is found, then the result would be 15 such frames. If a sequence of 50 frames is found, then again the result would be 15 frames on the output file, and so on. The purpose of that would be to keep idle times in screen captures, but limiting their max duration to a particular number of frames (for example 15 as per the above example). Any ideas about how I can accomplish that?

Ответить
The Relay Computer Channel
The Relay Computer Channel - 21.04.2023 21:45

Wow, this saved a A LOT of time yet getting much better results. Thank you very much for sharing this !

Ответить
igortube
igortube - 08.04.2023 15:12

A nice effect for 30fps footage is to decimate a video to remove repeat frames. Put that into After FX then use Twixtor effect to add an in-between frame to convert the 30fps to 60fps.

It also works on footage recorded at 60+fps which still has repeat frames for whatever reason. Decimate then Twixtor is for heavily transformative music videos where the original audio isn't necessary.

Ответить
Carlos Giraldo
Carlos Giraldo - 26.11.2022 19:15

Thank you for these FFMPEG series. Really, really useful 🤯!

Ответить
MVO
MVO - 25.11.2022 21:40

ffmpeg -i FILE -vf mpdecimate,setpts=N/FRAME_RATE/TB -an OUT

(for my personal reference when I come back to this video)

Ответить
Антон Чехов
Антон Чехов - 14.09.2022 22:28

its amazing!!!!

Ответить
The Brad Pickler Channel
The Brad Pickler Channel - 31.08.2022 22:52

Great video, dude.

Ответить
محمد عبدالله
محمد عبدالله - 18.08.2022 14:58

Thanks... How to remove black frames(screen) from a recorded video with audio?

Ответить
DSPplug
DSPplug - 01.09.2021 19:02

This is useful to Me thankyou

Ответить
ComputerVisionPro
ComputerVisionPro - 20.01.2021 15:13

Thanks. Do you know to do it in ffmpeg - python library ? I trimmed the video but getting frozen frames.

Ответить
Scrapyard Films
Scrapyard Films - 29.04.2020 16:58

Great tutorial on a process that really intimidates a lot of users!

Ответить
FW925
FW925 - 29.04.2020 00:53

very useful thx!

Ответить