On 2025-05-17T20:01:58+0200, Mark Filipak <markfilipak.i...@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to