Hello all,
using ffmpeg release 6.1, I have an issue when reencoding a movie, issue about
the subtitle track(s).
Using the following source movie, having those characteristics, as found in the
VLC software :
[cid:1214e9f7-281b-4f10-b20b-fab24ed958fe]
and :
[cid:4b53493b-13d0-4efc-b028-3
On Thu, Mar 14, 2024 at 5:48 AM Hervé ANSELME <
hervea95-at-hotmail@ffmpeg.org> wrote:
> ffmpeg -y -loglevel error -scodec copy -map 0:s:2 -i "D:\temp\my
> movie.mkv" -map 0:v:0 -map 0:a:0 -acodec ac3 -ar 48k -b:a 112k -q:a 3
> -vcodec libx265 -vf "scale=768:328" -sws_flags lanczos+accurate_rn