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

Senate video ratio is wrong #69

Open
waldoj opened this issue Jan 13, 2020 · 2 comments
Open

Senate video ratio is wrong #69

waldoj opened this issue Jan 13, 2020 · 2 comments

Comments

@waldoj
Copy link
Member

waldoj commented Jan 13, 2020

It's 4:3 as captured, but it looks like it's recorded at 16:9. But we're not doing anything to change the ratio in capturing the video, so what's going on here?

@waldoj
Copy link
Member Author

waldoj commented Jan 14, 2020

Yup. As of November 18, 2019, they're saving all 16:9 video as 4:3.

This is gonna be a Whole Thing. I think the solution is to add a new step to Senate video — check the aspect ratio and, if it's 4:3, re-encode it as 16:9.

@waldoj
Copy link
Member Author

waldoj commented Jan 14, 2020

Argh, right...there's not even a clear place to do this. It's get_video.php that retrieves the video and stores it on S3, and not, like, a shell script where mplayer could be inserted into the pipeline.

This might call for Elastic Transcoder. If that can convert video on S3 buckets — just replace in place — that'd be easiest.

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

1 participant