简体   繁体   English

我正在运行带有 scc cfg 文件的 HECV-SCM 编码器,但它无法输出 IDR 帧

[英]I'm runing HECV-SCM encoder with scc cfg file but it can't output IDR frame

The version I used is HM-16.16+SCM-8.5 and use我使用的版本是 HM-16.16+SCM-8.5 并使用

./TAppEncoderStatic -c ../cfg/encoder_intra_main_scc.cfg -c ../cfg/per-sequence/Desktop_420.cfg  -i ../../yuv/bridge-close_qcif.yuv -b wstr.bin -o wrec.yuv -wdt 176 -hgt 144 --SummaryPicFilenameBase true --SummaryVerboseness true -f 60

the inputfile is yuv420P format、 8bit depth and resolution 176x144输入文件为yuv420P格式、8位深度和176x144分辨率

the output message输出消息

SUMMARY --------------------------------------------------------
            Total Frames |   Bitrate     Y-PSNR    U-PSNR    V-PSNR    YUV-PSNR  Y-MSE     U-MSE     V-MSE    YUV-MSE 
Average:           60    a     951.9920   33.4138   36.9571   37.5667   34.3583   29.6307   13.1079   11.3920   23.8371
From MSE:          60    a     951.9920   33.4134   36.9555   37.5648   34.3583


I Slices--------------------------------------------------------
            Total Frames |   Bitrate     Y-PSNR    U-PSNR    V-PSNR    YUV-PSNR  Y-MSE     U-MSE     V-MSE    YUV-MSE 
Average:            0    i         -nan      -nan      -nan      -nan      -nan      -nan      -nan      -nan      -nan
From MSE:           0    i         -nan      -nan      -nan      -nan      -nan


P Slices--------------------------------------------------------
            Total Frames |   Bitrate     Y-PSNR    U-PSNR    V-PSNR    YUV-PSNR  Y-MSE     U-MSE     V-MSE    YUV-MSE 
Average:           60    p     951.9920   33.4138   36.9571   37.5667   34.3583   29.6307   13.1079   11.3920   23.8371
From MSE:          60    p     951.9920   33.4134   36.9555   37.5648   34.3583


B Slices--------------------------------------------------------
            Total Frames |   Bitrate     Y-PSNR    U-PSNR    V-PSNR    YUV-PSNR  Y-MSE     U-MSE     V-MSE    YUV-MSE 
Average:            0    b         -nan      -nan      -nan      -nan      -nan      -nan      -nan      -nan      -nan
From MSE:           0    b         -nan      -nan      -nan      -nan      -nan

RVM: 0.000
Bytes written to file: 118999 (951.992 kbps)
Bytes for SPS/PPS/Slice (Incl. Annex B): 118999 (951.992 kbps)

 Total Time:       37.247 sec.

你的比特流 wstr.bin 是可解码的吗?

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 我可以使用GPUImage在视频上设置帧吗? - Can i set frame on video with GPUImage? HEVC:编码器产生的每个NUL单元的NAL单元跟踪文件 - HEVC: NAL unit trace file for each NUL unit produced by the encoder 非 IDR IFrame 的意义是什么? - What is the significance of non-IDR IFrame? 如何通过浏览器在客户端录制具有无损帧像素的网络摄像头视频? - How can I Record video from webcam on client with lossless frame pixels through browser? 如何通过Java分割视频文件 - How can I split a video file by Java 我可以使用哪个 Azure 媒体服务 V3 转换预设来生成.webm output - which Azure Media Services V3 transform presets can I use to produce .webm output 我如何才能最好地对视频帧颜色进行全局定量分析 - how best can I do a global quantitative analysis of an videos frame color 如何使用FFmpeg转换视频文件的音频编解码器? - How can I use FFmpeg convert the audio codec of a video file? 如何使用FFMPEG将Y4M视频文件拆分为多个Y4M文件? - How to split Y4M video file into multiple Y4M files using FFMPEG? C ++ Adob​​e Premiere视频过滤器-在输出视频帧中打印/绘制/渲染文本 - C++ Adobe Premiere video filter - print/draw/render text in output video frame
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM