NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.04k stars 14.09k forks source link

openshot-qt fails to generate video #333472

Open biscotty666 opened 2 months ago

biscotty666 commented 2 months ago

Describe the bug

If I export a project with default settings I get a "video" that is full length but blank screen. If I install the flatpak and do the same the video is generated as expected.

Steps To Reproduce

Steps to reproduce the behavior:

  1. Export a project to a default mp4
  2. ...
  3. ...

Expected behavior

The resulting video has no image but is full length.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Notify maintainers

Metadata

These results are misleading because I'm using flakes and following unstable.

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
output here

Add a :+1: reaction to issues you find important.

GuillaumeDesforges commented 2 months ago

I think I have this issue as well, I only get sound no video. stdout gets a bunch of Frame AVERROR_EOF, so it would be related to that issue: https://github.com/OpenShot/openshot-qt/issues/5419, which has been fixed upstream.

GuillaumeDesforges commented 2 months ago

Package was bumped to v3.2.1 in nixpkgs two weeks ago in https://github.com/NixOS/nixpkgs/commit/b37576faa4efddb7a8e4394cb14821140bb6d1b2, which should solve the issue according to upstream, but it still fails on my end.

Test using nix run github:nixos/nixpkgs/b37576faa4efddb7a8e4394cb14821140bb6d1b2#openshot-qt

GuillaumeDesforges commented 2 months ago

FYI v3.0.0 in 047d0f2c4cf6e36efa4757ddb626a0f0fea4176b worked for me. It also does not show the same Frame AVERROR_EOF.