Intel-FFmpeg-Plugin / Intel_FFmpeg_plugins

mirror of git://source.ffmpeg.org/ffmpeg.git
http://ffmpeg.org
Other
35 stars 19 forks source link

[AVC encode] option maxslicesize is not support #28

Closed wangzj0601 closed 6 years ago

wangzj0601 commented 6 years ago

Test Env: Platfrom: SKL OS: CentOS 7.3.1611 Kernel version: 4.4.0 VPG Driver: 16.5.2.64009-ubit Mediasdk: MediaServerStudioEssentials2017R3 FFMPEG: 0e9c48d (branch:intel_ffmpeg-3.4.1) repo: https://github.com/Intel-FFmpeg-Plugin/Intel_FFmpeg_plugins.git

Reproduce Steps: 1.build the environment as above 2.ffmpeg -f rawvideo -video_size 1920x1080 -pix_fmt nv12 -i /root/media_streams/ffmpeg_streams/ffmpeg_yuv_dcg//123_217frame_1920x1080_blue_sky.yuv -init_hw_device qsv:hw -c:v h264_qsv -maxslicesize 10 -y /home/harddisk_sdb2/dcgm-ffmpeg-qsv-validation/output/H264_Encode/H264e_MaxSliceSize/H264e_maxslicesize_1080P.h264 3.it reminds that "Unrecognized option 'maxslicesize'"

lizhong1008 commented 6 years ago

It is named as "max_slice_size" in 3.3.1 and 3.4.1 branches.