twitter / vireo

Vireo is a lightweight and versatile video processing library written in C++11
MIT License
927 stars 111 forks source link

extract DCT from H264 #21

Closed pribadihcr closed 6 years ago

pribadihcr commented 6 years ago

Hi How to extract DCT from H264 bitstream?

canbal commented 6 years ago

DCT is handled within the decoder and encoder, which are within ffmpeg and x264 projects respectively. Vireo doesn't have direct access