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
I am trying to apply the fade in and fade out effect on a video useing FFmpegFrameFilter, however, the FFmpegFrameFilter seems to process individual frame, and I got a totally black video.
Here is a part of my code, would you please advise how to apply a fade in effect correctly? Thanks a lot
FYI, with the changes in commit 35dd7f8 it's no longer necessary to add the setpts=N filter manually, so please give it a try with JavaCV 1.4.2-SNAPSHOT: http://bytedeco.org/builds/
Hello,
I am trying to apply the fade in and fade out effect on a video useing FFmpegFrameFilter, however, the FFmpegFrameFilter seems to process individual frame, and I got a totally black video.
Here is a part of my code, would you please advise how to apply a fade in effect correctly? Thanks a lot
The text was updated successfully, but these errors were encountered: