occivink / mpv-scripts

Various scripts for mpv
The Unlicense
417 stars 38 forks source link

encode.lua output_directory how fix the path? #47

Open George318f opened 3 years ago

George318f commented 3 years ago

Hi How do i set the output_directory? i have i like this 'output_directory=D:\Programs\MPV\Files' and i still saves input path. Could it be the input file is from another disk? Thanks!

Hrxn commented 3 years ago

Why are you not using script-opts/encode_slice.conf / script-opts/encode_webm.conf?

You can set the output directory there..

George318f commented 3 years ago

I did though it still won't change the output directory.

SimplisticGH commented 3 years ago

Yeah.. It's completely ignoring the config file

billtown commented 2 years ago

If you want to use non defaults, you specify a profile in input.conf, just like the example in there shows.

# use custom webm profile, the argument name must correspond to an existing .conf file (see script-opts/)
alt+e script-message-to encode set-timestamp encode_webm

would use encode_webm.conf.