Hello I have a DVD that has trivia facts with custom graphics that move about on screen, originally intended to be toggled on and off by toggling the subtitles (otherwise I'd just get an srt file and be done with it). They are pic subs with an alpha channel and most software based video players struggle to display them at all (so far only xine and gnome's video player can display them properly, VLC can display them if you set the option to ignore DVD subtitle transparency then they are solid shaded and not like the original). I'd like to at least be able to burn them in on one version of the files so they can be viewed from a Jellyfin server, I rather not have to change the original opacity I want it to look like the source. I had a similar problem with another DVD and was able to usehowever at least with this command ffmpeg failed to burn them in visibly on this second DVD.Code:ffmpeg -i input.mkv -filter_complex "[0:v][0:s]overlay[v]" -map "[v]" -map 0:a output.mkv
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
VHS pic quality
By akkers in forum Video ConversionReplies: 2Last Post: 20th Jan 2025, 11:34 -
How can I create this translucent rectangular on subtitle?
By TeNSoR in forum SubtitleReplies: 12Last Post: 7th Jun 2024, 20:24 -
How to take a snapshot pic when motion is detected on FFMPEG?
By rajhlinux in forum Video ConversionReplies: 10Last Post: 13th Aug 2022, 01:18 -
JVC HRS7600U pic looks soft vis S-video even when on sharp setting
By digicube in forum RestorationReplies: 6Last Post: 21st Jun 2020, 10:10 -
Convert 29.97fps subs to 23.976fps subs in MKV file?
By zapp7 in forum SubtitleReplies: 3Last Post: 18th Jun 2020, 09:03