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,表示支持该格式的编码。

相关推荐
肥or胖9 小时前
【音视频协议篇】WebRTC 快速入门
ffmpeg·音视频·webrtc
aqi0010 小时前
FFmpeg开发笔记(七十八)采用Kotlin+Compose的NextPlayer播放器
android·ffmpeg·音视频·直播·流媒体
QMCY_jason13 小时前
Ubuntu 1804 编译ffmpeg qsv MediaSDK libva 遇到的问题记录
linux·ubuntu·ffmpeg
is08151 天前
使用 FFmpeg 实现 RTP 音频传输与播放
ffmpeg·音视频
yzx9910131 天前
JS与Go:编程语言双星的碰撞与共生
java·数据结构·游戏·小程序·ffmpeg
mpr0xy2 天前
编译支持cuda硬件加速的ffmpeg
ai·ffmpeg·nvidia·cuda
努力做小白2 天前
Linux驱动19 --- FFMPEG
linux·运维·驱动开发·单片机·嵌入式硬件·ffmpeg