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

JPG Support #60

Open
ramraider2k6 opened this issue Sep 10, 2024 · 1 comment
Open

JPG Support #60

ramraider2k6 opened this issue Sep 10, 2024 · 1 comment

Comments

@ramraider2k6
Copy link

ramraider2k6 commented Sep 10, 2024

Unable to load Jpg files with the extension.

I believe this is a problem with the extension as PNG and WEBP image file types do load but may be an encoding issue that this extension can't handle? There are a number of JPG formats and proprietary formats like JPG2000

Steps to reproduce the behavior:
Run a file load and play command for a JPG file.
Expected behavior
The FFMPEG extension should display the picture as it does with WEBP and PNG file types.

Screenshots
If applicable, add screenshots to help explain your problem.
image
mouse11

Desktop (please complete the following information):

  • OS: Win11 (Pro) Microsoft Windows [Version 10.0.22631.4037]

Additional context
Ran the same file through ffplay and it said depreciated type.
[swscaler @ 000001f9cb4e8000] deprecated pixel format used, make sure you did set range correctly (JPG)
[swscaler @ 0000024005f63200] deprecated pixel format used, make sure you did set range correctly (JPG)
rename the pexels-photo-2004161.jpg to pexels-photo-2004161.webp
pexels-photo-2004161

@ramraider2k6
Copy link
Author

Ignore the webp. Its not a real Webp file. The header was JFIF (Jpeg)

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

No branches or pull requests

1 participant