当前位置:网站首页>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 basic objects, classes and interfaces
- El form form verification
- Wechat applet (function transfer parameters, transfer multiple parameters, page Jump)
- BlockingQueue source code
- JVM Foundation
- Kotlin collaboration - start and cancel, scope
- Interface oriented programming in C language
- [FAQs for novices on the road] understand program design step by step
- Win10 drqa installation
- Kotlin base generics
猜你喜欢

Two uses of bottomsheetbehavior

Notes on wechat applet development

Jfinal uses freemaker to output map.

c语言对文件相关的处理和应用

Kotlin basic definition class, initialization and inheritance

楊輝三角形詳解

JetPack - - - Navigation

SSM框架整合--->简单后台管理

JetPack - - - LifeCycle、ViewModel、LiveData

MFS details (vii) - - MFS client and Web Monitoring installation configuration
随机推荐
BlockingQueue源码
Uniapp secondary encapsulates uview components, and the parent component controls display and hiding
[SketchUp 2021] sketch master's image output and rendering style description [edge setting, plane setting, background setting, watermark setting, modeling setting, sky background creating sky, creatin
Logcat -b events and eventlogtags print the location correspondence of the events log in the code
Two uses of bottomsheetbehavior
Thread pool learning
Base64 principle
ADB shell CMD overlay debugging command facilitates viewing system framework character resource values
Vector control of Brushless DC motor (4): sensorless control based on sliding mode observer
Kotlin collaboration process +flow download case
Ijkplayer code walk through H264 unpacker application details
DataGridView data export to excel (in case of small amount of data)
线程池学习
MFS explanation (VI) -- MFS chunk server installation and configuration
【案例】一个超级好用的工具 —— 给程序员用的计算器
Vue3 route cache component status and set transition animation
Using the shutter floor database framework
Usegeneratedkeys=true configuration
[case] a super easy-to-use tool -- a calculator for programmers
Recent problems