Skip to content

Add converting mp4s to pngs #2361

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

Open
4 tasks done
anthonyabbasi opened this issue Mar 20, 2025 · 6 comments
Open
4 tasks done

Add converting mp4s to pngs #2361

anthonyabbasi opened this issue Mar 20, 2025 · 6 comments

Comments

@anthonyabbasi
Copy link

The fewer issues I have to read, the more new features I will have time to implement, so I ask that you please try these things first

Description

Add a way to simply convert an mp4 file to png to make each frame a lossless png, the code to do it is "ffmpeg -i input output.png". Please add this somewhere as its niche but useful.

@mifi
Copy link
Owner

mifi commented Mar 20, 2025

lossless is not possible. but for lossy pngs you can use the extract frames as images function (segment list)

@anthonyabbasi
Copy link
Author

I thought they were lossless but whether lossy or not could you still add this feature, you could add this as an image format when selecting output format or you can add it into tools or something.

@mifi
Copy link
Owner

mifi commented Mar 21, 2025

you can use the extract frames as images function (segment list)

@anthonyabbasi
Copy link
Author

Apologies for the long response but I found the extract frames as images function (segment list) button but now there's another issue, when selecting the last option "Capture every single frame as an image" it only does the first frame. Hope this can be fixed unless I'm using it wrong

@mifi
Copy link
Owner

mifi commented Mar 26, 2025

Yes that's a bug in the newest version. see #2365 (comment)

@anthonyabbasi
Copy link
Author

Okay thank you, love your app btw

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

2 participants