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

add feature to rotate movie on upload #386

Closed
simsong opened this issue Apr 19, 2024 · 1 comment · Fixed by #423
Closed

add feature to rotate movie on upload #386

simsong opened this issue Apr 19, 2024 · 1 comment · Fixed by #423
Assignees

Comments

@simsong
Copy link
Member

simsong commented Apr 19, 2024

After the movie is uploaded, give the user the option to rotate it.
Also give this option on the analysis page.

@simsong simsong self-assigned this Apr 19, 2024
@simsong
Copy link
Member Author

simsong commented Apr 20, 2024

Command:
ffmpeg -i input.mp4 -vf "transpose=1" -c:a copy output.mp4

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

Successfully merging a pull request may close this issue.

1 participant