小编hyd*_*333的帖子

ffmpeg ...“无法在过滤器支持的格式之间进行转换”

使用 2017.11.26 构建的最新 ffmpeg master,我无法解读错误消息的含义,更重要的是,我无法理解如何处理它们。

从 -vf 更改为 -filter_complex 什么也没做(我不得不尝试)。主要的错误信息似乎是

Impossible to convert between the formats supported by the filter
Run Code Online (Sandbox Code Playgroud)

我试图在 yadif 和 unsharp_opencl 之前/之间/之后插入“格式=”和“比例”,但无济于事。

我想知道,这可能与需要 hwupload/hwdownload/hwmap 或那是一条红鲱鱼有关吗?

我究竟做错了什么 ?

".\ffmpeg_3.latest_master.exe" -hide_banner -v verbose -init_hw_device opencl=ocl:1.0 -filter_hw_device ocl -i ".\test_01.mpg" -an -map_metadata -1 -sws_flags lanczos+accurate_rnd+full_chroma_int+full_chroma_inp -filter_complex "[0:v]yadif=0:0:0,scale=flags=lanczos+accurate_rnd+full_chroma_int+full_chroma_inp,unsharp_opencl=lx=3:ly=3:la=0.5:cx=3:cy=3:ca=0.5,setdar=dar=16/9" -r 25 -c:v h264_nvenc -preset slow -bf 2 -g 50 -refs 3 -rc:v vbr_hq -rc-lookahead:v 32 -cq 22 -qmin 16 -qmax 25 -coder cabac -movflags +faststart -profile:v high -level 4.1 -pixel_format yuv420p -y …
Run Code Online (Sandbox Code Playgroud)

ffmpeg opencl

3
推荐指数
1
解决办法
6078
查看次数

标签 统计

ffmpeg ×1

opencl ×1