Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
|
|
Thread Tools | Search this Thread | Display Modes |
8th August 2018, 11:31 | #1 | Link |
Registered User
Join Date: Aug 2012
Posts: 203
|
SupMover - Shift timings and Screen Area of PGS/Sup subtitle
Out of desperation i've created this tool to shift the timming of BD subtitles in sup format and i've called it SupMover.
It doesn't do much cheeking of input file or the inputted parameters (yet, as i expected to not distribute it). Here the repo https://github.com/MonoS/SupMover/ EDIT: after a couple of years i took the time to add some new functionality to this mine little utility, now it can resync subtitltes and crop the picture area without reencoding the picture data. Last edited by MonoS; 20th September 2020 at 15:33. Reason: New version |
8th August 2018, 13:21 | #3 | Link | |
Registered User
Join Date: Aug 2012
Posts: 203
|
Quote:
Alongside SECut from @Selur my tool is very useful, but i guess it should be trivial to include a cut mode in my tool without too much hassle. |
|
9th August 2018, 07:54 | #4 | Link |
Registered User
Join Date: Mar 2009
Location: Germany
Posts: 5,772
|
bdsub2sup has indeed some time manipulations but AFAIK it only can do fps conversions. It does not time-shifting (to take logos and stuff into account) nor stretching (other than fps conversions).
__________________
Born in the USB (not USA) |
9th August 2018, 08:44 | #5 | Link |
Registered User
Join Date: Oct 2002
Location: France
Posts: 2,361
|
If it's only a time shift you need, this also can be done in the container. If you're making an mkv, you can with mkvtoolnix for exemple, enter a timing shift for the subtitles. This is probably why you've never found a tool like this, because it can be done in another way. Of course, if your purpose is not an mkv, it's another story. And, also, the best way is indeed to shift the timing in the subtitles.
__________________
My github. |
10th August 2018, 11:26 | #6 | Link |
Registered User
Join Date: Mar 2009
Location: Germany
Posts: 5,772
|
The trouble with each and every such PGS subtitle tools is that all of their authors are assaulted by hoards of people asking him to add more and more functions having little to do with the initial functionality - in this case to be able to process SRT, or ASS or whatever TXT based ones. It's what I call The Office Syndrome.
It is so difficult to find one PGS processing software, when all the developers are caught in endless discussions concerning exemplia gratia the dash before the second line of subtitles which should not appear in Hindu language, or whether the space before the question mark should be there or not.
__________________
Born in the USB (not USA) |
10th August 2018, 13:45 | #7 | Link | ||
Registered User
Join Date: Aug 2012
Posts: 203
|
Quote:
Quote:
|
||
20th September 2020, 15:32 | #8 | Link |
Registered User
Join Date: Aug 2012
Posts: 203
|
I've published a new version that i think can improve the quality of converted subtitle when used in cropped encodes without re-encoding the image inside the subtitle.
I've also added the ability to resync all times by a factor like a lot of other programs. |
25th October 2020, 10:48 | #10 | Link | |
Registered User
Join Date: Aug 2012
Posts: 203
|
Quote:
You can emulate this functionality using secut, supmover and mkvtoolnix with something like this Code:
secut filename:"eng1.sup" cut:417-792 outfilename:"1-1.tmp.sup" secut filename:"eng1.sup" cut:1251-1627 outfilename:"1-2.tmp.sup" secut filename:"eng1.sup" cut:2085-2461 outfilename:"1-3.tmp.sup" supmover "1-1.tmp.sup" "1-1.sup" -417 supmover "1-2.tmp.sup" "1-2.sup" -876 supmover "1-3.tmp.sup" "1-3.sup" -1335 mkvmerge.exe --output "1.eng.mks" "(" "1-1.sup" "1-2.sup" "1-3.sup" ")" Last edited by MonoS; 23rd July 2023 at 16:14. |
|
15th December 2020, 00:27 | #11 | Link | |
Banned
Join Date: Sep 2014
Location: https://t.me/pump_upp
Posts: 16
|
Quote:
|
|
12th August 2023, 04:52 | #13 | Link | |
hlg-tools Maintainer
Join Date: Feb 2008
Posts: 419
|
Quote:
|
|
Thread Tools | Search this Thread |
Display Modes | |
|
|