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

ffmpeg filter #2132

Open
sugizo opened this issue Mar 8, 2024 · 0 comments
Open

ffmpeg filter #2132

sugizo opened this issue Mar 8, 2024 · 0 comments
Labels
feature-request Request for a new feature or additional functionality. lib-FFmpeg Issues pertaining to dependency FFmpeg.

Comments

@sugizo
Copy link

sugizo commented Mar 8, 2024

nice to have ffmpeg video and audio filter
e.g.

ffmpeg -y -i 'input_ss_t.mp4' -vf 'hflip' 'hflip.mp4'
ffmpeg -y -i 'input_ss_t.mp4' -af 'rubberband = pitch = 1.5' 'output_pitch.mp4'

not found ffmpeg filters on
https://zulko.github.io/moviepy/ref/ffmpeg.html
https://github.com/Zulko/moviepy/blob/master/moviepy/video/io/ffmpeg_tools.py

best regards

@sugizo sugizo added the feature-request Request for a new feature or additional functionality. label Mar 8, 2024
@keikoro keikoro added the lib-FFmpeg Issues pertaining to dependency FFmpeg. label May 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request Request for a new feature or additional functionality. lib-FFmpeg Issues pertaining to dependency FFmpeg.
Projects
None yet
Development

No branches or pull requests

2 participants