ruediger / VobSub2SRT

Converts VobSub subtitles (.idx/.srt format) into .srt subtitles.
GNU General Public License v3.0
293 stars 65 forks source link

dump images as png #57

Closed bluemix closed 7 years ago

bluemix commented 7 years ago

hello dear, how to produce a png image that has transparency instead of a pgm? thanks in advance :)

ruediger commented 7 years ago

VobSub2SRT only supports PGM output. If you need PNG images then use another tool, such as ImageMagick's convert to convert the files or see if MPlayer/MPV/FFMPEG have better export options.