Search found 2 matches

by tmm1
Tue Mar 08, 2022 3:16 am
Forum: Support
Topic: ATSC 3.0 Workaround (with 4k?)
Replies: 15
Views: 6462

Re: ATSC 3.0 Workaround (with 4k?)

The 10-bit -> 8-bit conversion code is single threaded. I think swscale has some newer APIs for threading, so it's possible it can be made multi-threaded. It will require some investigation and I don't have time at the moment. EDIT: Looks like ffmpeg 5.0 would be required to use it: https://github.c...
by tmm1
Fri Feb 25, 2022 1:40 am
Forum: Support
Topic: ATSC 3.0 Workaround (with 4k?)
Replies: 15
Views: 6462

Re: ATSC 3.0 Workaround (with 4k?)

TMC wrote: Mon Sep 27, 2021 2:47 am Bit Depth 10 bit
Pixel Format yuv420p10le
Reference Frames 1
I added support for 10-bit video in https://github.com/erikkaashoek/Comskip/pull/143