occivink / mpv-scripts

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

encode.lua $only_active_tracks does not seem to work #2

Closed paradox460 closed 7 years ago

paradox460 commented 7 years ago

When you set only_active_tracks to true, the resulting ffmpeg command has a -map value without parameters, causing it to fail.

occivink commented 7 years ago

Thanks, there was some non-sensical handling for this particular variable.

paradox460 commented 7 years ago

No worries, i managed to make due by aliasing ffmpeg to true, and manually copying the command output down and running it later. Your script collection is the best i've come across so far

occivink commented 7 years ago

Thank you, I appreciate the kind words.