我想使用新的编解码器 x265 (libx265) 来编码我的视频集。
为此,我在 linux 下创建了一个可爱的 bash 脚本,它通常运行良好!但有一点很奇怪:
我禁止ffmpeg的输出以我自己的方式回显。使用 x264(“旧”的)一切正常。但是一旦我使用 x265,我的终端上总是会得到这种输出:
x265 [info]: HEVC encoder version 1.7
x265 [info]: build info [Linux][GCC 5.1.0][64 bit] 8bpp
x265 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 Cache64
x265 [info]: Main profile, Level-2.1 (Main tier)
x265 [info]: Thread pool created using 2 threads
x265 [info]: frame threads / pool features : 1 / wpp(5 rows)
x265 [info]: Coding QT: max CU size, min CU size : 64 / 8
x265 [info]: Residual QT: …
Run Code Online (Sandbox Code Playgroud)