https://www.phoronix.com/news/FFmpeg-7.1-Released everyone parties. I ... can't figure out why we lost vf_scale in Terje's tests earlier. Hopefully just stub second parameter (?) in plugins config will restore it? Another site with more detailed changelog (and mention of second stream support for vf_scale) is currently down: https://jbkempf.com/blog/2024/ffmpeg-7.1.0/
After startup I have the following message: BC_DisplayInfo::gl_fb_config failed Do you know what it could be? Another problem, if I load one or more media, when I set the X11-OpenGL driver, I get the following warning: void AWindowGUI::update_asset_list(): Warning: /home/paz/test/sad_woman.mxf dimensions 1920x1080 exceed OpenGL texture limit 0 void AWindowGUI::update_asset_list(): Warning: /home/paz/test/Unusual_Habitat.wav dimensions 0x0 exceed OpenGL texture limit 0 void AWindowGUI::update_asset_list(): Warning: /home/paz/test/video (2160p)HDR_01.mp4 dimensions 3840x2160 exceed OpenGL texture limit 0 void AWindowGUI::update_asset_list(): Warning: /home/paz/test/vp.webm dimensions 512x288 exceed OpenGL texture limit 0 Decoder dnxhd does not support device type vaapi. HW device init failed, using SW decode. file:/home/paz/test/sad_woman.mxf err: Operation not permitted FFMPEG::open_decoder: some stream times estimated: /home/paz/test/vp.webm editing on the timeline more or less works, but I often have freezes that force me to reboot. If I use the X11 driver everything works fine and I don't have the freezes. With the latest appimage the same thing happens. If it helps, I attach the log and configure log.
вт, 1 окт. 2024 г., 20:51 Andrea paz <[email protected]>:
After startup I have the following message:
BC_DisplayInfo::gl_fb_config failed
Do you know what it could be?
something between mesa and X server? I fixed my mesa3d version to 22.1.7 due to breakage on nouveau with my specific low end card (gt710) so I am not following latest mesa changes ...
Another problem, if I load one or more media, when I set the X11-OpenGL driver, I get the following warning:
void AWindowGUI::update_asset_list(): Warning: /home/paz/test/sad_woman.mxf dimensions 1920x1080 exceed OpenGL texture limit 0 void AWindowGUI::update_asset_list(): Warning: /home/paz/test/Unusual_Habitat.wav dimensions 0x0 exceed OpenGL texture limit 0 void AWindowGUI::update_asset_list(): Warning: /home/paz/test/video (2160p)HDR_01.mp4 dimensions 3840x2160 exceed OpenGL texture limit 0 void AWindowGUI::update_asset_list(): Warning: /home/paz/test/vp.webm dimensions 512x288 exceed OpenGL texture limit 0 Decoder dnxhd does not support device type vaapi. HW device init failed, using SW decode. file:/home/paz/test/sad_woman.mxf err: Operation not permitted FFMPEG::open_decoder: some stream times estimated: /home/paz/test/vp.webm
editing on the timeline more or less works, but I often have freezes that force me to reboot.
If I use the X11 driver everything works fine and I don't have the freezes.
With the latest appimage the same thing happens.
If it helps, I attach the log and configure log.
вт, 1 окт. 2024 г., 03:07 Andrew Randrianasulu <[email protected]>:
https://www.phoronix.com/news/FFmpeg-7.1-Released
everyone parties. I ... can't figure out why we lost vf_scale in Terje's tests earlier. Hopefully just stub second parameter (?) in plugins config will restore it?
aha, it seems cingg filters out plugins with dynamic inputs and outputs, so if I just comment out dynamic input flag in ffmpeg/libavfilter/vf_scale.c it works.
Another site with more detailed changelog (and mention of second stream support for vf_scale) is currently down:
participants (2)
-
Andrea paz -
Andrew Randrianasulu