JuliaIO / VideoIO.jl

Reading and writing of video files in Julia via ffmpeg
https://juliaio.github.io/VideoIO.jl/stable
Other
126 stars 53 forks source link

Spurious information printed by libx264 during encode #294

Open IanButterworth opened 3 years ago

IanButterworth commented 3 years ago

I've recently started seeing seeing this emitted at the start of a preparencoder/appendencode! loop

[libx264 @ 0x5570e3beea80] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x5570e3beea80] profile High 4:4:4 Predictive, level 5.1, 4:0:0, 8-bit

I've not delved into the issue yet, but reporting in case others also see it.