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
Hi, I'm building pyopenshot and libopenshot from scratch. For some reason libopenshot crash whenever I use codec h264_nvenc. This is an example code I ran:
Hi, I'm building
pyopenshot
andlibopenshot
from scratch. For some reasonlibopenshot
crash whenever I use codech264_nvenc
. This is an example code I ran:I've also obtained a log file from running this script (2k of lines):
log.txt
As mentioned in #890 ,
FFmpegWriter
crashed and closed on frame 33, with this error (line 2093 inlog.txt
):The code above runs fine if I switch to
libx264
,libx265
orlibvpx
.The text was updated successfully, but these errors were encountered: