compilation - Add subtitles to video using ffmpeg -


ffmpeg asking compile mingw add subtitles video. have installed mingw. following https://trac.ffmpeg.org/wiki/howtoburnsubtitlesintovideo add subtitles. filter requires ffmpeg compiled --enable-libass. how can compile filters?

you need compile libass (the library) ffmpeg can link against it. https://github.com/rdp/ffmpeg-windows-build-helpers 1 way (cross compiles it). gl!


Comments

Popular posts from this blog

java - Date formats difference between yyyy-MM-dd'T'HH:mm:ss and yyyy-MM-dd'T'HH:mm:ssXXX -

c# - Get rid of xmlns attribute when adding node to existing xml -