Check if proxy exist, before encoding.
Posted: Thu Jan 12, 2023 8:50 am
Hi,
I'm trying to make a proxy generator for a Davinci Resolve workflow. (As Blackmagicdesigns own proxy generator is far to unstable).
Is there any way for FFastrans to check if a proxy exist before encoding.
I generate the proxy in a "Proxy" folder next to the source material.
\footage\
\footage\RECORDNG001.MXF
\footage\RECORDNG002.MXF
\footage\Proxy\RECORDING001.mp4
\footage\Proxy\RECORDING002.mp4
I'm trying to figure out how to use "if exist", to check if %s_original_path%\Proxy\%s_original_name%.mp4 has been created before.
And if it does, do nothing, if not, make proxy.
Any tips?
Thanks.
I'm trying to make a proxy generator for a Davinci Resolve workflow. (As Blackmagicdesigns own proxy generator is far to unstable).
Is there any way for FFastrans to check if a proxy exist before encoding.
I generate the proxy in a "Proxy" folder next to the source material.
\footage\
\footage\RECORDNG001.MXF
\footage\RECORDNG002.MXF
\footage\Proxy\RECORDING001.mp4
\footage\Proxy\RECORDING002.mp4
I'm trying to figure out how to use "if exist", to check if %s_original_path%\Proxy\%s_original_name%.mp4 has been created before.
And if it does, do nothing, if not, make proxy.
Any tips?
Thanks.