You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most recent (as of 2/11/13) ffmpeg has depreciated same_quant and ly2video fails.
I forget the specifics of what happened here. If I remember correctly, I had 1 file I created that worked; it was a single staff. When I added a staff, I got the same_quant error.
Removing same_quant degraded video worked but degraded audio and video quality; fix was to insert -b:a 320 and -q 5
The text was updated successfully, but these errors were encountered:
Option 'same_quant' was removed. If you are looking for an option to preserve the quality (which is not what -same_quant was for), use -qscale 0 or an equivalent quality factor option.
Failed to set value '1' for option 'same_quant': Invalid argument
Error parsing global options: Invalid argument
Most recent (as of 2/11/13) ffmpeg has depreciated same_quant and ly2video fails.
I forget the specifics of what happened here. If I remember correctly, I had 1 file I created that worked; it was a single staff. When I added a staff, I got the same_quant error.
Removing same_quant degraded video worked but degraded audio and video quality; fix was to insert -b:a 320 and -q 5
The text was updated successfully, but these errors were encountered: