VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Hi ***
    please how can I save a .mov as a TGA sequence with ffmpeg? thanks



    P.S: my input.mov is RGBA format. I need to have a image sequence of TGA 32bit that include the alpha channel
    Last edited by marcorocchini; 23rd Sep 2016 at 14:40.
    Quote Quote  
  2. Hope it works:
    Code:
    @set OUTDIR="tga"
    @if not exist %OUTDIR% (mkdir %OUTDIR%)
    @ffmpeg -hide_banner -color_range 2 -i "%1" -an -vf "scale=iw:ih:sws_flags=neighbor:sws_dither=0:in_range=1:out_range=1" -pix_fmt bgra -vsync 0 "%OUTDIR%\%~n1_%%06d.tga"
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!