-
Notifications
You must be signed in to change notification settings - Fork 931
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Snapping subtitle's end line to shot change marker goes to next shot #8244
Comments
How to you snap to scene changes? A shortcut or mouse or ? |
|
You can hold down the |
Cool, I tested and it works! I was not aware of it. |
I generally use Netflix guides and there you snap end time 2 frames before a shot change. If you go to Beautify Time Codes and select Netflix present, in future whenever you try to snap to shot change, it'll always snap 2 frames before the shot change. Make your test preset in Beautify and apply it to a random file, then see if it works better for single snaps. |
I know that exists Beutify Time Codes, but I prefer to set the shot changes manually, because i have more control of them, but what I think is wrong is that when I set the end of the subtitle, it overpass a couple of frames of next shot change. Right now I'm using the workaround that provided niksedk, but I prefer to snap the end the subtitle to the shot change and avoid to correct that error each time. |
I'm having the same snapping issue. It would be great if this could be fixed :) |
I am having the exact same issue. Right now I just set my playhead adjuster to 0,042 seconds (if I am working in a 23,976 fps file). Then, if the scene change marker ends when the new scene starts, I just flash it back a frame and let the subtitle end on that frame, instead of the one that is automatically generated. It would be really nice if there's some kind of setting that would allow you to choose if the marker is set at the start of the new scene, or the end of the old scene. |
I was thinking that if is there a way to export the shot changes as Frames instead Seconds. |
I understand you, but anyway this is a bug |
This problem exists because SE doesn't generate the proper shot changes, by proper I mean the exact frame of the scene change and therefore the problems by snapping manually or automatically. |
@TarantinoMariachi |
I always use 0,10. Issue happens, even using this lower value. |
@TarantinoMariachi Use even lower values. 0.5, perhaps. |
@uckthis Are there any specific tools you recommend that would yield a more accurate result? I have tried a quick google search but couldn't find much. |
@OhItsStefan I use Ooona, bro, and their shot change generator, but it's a paid tool. However, I get almost as gooda results with 0.10 sensitivity on SE. |
No, you can't import most of the keyframes generated by the best (free) tools. But the dev already knows and will add support soon. |
The best out there is this one: Then you've another great as well, that is making use of VirtualDub or VirtualDub2 with XviD, and generate a one pass, here are the steps: Open VirtualDub.exeFile -> Open video file… Then go to Video -> Compression… -> Select the XviD codec (Last item on the list) -> Configure Then Encoding type: Twopass – 1st pass -> More Check Full quality first pass -> OK -> OK -> OK File -> Run video analysis pass A progress box will appear. When it is complete, you should have E:video.pass, which is the pass file with all the correct keyframes in it. And there is another new method with vapoursynth and python: https://subarashii-no-fansub.github.io/Subbing-Tutorial/Generate-Keyframes-Vapoursynth/ (but this one only detects 95% of the scene changes, while the above one detects always 100% for my experience) In any case, any of those 3 surpass the one from SE |
Thank you so much for the detailed options. I've tried a few, but me and my atechnical brain can't quite get them to work. |
Thanks for these 3 options, but so far I prefer still using this "workaround" because I will have to fix any shotchange manually anyway. |
For now, yeah sure. But when SE accepts the 3 keyframes I told, any of those will solve any issue regarding bad shot changes. And then SE needs a fix too, because it is not appliying the rules to the correct frames, its not frame accurate, it goes 1 frame off. My workaround is to apply the beutify time code, then go to aegisub (that accepts the 3 keyframes above), fix the 1 frame offset automatically with TPP and then go back again on SE and manually fix only the keyframes that have less time then 83ms, and that takes me 5min to manually solve. |
After set the end time of a subtitle, and snap it to the shot change marker, it ends on the first frame the next scene.
If I unsnap it moving the end of the subtitle a couple of frames earlier, it goes so far and when I move it forward it snaps to shot change marker again.
Something logic is that if I'm snapping an end line to shot change marker, it should not pass to the next scene, but in case that this is not possible, then how can I modify the snaps/unsaps settings?
The text was updated successfully, but these errors were encountered: