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

Update playing_videos.rst #9141

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

hislittlecuzin
Copy link

Added link to a GUI tool I wrote today for FFmpeg to make it easier to convert videos.

This is my first PR, I think I followed all the guidelines.

I think FFmpeg could be complex for some users & I dislike writing verbose command line stuff, so I created this very small simple program.

I think this will benefit the community and to have a free and open source program to use FFmpeg without having to mess with the command line.

I will make a video tutorial in the future to make the process of converting pre-rendered videos easier for this utility program.

Added link to a GUI tool for FFmpeg to make it easier to convert videos.
@AThousandShips AThousandShips added enhancement discussion area:manual Issues and PRs related to the Manual/Tutorials section of the documentation topic:animation labels Mar 26, 2024
@AThousandShips
Copy link
Member

@hislittlecuzin
Copy link
Author

See also:

Looks interesting.
If it's 123 to convert mp4 to ogv, that's awesome.

I assume you checked out the repo I linked.
For lurkers, this is what the wrapper program I wrote looks like so it's easier to use FFmpeg:
image

@AThousandShips
Copy link
Member

I haven't looked at it yet I'm not responsible for handling these specific things

@Calinou
Copy link
Member

Calinou commented Apr 1, 2024

Out of curiosity, why not use Handbrake instead? If you follow the advice outlined in the documentation, you can ignore most of its UI and only change what's actually needed.

This avoids having to install FFmpeg separately, which can be troublesome on Windows for users not knowledgeable with the command line, finding the right (up-to-date) FFmpeg build and so on.

@hislittlecuzin
Copy link
Author

hislittlecuzin commented Apr 1, 2024

Out of curiosity, why not use Handbrake instead? If you follow the advice outlined in the documentation, you can ignore most of its UI and only change what's actually needed.

I didn't think handbrake could do what I want.
I have it downloaded/installed but the format ogg isn't listed. (And you really need ogv which I didn't realize because Godot editor plays it but godot standalone executible doesn't)
image

If Handbrake CAN convert mp4 to ogv, a tutorial would be cool but I didn't see a way to do it with Handbrake so I wrote a shell program for FFmpeg so that program could be used.

This avoids having to install FFmpeg separately, which can be troublesome on Windows for users not knowledgeable with the command line, finding the right (up-to-date) FFmpeg build and so on.

It could-but improvements to the GUI wrapper program could be made to help overcome this.

If Handbrake has a way to do OGV we can forget about FFmpeg.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:manual Issues and PRs related to the Manual/Tutorials section of the documentation discussion enhancement topic:animation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants