I hope I got the right sub-forum for this. I'd like to be able to use Aegisub's timing post-processor's keyframe snap functionality to make my life a little easier when timing my subs, but I find that whatever Aegisub uses to detect scene changes and set these keyframes works abysmally for at least what I work with, which is animation; tons and tons of false positives and missing lots of actual scene changes. I'm wondering if there's another program that would do this better and spit out its index as a list of frame numbers that could be loaded into Aegisub.
+ Reply to Thread
Results 1 to 3 of 3
-
-
Aegisub reads I frame positions from the source video so it all depends on how it was encoded.
To create better ones you can try e.g. x264:
x264 INPUT --preset ultrafast --keyint infinite --scenecut 40 --pass 1 -o NUL
Aegisub can read the log file from the first pass as a keyframe file. There might be other solutions using ffmpeg or AviSynth but I'm too lazy to look right now. Of course x264 encoding wastes time on some unnecessary things but the faster preset should keep that down. If the source has a high resolution it might even be worthwhile to downscale. If you plan on re-encoding anyways you should just do that before doing the subtitle work. -
That's actually super helpful, thank you! Any alternate methods you or anybody else digs up so I could make some comparisons would be great, but for now this works quite well. Many thanks!
Similar Threads
-
Video indexing
By xam1937 in forum Newbie / General discussionsReplies: 1Last Post: 9th Mar 2016, 02:16 -
Avisynth, help with scene by scene cropping
By KarMa in forum Video ConversionReplies: 4Last Post: 26th Nov 2015, 09:00 -
Scrolling under aegisub
By Patapin in forum SubtitleReplies: 0Last Post: 7th Dec 2013, 08:51 -
Doki Timing Guide - Creating / Timing Subtitles
By devilcoelhodog in forum SubtitleReplies: 0Last Post: 27th Jul 2013, 23:25 -
Intel i5 2430M processor or AMD A8-3500M quad-core processor?
By jbitakis in forum ComputerReplies: 5Last Post: 11th Nov 2011, 20:31