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
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by marcorocchini; 23rd Sep 2016 at 14:40.
-
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"
Similar Threads
-
ffmpeg: encoding in sequence all files to get one output
By marcorocchini in forum Newbie / General discussionsReplies: 3Last Post: 31st Jan 2015, 15:04 -
[NEWBIE] .TGA 240 FPS Image Sequence and VirtualDub x264 Question!
By raphaelolaguer in forum Newbie / General discussionsReplies: 1Last Post: 23rd Dec 2013, 18:13 -
VirtualDub -> Save image sequence... Batching problem
By csin in forum EditingReplies: 5Last Post: 29th Oct 2013, 10:07 -
Batch save image sequence as PNG/JPG
By vasticles in forum Newbie / General discussionsReplies: 8Last Post: 27th Jun 2013, 23:22 -
can't get ffmpeg to convert video to image sequence
By wiseant in forum Video ConversionReplies: 15Last Post: 12th Apr 2013, 08:37