Revgen
27th May 2017, 03:26
I'm a dunce when it comes to FFMPEG syntax. Any help would be appreciated.
This command works.
ffmpeg -i D:\workfile.avs -c:v utvideo -pred 1 D:\workfile.avi
This command with the lut3d filter does not.
ffmpeg -i D:\workfile.avs -vf lut3d=<D:\workfile.cube> -c:v utvideo -pred 1 D:\workfile.avi
FFMPEG tells me that it's unable to find a suitable output format for utvideo. What am I doing incorrectly?
This command works.
ffmpeg -i D:\workfile.avs -c:v utvideo -pred 1 D:\workfile.avi
This command with the lut3d filter does not.
ffmpeg -i D:\workfile.avs -vf lut3d=<D:\workfile.cube> -c:v utvideo -pred 1 D:\workfile.avi
FFMPEG tells me that it's unable to find a suitable output format for utvideo. What am I doing incorrectly?