Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flatpack version 6.0.5.3 - opening a 1080p h264 file, nothing is displayed. #392

Open
jason-a69 opened this issue Nov 5, 2023 · 10 comments
Assignees

Comments

@jason-a69
Copy link

No thumbnails are generated

ffprobe returns this on the problematic file


  Stream #0:1[0x65]: Video: h264 (High) ([27][0][0][0] / 0x001B), yuv420p(tv, bt709, top first), 1920x1080 [SAR 1:1 DAR 16:9], 25 fps, 50 tbr, 90k tbn, 50 tbc
  Stream #0:2[0x66](eng): Audio: aac_latm (LC) ([17][0][0][0] / 0x0011), 48000 Hz, stereo, fltp
  Stream #0:3[0x6a](eng): Unknown: none ([17][0][0][0] / 0x0011) (visual impaired) (descriptions) (dependent)
  Stream #0:4[0x69](eng): Subtitle: dvb_subtitle ([6][0][0][0] / 0x0006)
  No Program
  Stream #0:0[0x12]: Data: epg

Log file contains this

Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:     self.loadMedia(filename)
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:   File "/app/lib/python3.10/site-packages/vidcutter/videocutter.py"
, line 989, in loadMedia
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:     self.videoService.setMedia(self.currentMedia)
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:   File "/app/lib/python3.10/site-packages/vidcutter/libs/videoservi
ce.py", line 94, in setMedia
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:     [stream for stream in self.media.streams if stream.codec_type =
= codec_type.lower()])
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:   File "/app/lib/python3.10/site-packages/vidcutter/libs/videoservi
ce.py", line 94, in <listcomp>
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:     [stream for stream in self.media.streams if stream.codec_type =
= codec_type.lower()])
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:   File "/app/lib/python3.10/site-packages/vidcutter/libs/munch.py",
 line 104, in __getattr__
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]:     raise AttributeError(k)
Nov  5 21:56:57 zolly com.ozmartians.VidCutter.desktop[40893]: 2023-11-05 21:56 - root - CRITICAL - <class 'AttributeError'>: code
c_type

I do not mind downloading and installing from the source code to get this working...including ffmpeg if that is causing the problem.

Any feedback is welcome.

Thanks

Jason

@ozmartian
Copy link
Owner

ozmartian commented Nov 14, 2023 via email

@jason-a69
Copy link
Author

I just installed mpv and the video plays fine.

It only fails on HD files, SD ones are fine. Would you like me to send you an example?

@ozmartian
Copy link
Owner

ozmartian commented Nov 14, 2023 via email

@jason-a69
Copy link
Author

Hi again,

Give this a go

https://jjactn.mooo.com/nextcloud/s/az2cZm35Rgxkdkb

@ozmartian
Copy link
Owner

ozmartian commented Nov 14, 2023 via email

@jason-a69
Copy link
Author

Sorry, can you try again, I have been bouncing that machine trying to fix ALSA problems.

It's up now, can you please grab the file, I won't restart it until you have.

@ozmartian
Copy link
Owner

ozmartian commented Nov 14, 2023 via email

@ozmartian
Copy link
Owner

ozmartian commented Nov 14, 2023 via email

@ozmartian
Copy link
Owner

ozmartian commented Nov 14, 2023 via email

@ozmartian ozmartian self-assigned this Nov 14, 2023
@jason-a69
Copy link
Author

Just download flatpak v6.5.0.3 on Pop OS (which looks to be about a month old) from the Pop OS shop and that did not work.

I tried

flatpak install flathub com.ozmartians.VidCutter
flatpak run com.ozmartians.VidCutter

And that installed v6.5.0.1

I am still getting errors with both versions but I am guessing that I do not have the latest version?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants