-
Notifications
You must be signed in to change notification settings - Fork 17
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
Formatted ASS subtitle makes it impossible to read in mplayer preview #37
Comments
Okay, so I hacked around since I wrote that, and made this patch:
I haven't programmed in some years, and never in Java, and "bom," "maven," and all that is pretty much mumbo jumbo to me on top. I had a hard time figuring out where in your code to fiddle to achieve what I wanted. It looks nice, though, AFAICT from my limited knowledge of Java and mplayer et al. Basically what I've come to understand this noon is that the dimensions specified in In that respect, what I've done here — if still somewhat hacky and clumsy — is the correct way to go. It should, of course, just be an option in Jubler to launch mplayer at a specific width, and then use THAT value for specifying I don't know, it solves my issue, and I thought I'd share my thoughts. BTW, this could be purely because of my ignorance, but I was unable to build the entire app, because |
First of all thank you for the patch. I appreciate it. |
Cool, I'm glad it makes sense :) Thank you. |
As a first review, I am thinking of moving this code to the mplayer specific code, instead of the generic external player. |
This was my bad, I am sorry. The appenh 0.7 is now live Just to make things clear for people not familiar with this; it's not trivial to have a dependency like this live. You need to upload to the world to make it available for everyone. |
(macOS, Jubler 8.0.0, mplayer 1.5-4.2.1 via MacPorts)
Maybe I'm completely missing something here, but I've been trying to set up mplayer properly with Jubler, so I can have some nice previews of what I'm editing.
I'm dealing with 4k and 8k videos, so I use
-xy 800
as mplayer argument to avoid the mplayer window taking up the entire screen and blocking the Jubler window.The subtitles are then absolutely tiny and unreadable. So I try to add arguments to increase the size of the subtitle in the mplayer window, but because the temporary subtitle file that Jubler creates is an ASS file with specific font directives, e.g.:
then mplayer ignores font rendering arguments like
-subfont-text-scale
.Changing the font size to the max available 72 makes the subs just legible in mplayer for 4k videos, still unreadable for 8k videos. And with the side effect that the Jubler UI is now unusable because the subs are huge.
How do I resolve this? Am I simply blind that I can't find the option to use fractional sizes, or to not use ASS as a temporary format, or to not format the ASS as that's not a requirement, but an option for that format? The sub is loaded and saved as SRT. I've been trying things for hours.
Help :'(
The text was updated successfully, but these errors were encountered: