ffmpeg scene detection scripts
I was looking for some equivalent of automatic scene detection, and found those scripts https://github.com/NapoleonWils0n/ffmpeg-scripts#scene-cut they work by re-encoding from original clip, but may be they can be modified for using 'copy' codec over i-only videos? $ ./scene-detect -i ~/dothack2.mpeg -t 0.2 -o cutfile.cvs (detects two scene changes) ./scene-time -i cutfile.cvs -o cutfile $ ./scene-cut -i ~/dothack2.mpeg -c cutfile $ cat cutfile.cvs 00:00:00 00:00:12.36 00:00:16.896 $ cat cutfile 00:00:00,00:00:12.36 00:00:12.36,00:00:04.536 $ lowering threshold to 0.1 'detects' one more scene change, so video split into 3 parts.
Thanks; great github you found: full of scripts for ffmpeg. The repository also has a remarkable name: Napoleon Wilson! Who knows the mention? I'll make a post for the forum, if you have no objections.
On Friday, March 18, 2022, Andrea paz <[email protected]> wrote:
Thanks; great github you found: full of scripts for ffmpeg. The repository also has a remarkable name: Napoleon Wilson! Who knows the mention?
not me... I'll make a post for the forum, if you have no objections.
no objections, of course!
I wonder if you can use "combine clips" and "audio-silence" scripts to associate external audio tracks while simultaneously eliminating embedded audio tracks. CinGG already aligns tracks via timecode, but is missing this additional replacement step. PS: Napoleon Wilson is a charismatic protagonist in John Carpenter's movie "Assault on Precint 13".
participants (2)
-
Andrea paz -
Andrew Randrianasulu