ffmpeg -devices

  1. ffmpeg -devices -loglevel quiet

显示ffmpeg支持的设备,通常用于查看ffmpeg支持的硬件设备,比如Cuda、Atalas

  1. 输出

Devices: D. = Demuxing supported .E = Muxing supported

DE alsa ALSA audio output

E caca caca (color ASCII art) output device

DE fbdev Linux framebuffer

D iec61883 libiec61883 (new DV1394) A/V input device

D jack JACK Audio Connection Kit

D kmsgrab KMS screen capture

D lavfi Libavfilter virtual input device

D libcdio

D libdc1394 dc1394 v.2 A/V grab

D openal OpenAL audio capture device

E opengl OpenGL output

DE oss OSS (Open Sound System) playback

DE pulse Pulse audio output

E sdl,sdl2 SDL2 output device

DE sndio sndio audio playback

DE video4linux2,v4l2 Video4Linux2 output device

D x11grab X11 screen capture, using XCB

E xv XV (XVideo) output device

  1. 说明

输出选项中带D,表示支持该格式的解码;带E,表示支持该格式的编码。

相关推荐
jjjxxxhhh1232 小时前
【学习】USB摄像头 -> FFmpeg -> H264 -> AI模型
人工智能·学习·ffmpeg
给大佬递杯卡布奇诺3 小时前
FFmpeg 基本API avformat_open_input函数内部调用流程分析
c++·ffmpeg·音视频
aqi006 小时前
FFmpeg开发笔记(八十三)国产的视频裁剪框架AndroidVideoTrimmer
android·ffmpeg·音视频·流媒体
彷徨而立19 小时前
【win32】FFmpeg 硬件解码器
windows·ffmpeg
dddddppppp1231 天前
linux sdl图形编程之helloworld.
linux·运维·ffmpeg
给大佬递杯卡布奇诺1 天前
FFmpeg 基本API avio_read函数内部调用流程分析
c++·ffmpeg·音视频
华仔啊2 天前
别再用在线工具转GIF了!FFmpeg实现高清无损转换,这才是真优雅
ffmpeg
落淼喵_G2 天前
ffmpeg转化mp3至wav格式
ffmpeg
jndingxin3 天前
瑞芯微算法环境搭建(1)------编译ffmpeg
ffmpeg