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
My call seems to have tripped over a bug? in libx264described here. I tried implementing the suggested fix, but not sure we have the option of appending an arbitrary argument -vf "scale=trunc(iw/2)*2:trunc(ih/2)*2"
As this is a known issue, it'd be nice if the software magically dealt with such known problems..
The text was updated successfully, but these errors were encountered:
@chaosphere2112 I just found a bug in CMake 3.2 and greater that is triggered by your x264 tarsal generated on a mac... Could you please regenerate the tarsal from a Linux machine? Thx.
The issue is really that depending on the user CMake we have a different directory where configure resides. In our case I think it will be easy to avoid by simply regenerating the tarball on a Linux system.
@chaosphere2112 I've just tried to roadtest the new
libx264/h264
defaults in theffmpeg
call and hit the following error:So the call:
returns:
My call seems to have tripped over a bug? in
libx264
described here. I tried implementing the suggested fix, but not sure we have the option of appending an arbitrary argument-vf "scale=trunc(iw/2)*2:trunc(ih/2)*2"
As this is a known issue, it'd be nice if the software magically dealt with such known problems..
The text was updated successfully, but these errors were encountered: