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
When starting a new project and dragging the playhead, the application displays the error "Failed to render frame". No visuals are seen and restarting displays a "Make sure ffmpeg is installed" error.
To Reproduce
Open Beutl
Create a new document
Drag the playhead
Expected behavior
The application should render frames.
Beutl version
1.0.0-preview.10
OS
Linux
Additional context
I am running Nobara / Fedora 40. I can confirm that ffmpeg is available through the commandline.
laura@laura-pc:~$ which ffmpeg
/usr/bin/ffmpeg
Bug report:
Failed to load 1 packages.
Package:
Name: 'Beutl.Embedding.FFmpeg'
DisplayName: 'Beutl.Embedding.FFmpeg'
Version: '1.0.0-preview.10'
Publisher: 'b-editor'
WebSite: 'https://github.com/b-editor/beutl'
Description: '
ShortDescription: 'FFmpeg for beutl'
Tags: 'ffmpeg,decoder,decoding,encoder,encoding,video,audio'
InstalledPath: '/home/laura/Downloads/Beutl-linux-x64-1.0.0-preview.10/'
System.InvalidOperationException: Operation is not valid due to the current state of the object.
at Beutl.Embedding.FFmpeg.FFmpegLoader.GetRootPath() in /home/runner/work/beutl/beutl/src/Beutl.Extensions.FFmpeg/FFmpegPath.cs:line 168
at Beutl.Embedding.FFmpeg.FFmpegLoader.Initialize() in /home/runner/work/beutl/beutl/src/Beutl.Extensions.FFmpeg/FFmpegPath.cs:line 39
at Beutl.Embedding.FFmpeg.Decoding.FFmpegDecodingExtension.Load() in /home/runner/work/beutl/beutl/src/Beutl.Extensions.FFmpeg/Decoding/FFmpegDecodingExtension.cs:line 26
at Beutl.Services.StartupTasks.LoadPrimitiveExtensionTask.<.ctor>b__2_0() in /home/runner/work/beutl/beutl/src/Beutl/Services/StartupTasks/LoadPrimitiveExtensionTask.cs:line 80
It seems likely that the error is due to a missing libOpenCvSharpExtern.so.
The Beutl-linux-x64-1.0.0-preview.10.zip I’ve provided is not guaranteed to work on all Linux-based OSes; it only works with Ubuntu 22.04 or related OS versions, such as Zorin OS 17. I’m unsure if it will work on your OS, but you might try building and installing the library by following the instructions provided here.
Describe the bug
When starting a new project and dragging the playhead, the application displays the error "Failed to render frame". No visuals are seen and restarting displays a "Make sure ffmpeg is installed" error.
To Reproduce
Expected behavior
The application should render frames.
Beutl version
1.0.0-preview.10
OS
Linux
Additional context
I am running Nobara / Fedora 40. I can confirm that ffmpeg is available through the commandline.
Bug report:
FFMPEG config
The text was updated successfully, but these errors were encountered: