-
Notifications
You must be signed in to change notification settings - Fork 67
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
Input audio and videos bitrates #565
Comments
Hi, I've been busy lately, so I haven't been able to work on the action. I'm planning to refactor it (I've actually done some work on my repo), but it's not complete. But again, as soon as I get my life in order, I'll do it. |
Hi ThigSchuch Take your time...thats why i asked where in the code can we change video audio bitrates? for example i edit my videos in resolve but it doesnt accept mp4, i always convert to prores/mov before, with your action script it converted my mp4/x264 file to mov/x264 @10 Mb/s, since i like to try stuff out ....where in your code can i change the code to convert to prores instead of h264 but still maintaining mov as video container? Thanks |
You can find the command in the converters file, in VideoConverter, I'm using the default ffmpeg command that is |
Thank you, obrigado |
Action name and maintainer
convert-file@thigschuch @ThigSchuch
What would you like to see?
Hi
Any chance of adding some option to specify bitrate on audio and video files? Altough not a coder myself ive looked at the code but couldnt find any code related to it like normal ffmpeg scripts, ive been using nemo/nautilus scripts with ffmpeg but i wanted to change all my scripts to actions, can you tell me where in the code can i find the switch for bitrate etc etc...thanks
The text was updated successfully, but these errors were encountered: