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

(10-bit support) ffmpeg pipe to encoder_example using yuv420p10le pix-fmt is garbled #228

Open
Lyamc opened this issue Feb 11, 2020 · 0 comments

Comments

@Lyamc
Copy link

Lyamc commented Feb 11, 2020

@ECHO OFF
ffmpeg -i "%~1" -an -pix_fmt yuv420p10le -strict -1 -f yuv4mpegpipe - | encoder_example.exe -v 30 - -o "%~n1-v30.ogv"
pause

image

@ECHO OFF
ffmpeg -i "%~1" -an -pix_fmt yuv420p -strict -1 -f yuv4mpegpipe - | encoder_example.exe -v 30 - -o "%~n1-v30.ogv"
pause

image

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