[FFmpeg-user] [Cin] FranceBB's LUT collection

Reino Wijnsma rwijnsma at xs4all.nl
Sun Jun 1 12:18:41 EEST 2025


On 2025-05-17T20:01:58+0200, Mark Filipak <markfilipak.imdb at gmail.com> 
wrote:
> I tried it:
> -vf lut3d=file='c\:\\HLG_BT2020_to_Linear_BT709.cube'
>
> Automatic encoder selection failed Default encoder for format mp4 
> (codec none) is probably disabled. Please choose an encoder manually.
> Error selecting an encoder
You have to escape the backslash as well as the colon, but above all you 
should quote the entire filter-chain:

-vf "lut3d=file='c\:\\path\\to\\file.cube'"
-vf "lut3d=file='c\:/path/to/file.cube'"

-- 
Reino


More information about the ffmpeg-user mailing list