Skip to content

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

Open
@Lyamc

Description

@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

Activity

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

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions