Automatically remove "black frames" - Printable Version +- Selur's Little Message Board (https://forum.selur.net) +-- Forum: Hybrid - Support (https://forum.selur.net/forum-1.html) +--- Forum: Problems & Questions (https://forum.selur.net/forum-3.html) +--- Thread: Automatically remove "black frames" (/thread-3230.html) Pages:
1
2
|
Automatically remove "black frames" - Bartoloni - 18.05.2023 right now after processing a footage with Hybrid .. i need to use a Linux script (FFMPEG + blackdetect filter) to cut in pieces the clip removing the black frames interruptions (i use a blackmagic intensity PRO that generate BLACK frames when the signal is too much "noised" ) and after that i need to merge all these parts to create an output without any BLACK frame.. is possible to used the "blackdetect" filter or something similar on Hybrid to AUTOMATICALLY remove all black frames from footage? (or maybe <5% black frames) thank you! RE: Automatically remove "black frames" - Selur - 18.05.2023 No, Hybrid has no filter which would: a. remove black frames and b. cut the audio to keep the source sync Cu Selur RE: Automatically remove "black frames" - Bartoloni - 18.05.2023 thank you Cu Selur RE: Automatically remove "black frames" - Selur - 18.05.2023 Cu = see you Selur <- the Name RE: Automatically remove "black frames" - Selur - 18.05.2023 Can you share a small sample of such a clip (with the black frames)? I suspect that one could use something like: def replace_low_luma_frames(clip, threshold): to replace each frame which luma is below 30 (or lower) with the frame before it. Assuming there are only single black frames in the soure and thus singe duplicates that one could use 'FillDrops' to replace the inserted duplicates with interpolated frames. Cu Selur RE: Automatically remove "black frames" - humanoid86 - 19.05.2023 try it - pulldown="telecine" or "interpolation" + tune: Grain or PSNR or SSIM RE: Automatically remove "black frames" - Bartoloni - 27.05.2023 OMG very thank you helping me! here a small interlaced sample: www.wcn.it/black.avi i have a lot of old footages with these black frames (generated by the blackmagic intensity pro card) (there are more than 1 black consecutive frames BTW.. in the sample maybe not.. but there are) here there are a lot of black "zones" : www.wcn.it/black2.avi RE: Automatically remove "black frames" - Selur - 28.05.2023 Okay, here's what you can do.
Cu Selur RE: Automatically remove "black frames" - Bartoloni - 28.05.2023 OMG!!! very very very thank you!!! RE: Automatically remove "black frames" - Selur - 29.05.2023 Happy that helped, note that this will only work on clips that do not start with black frames. Cu Selur |