Avidemux Forum

Participate => User interface and Usability => Topic started by: mozo on September 19, 2020, 10:06:56 PM

Title: No subtitles option
Post by: mozo on September 19, 2020, 10:06:56 PM
Hello,
I really can't find subtitles font and encoding settings or they are just missing. I tried Avidemux 2.7.6 and latest Nightly build on Arch and Linux Mint 20.0 to no avail. When I choose ASS/SSA/SRT filter, there's no font settings at all.

(https://i.imgur.com/o5xrpgj.png)

What am I missing? Help me please.
Title: Re: No subtitles option
Post by: eumagga0x2a on September 20, 2020, 09:33:12 AM
Font settings are specified by styles in the .ssa file. You need to edit it with an appropriate editor (e.g. Aegisub) to your liking.
Title: Re: No subtitles option
Post by: mozo on September 21, 2020, 09:41:27 AM
But there used to be settings for encoding. I'm Bulgarian and encoding is a real problem.
Title: Re: No subtitles option
Post by: eumagga0x2a on September 21, 2020, 11:46:31 AM
Character encoding should be UTF-8. Everywhere. Again, all this is best to be managed by a specialized application. Such an application exists, is Open Source and free of charge and available for all major platforms.
Title: Re: No subtitles option
Post by: mozo on September 21, 2020, 09:42:32 PM
Yes I know but I doesn't knew this useful option is removed. Any chances it will added in the furure?
Title: Re: No subtitles option
Post by: eumagga0x2a on September 22, 2020, 11:44:22 PM
Quote from: mozo on September 21, 2020, 09:42:32 PMYes I know but I doesn't knew this useful option is removed.

I fear, I don't follow you here. No font- or character encoding related option was removed from this filter in the last 10 years.

Quote from: undefinedAny chances it will added in the furure?

I don't think so. All necessary external tools exist and are freely available. It makes IMHO zero sense for Avidemux to try to integrate rudimentary subtitle editor functionality.
Title: Re: No subtitles option
Post by: mozo on September 23, 2020, 07:45:12 AM
I tried Avidemux a few years ago and there's this option:

(https://avidemux.org/smif/proxy.php?request=http%3A%2F%2Fwrite.flossmanuals.net%2Favidemux%2Fadd-subtitles-to-files%2Fstatic%2FVideoDistribution-mdvimages-avide_subburn_6-en.jpg&hash=f257ed3918b77d548816a2c2e1c24b41ccdf6203)

Now it's gone so there are removed options for sure:

http://write.flossmanuals.net/avidemux/add-subtitles-to-files/
Title: Re: No subtitles option
Post by: eumagga0x2a on September 23, 2020, 04:53:46 PM
I see, that howto applies to Avidemux 2.4. It has almost nothing to do with the present application of the same name over a decade later. Font-related options in that dialog IMHO don't make much sense for .ssa where fonts and their properties are specified per style. Please use Aegisub and/or a text editor (notepad++ or similar).
Title: Re: No subtitles option
Post by: mozo on September 23, 2020, 08:01:18 PM
I.m on Linux so notepad++ isn't an option. Anyway, I understood. Thank you and best regards!
Title: Re: No subtitles option
Post by: eumagga0x2a on September 23, 2020, 11:54:33 PM
Quote from: mozo on September 23, 2020, 08:01:18 PMI.m on Linux so notepad++ isn't an option.

Oops, sure, sorry. On Linux, you have other excellent text editors to your disposal as well as Aegisub. You might however consider building Avidemux from source with the build option --with-system-libass for bootStrap.bash instead of using the appImage as the bundled version of the library in the appImage is very old and might cause issues (at least it does on Windows in MinGW builds which use the bundled version).
Title: Re: No subtitles option
Post by: mozo on September 25, 2020, 11:34:57 AM
--with-system-libass
Will this argument add the option I wanted or will just add subtitler support?

Anyway, I tried avidemux-qt with Aegisub and it's working fine when I export the subtitles in UTF 8. Thanks for the tip :)
Title: Re: No subtitles option
Post by: eumagga0x2a on September 25, 2020, 11:51:30 AM
Quote from: mozo on September 25, 2020, 11:34:57 AMWill this argument add the option I wanted or will just add subtitler support?

Neither – nor. This option tells Avidemux build process to use libass already installed in the system if -devel (-dev on Debian derivatives) package for libass is installed too. Without this option, the internal, bundled, very old version of libass is used. It is known to cause some font issues, unrelated to your request, at least on Windows.
Title: Re: No subtitles option
Post by: mozo on September 27, 2020, 06:51:29 PM
Thank you very much :)