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

相关推荐
梧桐樹下8 小时前
FFmpeg avformat_open_input函数分析
ffmpeg
道剑剑非道8 小时前
QT开发技术【ffmpeg + QAudioOutput】音乐播放器
开发语言·qt·ffmpeg
IOsetting8 小时前
Ubuntu24.04 交叉编译 aarch64 ffmpeg
ffmpeg
却道天凉_好个秋8 小时前
ffmpeg(三):处理原始数据命令
ffmpeg
@残梦8 小时前
129、QT搭建FFmpeg环境
开发语言·qt·ffmpeg
阿飞__1 天前
C++ 使用 ffmpeg 解码本地视频并获取每帧的YUV数据
c++·ffmpeg·音视频
好好学习O(∩_∩)O2 天前
QT6引入QMediaPlaylist类
前端·c++·ffmpeg·前端框架
alive9033 天前
FFmpeg移植教程(linux平台)
linux·ubuntu·ffmpeg·ffmpeg移植
Antonio9153 天前
【音视频】 FFmpeg 解码H265
ffmpeg·音视频
hvinsion3 天前
【开源工具】音频格式转换大师:基于PyQt5与FFmpeg的高效格式转换工具开发全解析
python·qt·ffmpeg·开源·音视频·视频编解码·音频转换