Re: [FFmpeg-user] why can't i use drive letter ?

2020-06-14 Thread Michael Koch

Am 14.06.2020 um 10:38 schrieb drramimagdi:

this works which is great
ffmpeg -v error -stats -y -i input -vf lut3d="/3DLUTs/001.3DL" output

but this does not
ffmpeg -v error -stats -y -i input -vf lut3d="*d:*/3DLUTs/001.3DL" output


if you are running this on Windows, try one of the solutions mentioned here:
https://lists.ffmpeg.org/pipermail/ffmpeg-user/2015-May/026525.html

Michael

___
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".

Re: [FFmpeg-user] why can't i use drive letter ?

2020-06-14 Thread Gyan Doshi



On 14-06-2020 02:08 pm, drramimagdi wrote:

this works which is great
ffmpeg -v error -stats -y -i input -vf lut3d="/3DLUTs/001.3DL" output

but this does not
ffmpeg -v error -stats -y -i input -vf lut3d="*d:*/3DLUTs/001.3DL" output

this is the error

[lut3d @ 00cc80ee8080] [Eval @ 00ccfdbcdb50] Undefined constant or
missing '(' in '/3DLUTs/1.3DL'
[lut3d @ 00cc80ee8080] Unable to parse option value "/3DLUTs/1.3DL"
[lut3d @ 00cc80ee8080] [Eval @ 00ccfdbcdb60] Undefined constant or
missing '(' in '/3DLUTs/1.3DL'
[lut3d @ 00cc80ee8080] Unable to parse option value "/3DLUTs/1.3DL"
[lut3d @ 00cc80ee8080] Error setting option interp to value
/3DLUTs/1.3DL.
[Parsed_lut3d_0 @ 00cc800a9f40] Error applying options to the filter.
[AVFilterGraph @ 00ccffe4a700] Error initializing filter 'lut3d' with
args 'd:/3DLUTs/1.3DL'
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0

i do not want to copy the filter beside the input file every time


':' is used by ffmpeg filters to separate options, so it has to be 
escaped when fed as part of an argument.


lut3d='d\:/3DLUTs/001.3DL'


Regards,
Gyan








--
Sent from: http://www.ffmpeg-archive.org/
___
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".


___
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".

[FFmpeg-user] why can't i use drive letter ?

2020-06-14 Thread drramimagdi
this works which is great 
ffmpeg -v error -stats -y -i input -vf lut3d="/3DLUTs/001.3DL" output

but this does not 
ffmpeg -v error -stats -y -i input -vf lut3d="*d:*/3DLUTs/001.3DL" output

this is the error 

[lut3d @ 00cc80ee8080] [Eval @ 00ccfdbcdb50] Undefined constant or
missing '(' in '/3DLUTs/1.3DL'
[lut3d @ 00cc80ee8080] Unable to parse option value "/3DLUTs/1.3DL"
[lut3d @ 00cc80ee8080] [Eval @ 00ccfdbcdb60] Undefined constant or
missing '(' in '/3DLUTs/1.3DL'
[lut3d @ 00cc80ee8080] Unable to parse option value "/3DLUTs/1.3DL"
[lut3d @ 00cc80ee8080] Error setting option interp to value
/3DLUTs/1.3DL.
[Parsed_lut3d_0 @ 00cc800a9f40] Error applying options to the filter.
[AVFilterGraph @ 00ccffe4a700] Error initializing filter 'lut3d' with
args 'd:/3DLUTs/1.3DL'
Error reinitializing filters!
Failed to inject frame into filter network: Invalid argument
Error while processing the decoded data for stream #0:0

i do not want to copy the filter beside the input file every time 



--
Sent from: http://www.ffmpeg-archive.org/
___
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".