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

相关推荐
unix2linux33 分钟前
YOLO v5 Series - FFmpeg & (HTML5 + FLV.js ) & ONNX YOLOv5s Integrating
yolo·ffmpeg·html5
Antonio9152 小时前
【音视频】FFmpeg解封装
ffmpeg·音视频
Antonio91517 小时前
【音视频】FFmpeg内存模型
ffmpeg·音视频
hjjdebug18 小时前
全面介绍AVFilter 的添加和使用
ffmpeg·avfilter
邪恶的贝利亚19 小时前
基于 FFmpeg 的音视频处理基础原理与实验探究
ffmpeg·音视频
Antonio9151 天前
【音视频】AAC-ADTS分析
ffmpeg·音视频·aac
这被禁忌的游戏1 天前
网页下载的m3u8格式文件使用FFmpeg转为MP4
ffmpeg
hunandede1 天前
ffmpeg 硬解码相关知识
ffmpeg
StudyWinter1 天前
【FFmpeg从入门到精通】第四章-FFmpeg转码
ffmpeg·音视频
hepherd2 天前
音视频学习 - MP3格式
java·ffmpeg·intellij idea