[FFmpeg-devel] ?????? Questions about ffmpeg h264_qsv

2015-08-06 Thread Ron
hes"; 主题: Re: [FFmpeg-devel] Questions about ffmpeg h264_qsv Hello Ron, Thursday, August 6, 2015, 5:34:51 AM, you wrote: R> Hi, R> I have some questions about ffmpeg h264_qsv with Intel media sdk. R> R> 1. The command 'ffmpeg -i in.mp4 -an -c:v h264_qsv out.mp4&

Re: [FFmpeg-devel] Questions about ffmpeg h264_qsv

2015-08-06 Thread Ivan Uskov
Hello Ron, Thursday, August 6, 2015, 5:34:51 AM, you wrote: R> Hi, R> I have some questions about ffmpeg h264_qsv with Intel media sdk. R> R> 1. The command 'ffmpeg -i in.mp4 -an -c:v h264_qsv out.mp4' to R> encode sucessful, how can I make the qsv decoder work? Just use the following syntax

[FFmpeg-devel] Questions about ffmpeg h264_qsv

2015-08-05 Thread Ron
Hi, I have some questions about ffmpeg h264_qsv with Intel media sdk. 1. The command 'ffmpeg -i in.mp4 -an -c:v h264_qsv out.mp4' to encode sucessful, how can I make the qsv decoder work? I disabled h264 decoder in 'libavcodec/allcodecs.c' to make h264_qsv decoder work, error messages as