Page 1 of 1

subtitle passthru option?

Posted: Sun Apr 05, 2020 1:13 pm
by gendalf
..or a stream copy (in mediacoder) option. How to do this?
Whatever I select ends up looking different when played, compared to the original.

Re: subtitle passthru option?

Posted: Sun Apr 05, 2020 1:14 pm
by rollin_eng
Could you please post your HB logs, instructions can be found here:

https://handbrake.fr/docs/en/latest/hel ... y-log.html

Re: subtitle passthru option?

Posted: Sun Apr 05, 2020 3:34 pm
by Woodstock
What you can do with subtitles varies with what output format you select. MP4 accepts only limited subtitle types; This prevents a lot of "passthru". With MKV, your options are more varied, but still, not everything can be passed through untouched.

If you are dealing with an image-based format, like VOBSUB or PGS, what you get on the output will be the same as the input. Text-based formats, though, are subject to the rules of the renderer; there is no "original", just what the first renderer did with the input.

With the missing logs, we can see what you are talking about.

If you have not already done so, see https://handbrake.fr/docs/en/latest/adv ... itles.html

Re: subtitle passthru option?

Posted: Sun Apr 05, 2020 11:12 pm
by mduell
Choose it.

Re: subtitle passthru option?

Posted: Mon Sep 14, 2020 6:37 pm
by gendalf
here's a comparison of media info:
before:

Code: Select all

Text #1
ID                             : 4
Format                         : UTF-8
Codec ID                       : S_TEXT/UTF8
Codec ID/Info                  : UTF-8 Plain Text
Duration                       : 1 h 39 min
Bit rate                       : 10 b/s
Count of elements              : 142
Stream size                    : 7.73 KiB (0%)
Title                          : Deleted Scenes
Language                       : Russian
Default                        : Yes
Forced                         : Yes

Text #2
ID                             : 5
Format                         : UTF-8
Codec ID                       : S_TEXT/UTF8
Codec ID/Info                  : UTF-8 Plain Text
Duration                       : 1 h 54 min
Bit rate                       : 102 b/s
Count of elements              : 995
Stream size                    : 86.1 KiB (0%)
Language                       : Russian
Default                        : No
Forced                         : No

Text #3
ID                             : 6
Format                         : UTF-8
Codec ID                       : S_TEXT/UTF8
Codec ID/Info                  : UTF-8 Plain Text
Duration                       : 1 h 54 min
Bit rate                       : 35 b/s
Count of elements              : 940
Stream size                    : 29.5 KiB (0%)
Language                       : English
Default                        : No
Forced                         : No
after:

Code: Select all

Text #1
ID                             : 4
Format                         : ASS
Codec ID                       : S_TEXT/ASS
Codec ID/Info                  : Advanced Sub Station Alpha
Duration                       : 1 h 55 min
Compression mode               : Lossless
Language                       : English
											  
											   
										
Default                        : No
Forced                         : No

Text #2
ID                             : 5
Format                         : ASS
Codec ID                       : S_TEXT/ASS
Codec ID/Info                  : Advanced Sub Station Alpha
Duration                       : 1 h 39 min
Compression mode               : Lossless
Title                          : Deleted Scenes
											  
Language                       : Russian
Default                        : No
Forced                         : No

Text #3
ID                             : 6
Format                         : ASS
Codec ID                       : S_TEXT/ASS
Codec ID/Info                  : Advanced Sub Station Alpha
Duration                       : 1 h 55 min
Compression mode               : Lossless
									
											  
Language                       : Russian
Default                        : No
Forced                         : No
not only it looks visually different but it also for some reason moved around sub tracks placing english first.
the only thing I can come up with is to mkvmerge old file's subs with the new one's video&audio, but that's an extra step every time.
Image

Re: subtitle passthru option?

Posted: Mon Sep 14, 2020 6:38 pm
by gendalf

Re: subtitle passthru option?

Posted: Tue Sep 15, 2020 4:51 am
by Woodstock
So, we still don't have logs to show us what handbrake saw when it read the source, and what you were commanding it to do.

Giving us two media info outputs and no logs is like presenting us with two kinds of pudding, and asking about how they were prepared.