Skip to content

10bits video support #78

@berturion

Description

@berturion

Is your feature request related to a problem? Please describe.

I tried to apply motion blur on a GoPro Hero11 black video and it fails with:

[in#0 @ 0x56f244fa1a80] Error opening input: Invalid data found when processing input
Error opening input file -.
Error opening input files: Invalid data found when processing input

It works on a GoPro Hero6 Black though.

I think that is because the GoPro 11 video is a 10bits video.

For exemple, if I reencode the GoPro Hero6 Black video specifying the yuv420p10le pixel format with:

ffmpeg -i GP6.mp4 -pix_fmt yuv420p10le -c:v libx265 -preset slow -crf 18 GP6-10b.mp4

I have the exact same error when running Teres on the file GP6-10b.mp4.

Describe the solution you'd like
I would like to be able to apply motion blur on 10bits videos.

Describe alternatives you've considered
The only solution for now is to reencode with the yuv420p pixel format, losing some information because colors are stored on 8bits instead of 10bits.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions