Hi Does ffmpeg's h264 decoder supports decoing with more than 64 cpus, say 72 cpus ? In windows, there are 2 processor groups, each with 36 cpus when there are 72 cpus. The code in ffmpeg MAX_THREADS is defined as 64 in frame_thread_encoder.c #define MAX_THREADS 64 Thanks. John