[FFmpeg-user] dvb subtitles
Carl Eugen Hoyos
cehoyos at ag.or.at
Thu Apr 7 14:31:48 CEST 2016
JULIAN GARDNER <joolzg <at> btinternet.com> writes:
> ffmpeg -canvas_size 720x576 -i bbc_news.ts -c:v libx264 -c:a copy
> -c:s copy
> -filter_complex '[0:#0x69]scale=720:576 [sub],[0:v][sub] overlay'
> -y -f mpegts bbc_news_hard.ts
I am not sure I understand: Did you ask how not to copy
the subtitle stream?
I ask because you specify "-c:s copy" which requests to
copy the subtitle stream. If you don't want to copy the
subtitle stream please try to remove the option that
requests copying it.
Please avoid top-posting here.
Carl Eugen
More information about the ffmpeg-user
mailing list