当前位置:网站首页>Ffmpeg compressed video.
Ffmpeg compressed video.
2022-06-13 06:38:00 【l8487】
The requirement is to compress a video ,kydy.mp4, The details are as follows :

Video part 1920*1080、 Bit rate 2260k, Frame rate 25, Audio bit rate 189kb/s, The total size of the file 1790M.
After several adjustments, the command line finally adopted this time is as follows :
ffmpeg -i kydl.mp4 -vf scale=1280:720,setdar=1:1 -r 12 -b:v 1024k -b:a 64k 4.mp4The parameters are resolved as follows :
-i kydl.mp4( Specified file )
-vf scale=1280:720,setdar=1:1( Set a new video resolution 1280*720)
-r 12( Set new frame rate 12)
-b:v 1024k ( Set video bitrate 1024k)
-b:a 64k( Set the audio rate 64k)
After compression , video 789M, The sharpness comparison is as follows :

边栏推荐
- Kotlin collaboration channel
- App performance test: (II) CPU
- Two uses of bottomsheetbehavior
- c语言对文件相关的处理和应用
- Jetpack - basic use of room
- JVM基础
- 【sketchup 2021】草图大师的图像输出与渲染之样式说明【边线设置、平面设置、背景设置、水印设置、建模设置、天空背景创建天空、利用水印背景创建天空(重要)】
- JetPack - - - DataBinding
- Wechat applet (function transfer parameters, transfer multiple parameters, page Jump)
- Detailed explanation of the player startup process of ijkplayer code walkthrough 2
猜你喜欢

The processing and application of C language to documents

Data storage in memory (C language)

'ipconfig' is not an internal or external command, nor is it a runnable program or batch file.

MFS details (vii) - - MFS client and Web Monitoring installation configuration

Dragon Boat Festival wellbeing, use blessing words to generate word cloud

机器学习笔记 - 监督学习备忘清单

MFS详解(五)——MFS元数据日志服务器安装与配置

电镀挂具RFID工序管理解决方案

Solution: vscode open file will always overwrite the last opened label

MFS details (VII) -- MFS client and web monitoring installation configuration
随机推荐
Base64 principle
JetPack - - - DataBinding
Jfinal uses freemaker to output map.
Thread pool learning
欧姆龙平替国产大货—JY-V640半导体晶元盒读写器
Kotlin foundation extension
Use of smalidea
Recommend a capacity expansion tool to completely solve the problem of insufficient disk space in Disk C and other disks
Interface oriented programming in C language
Uniapp secondary encapsulates uview components, and the parent component controls display and hiding
Use of kotlin basic common sets list, set and map
The jadx decompiler can decompile jars and apks
十五、IO流(一)
[SketchUp 2021] CAD file import and modeling in the sketch master (establish elevation model in the sketch master by using CAD drawings), and the sketch master exports 2D, 3D and elevation effects of
Cocos creator obtains user authorization interface and encapsulates createuserinfobutton
Unable to locate program input point getrawinputdevicelist in dynamic link library user32 DLL processing
Socket programming server and client (multiple clients can connect to the same port of a server at the same time)
Time complexity and space complexity
Time formatting tool ----moment JS (real time display of web page time)
[FAQs for novices on the road] understand program design step by step