当前位置:网站首页>Ffprobe common commands
Ffprobe common commands
2022-07-04 14:51:00 【PYJTLK】
FFMPEG Common commands ( One ): Audio and video information and extraction
FFMPEG Common commands ( Two ): Video related commands
FFMPEG Common commands ( 3、 ... and ): Audio related commands
FFMPEG Common commands ( Four ): Picture related commands
FFplay Common commands
FFprobe Common commands
Introduce
FFprobe It is a powerful audio and video information viewing tool .
Specific use
The commands for viewing basic information are as follows .-i Indicates the input file , It can be mp4、mp3 And other encapsulated formats , But it cannot be the original data file , Such as yuv、pcm etc. .
ffprobe -i audio.mp3
Of course , You can also view network multimedia file information .
ffprobe -i http://clips.vorwaerts-gmbh.de/big_buck_bunny.mp4
The command to view the format information of the stream is as follows . Video files will have video streams and audio streams .
ffprobe -show_format -i video.mp4
The command to view the information of each frame is as follows .
ffprobe -show_frames -i audio.mp3
Similarly, the command to view each encapsulated frame is as follows .
ffprobe -show_packets -i video.mp4
If you only want to view audio related frames , You can add -select_streams,a It means audio 、v Show video .
ffprobe -select_streams a -i video.mp4
Last
This article describes the commonly used FFprobe command .
Reference article
边栏推荐
- No servers available for service: xxxx
- [C language] Pointer written test questions
- Comment configurer un accord
- LVGL 8.2 Menu
- LeetCode 1200 最小絕對差[排序] HERODING的LeetCode之路
- Kubernets pod exists finalizers are always in terminating state
- Solutions to the problems of miui12.5 red rice k20pro using Au or povo2
- Openresty redirection
- 局部修改-渐进型开发
- Programmers exposed that they took private jobs: they took more than 30 orders in 10 months, with a net income of 400000
猜你喜欢
UFO: Microsoft scholars have proposed a unified transformer for visual language representation learning to achieve SOTA performance on multiple multimodal tasks
如何配和弦
Query optimizer for SQL optimization
Opencv learning notes - linear filtering: box filtering, mean filtering, Gaussian filtering
Introduction to asynchronous task capability of function calculation - task trigger de duplication
LVGL 8.2 Line
LVGL 8.2 Line wrap, recoloring and scrolling
leetcode:6110. The number of incremental paths in the grid graph [DFS + cache]
Talk about 10 tips to ensure thread safety
Five minutes per day machine learning: use gradient descent to complete the fitting of multi feature linear regression model
随机推荐
局部修改-渐进型开发
Respect others' behavior
实战解惑 | OpenCV中如何提取不规则ROI区域
电商系统中红包活动设计
Digi XBee 3 RF: 4个协议,3种封装,10个大功能
Stm32f1 and stm32subeide programming example -max7219 drives 8-bit 7-segment nixie tube (based on GPIO)
关于miui12.5 红米k20pro用au或者povo2出现问题的解决办法
Programmer turns direction
Query optimizer for SQL optimization
Leecode learning notes - Joseph problem
UFO: Microsoft scholars have proposed a unified transformer for visual language representation learning to achieve SOTA performance on multiple multimodal tasks
C language small commodity management system
Ali was laid off employees, looking for a job n day, headhunters came bad news
Solutions aux problèmes d'utilisation de l'au ou du povo 2 dans le riz rouge k20pro MIUI 12.5
es6模块化
Count the running time of PHP program and set the maximum running time of PHP
产业互联网则具备更大的发展潜能,具备更多的行业场景
函数计算异步任务能力介绍 - 任务触发去重
Popular framework: the use of glide
C language programming