Hello, 

I am trying to hardcode dvd subtitle into video referring the link below 

https://trac.ffmpeg.org/wiki/HowToBurnSubtitlesIntoVideo


The command line I tried is the following.

$ ffmpeg -analyzeduration 60M -probesize 60M \
-i /Volumes/DVD_VIDEO/VIDEO_TS/VTS_01_1.VOB \
-filter_complex "[0:v][0:s]overlay[v]" \
-map [v] -map 0:a -t 00:05:00 test.mp4

The command line works fine and I can get a mp4 movie with subtitle.  But I got 
yellow colored subtitle.  I'd like to change subtitle color into yellow to 
white if I can.

Is there any way to change overlay color of subtitle?


// Miya
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Reply via email to