我在看这个问题
我想使用 avconv 来做到这一点,但是,我还想将帧大小缩小大约一半。我的问题是当我这样做
avconv -i "$file" -s 640x480 -strict experimental "mp4/$file.mp4"
Run Code Online (Sandbox Code Playgroud)
输出的像素化程度令人难以置信,并且会大大降低视频质量。我正在尝试为我的掌上电脑将视频文件转换为更小的尺寸。基本上,我试图得到这个:
Video
ID : 1
Format : AVC
Format/Info : Advanced Video Codec
Format profile : Main@L3.1
Format settings, CABAC : No
Format settings, ReFrames : 4 frames
Format settings, GOP : M=2, N=48
Codec ID : V_MPEG4/ISO/AVC
Duration : 21mn 31s
Bit rate mode : Variable
Maximum bit rate : 1 101 Kbps
Width : 1 280 pixels
Height : 720 pixels
Display aspect …Run Code Online (Sandbox Code Playgroud)