[FFmpeg-user] DVD-Subtitles in matroska container converted by	ffmpeg won't disappear playing with vlc
    Bernd Butscheidt 
    bbutscheidt at yahoo.de
       
    Mon Mar 24 16:11:26 CET 2014
    
    
  
>________________________________
> From: Nicolas George <george at nsup.org>
>To: FFmpeg user questions <ffmpeg-user at ffmpeg.org> 
>Sent: Monday, March 24, 2014 10:45 AM
>Subject: Re: [FFmpeg-user] DVD-Subtitles in matroska container converted by ffmpeg won't disappear playing with vlc
>You may have a chance to work around the problem by transcoding the
>subtitles instead of copying them. 
That is exactly what I intended with my command:
>> ffmpeg -i 00001.ts -map 0:0 -map 0:2 -map 0:3 -vcodec copy -acodec copy -scodec dvdsub 00001.mkv
That why I chose "-scodec dvdsub" instead of "-scodec copy".
So the vlc-guys are right when telling that "they" (which means vlc) does everything correctly and the problem lies with the dvdsub encoder?
    
    
More information about the ffmpeg-user
mailing list