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
Since the FFmpeg 6.0 update, it seems Open RV tends to crash more easily when stressing the timeline. Following the steps bellow won't make Open RV crash if you do them slowly, but if you stress it, there are good chances the application will crash. See attached video as example.
Launch the latest version of Open RV
File / Open: Browse a folder which contains around fifty movie or MXF files with different codec types
Import all clips into the Player, then do some stressing operation by scrubbing the timeline
---> RV will eventually crash.
List all the operating systems versions where this is happening
Crashes on all platforms
On what computer hardware is this happening?
Happens on any computer
Relevant console log output
No response
Environment variables
No response
Extra information
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
…ine (#484)
### 483: Fix FFmpeg 6.0 crashes when loading 50+ clips and stressing the
timeline
### Linked issues
Fixes#483
### Summarize your change.
No longer using the MovieFFMpeg global context pool (since FFmpeg 6.0)
### Describe the reason for the change.
Rationale: The global context pool was based on the premise that a
context could be opened and closed multiple times.
However, with FFmpeg 6.0, this premise is no longer valid and was
causing crashes.
As per the FFmpeg 6 documentation:
https://ffmpeg.org/doxygen/trunk/deprecated.html:
"Opening and closing a codec context multiple times is not supported
anymore – use multiple codec contexts instead."
### Describe what you have tested and on which operating system.
Successfully validated repro steps
### Add a list of changes, and note any that might need special
attention during the review.
### If possible, provide screenshots.
Signed-off-by: Bernard Laberge <bernard.laberge@autodesk.com>
What happened?
Since the FFmpeg 6.0 update, it seems Open RV tends to crash more easily when stressing the timeline. Following the steps bellow won't make Open RV crash if you do them slowly, but if you stress it, there are good chances the application will crash. See attached video as example.
---> RV will eventually crash.
List all the operating systems versions where this is happening
Crashes on all platforms
On what computer hardware is this happening?
Happens on any computer
Relevant console log output
No response
Environment variables
No response
Extra information
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: