This line uses %VIDEO_BITRATE% (towards the end). Should it be $VIDEO_BITRATE?
Script failed on my Linux machine until tweaking this. Error message:
[libvpx-vp9 @ 0x55961f169840] [Eval @ 0x7fff73449e70] Undefined constant or missing '(' in '%VIDEO_BITRATE%'
[libvpx-vp9 @ 0x55961f169840] Unable to parse option value "%VIDEO_BITRATE%"
[libvpx-vp9 @ 0x55961f169840] Error setting option b to value %VIDEO_BITRATE%.
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height
Neato script!
This line uses
%VIDEO_BITRATE%
(towards the end). Should it be$VIDEO_BITRATE
?Script failed on my Linux machine until tweaking this. Error message: