Re: [FFmpeg-user] how to control quality of subtitles

2020-06-11 Thread Peter Münster
On Wed, Jun 10 2020, Greg Oliver wrote: > Samsungs are notorious for display info from a "Computer" very badly unless > you change the name of the input on the TV to "PC" - yes this includes HDMI > inputs as well. > > Have you tried that? No. The files are served by minidlna. There is no way to c

Re: [FFmpeg-user] how to control quality of subtitles

2020-06-10 Thread Greg Oliver
On Mon, May 25, 2020 at 11:58 AM Peter Münster wrote: > On Mon, May 25 2020, Carl Eugen Hoyos wrote: > > > Please provide an input sample. > > Here is a sample, this time without corruption: > > http://pmrb.free.fr/tmp/ffmpeg-test/sample.mkv > > -- >Peter > Sorry to chime in late -

Re: [FFmpeg-user] how to control quality of subtitles

2020-05-25 Thread Peter Münster
On Mon, May 25 2020, Carl Eugen Hoyos wrote: > Please provide an input sample. Here is a sample, this time without corruption: http://pmrb.free.fr/tmp/ffmpeg-test/sample.mkv -- Peter ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org htt

Re: [FFmpeg-user] how to control quality of subtitles

2020-05-25 Thread Peter Münster
On Mon, May 25 2020, Francois Visagie wrote: > have you looked for a subtitle palette setting on your TV where the > problem seems to be most annoying? There is no setting on the TV. There is only a warning: "If the subtitle is displayed incorrectly, change encoding options." > And/or, if subti

Re: [FFmpeg-user] how to control quality of subtitles

2020-05-25 Thread Carl Eugen Hoyos
Am Mo., 25. Mai 2020 um 14:50 Uhr schrieb Peter Münster : > > On Mon, May 25 2020, Moritz Barsnick wrote: > > > Please try to build from latest git master, > > Unfortunately it does not help. Please provide an input sample. Carl Eugen ___ ffmpeg-user ma

Re: [FFmpeg-user] how to control quality of subtitles

2020-05-25 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Peter Münster > Sent: 25 May 2020 13:43 > To: ffmpeg-user@ffmpeg.org > Subject: Re: [FFmpeg-user] how to control quality of subtitles > > On Mon, May 25 202

Re: [FFmpeg-user] how to control quality of subtitles

2020-05-25 Thread Peter Münster
On Mon, May 25 2020, Moritz Barsnick wrote: > Please try to build from latest git master, Unfortunately it does not help. VLC still displays the subtitles with yellow letters and black outlines and the Samsung TV with ugly white. I've tried now also with mplayer: nice subtitles in white with blac

Re: [FFmpeg-user] how to control quality of subtitles

2020-05-25 Thread Moritz Barsnick
On Mon, May 25, 2020 at 10:10:06 +0200, Peter Münster wrote: > I've tried it with the -palette option, but the rendering of the > subtitles did not change in any way... There is a reason for that: > peter@ws:/tmp/ffmpeg-tests> ffmpeg -i orig-dvbsub.ts -map 0:0 -map 0:1 -map > 0:2 -c:v libx264 -c

Re: [FFmpeg-user] how to control quality of subtitles

2020-05-25 Thread Peter Münster
On Fri, May 22 2020, Carl Eugen Hoyos wrote: > your command line should produce an output file with dvdsub palette. Hello Carl Eugen, I've tried it with the -palette option, but the rendering of the subtitles did not change in any way... > Complete, uncut console output missing. Sorry. Here i

Re: [FFmpeg-user] how to control quality of subtitles

2020-05-22 Thread Carl Eugen Hoyos
Am Fr., 22. Mai 2020 um 16:01 Uhr schrieb Peter Münster : > I would like to learn, how to control the quality of the displayed > subtitles. It is indeed possible to force a palette for dvd subtitles but only on decoding because many sources miss the palette, your command line should produce an ou

[FFmpeg-user] how to control quality of subtitles

2020-05-22 Thread Peter Münster
Hi, I would like to learn, how to control the quality of the displayed subtitles. This is how I create the video: ffmpeg -i input.ts -map 0:0 -map 0:1 -map 0:2 -c:v libx264 -c:a copy -c:s dvdsub output.mkv This looks nice with VLC: http://pmrb.free.fr/tmp/ffmpeg-test/vlc.jpg But very ugl