You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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.
The text was updated successfully, but these errors were encountered:
Have been offline for a while but have done some digging and SVP only allows YUV12 which is strictly 8-bit so any program that interps with it will run into issues so am updating it to 16bit for rife temp
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:
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: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.The text was updated successfully, but these errors were encountered: