Hello.
I'm trying to convert MP4 file to WMV with the same size,
using different Video Converters, but getting wmv-file of much less size.
Bitrate's increase doesn't work. How to achieve the same file's size ?
The info of MP4 file:
Thanks.Code:General Complete name : input.mp4 Format : MPEG-4 Format profile : Base Media Codec ID : isom (isom/iso2/avc1/mp41) File size : 1.01 GiB Duration : 10 min 51 s Overall bit rate mode : Variable Overall bit rate : 13.3 Mb/s Encoded date : UTC 2021-03-16 23:33:23 Tagged date : UTC 2021-03-16 23:33:23 Writing application : Lavf51.12.1 Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High@L4.1 Format settings : 1 Ref Frames Format settings, CABAC : No Format settings, Reference frames : 1 frame Format settings, GOP : M=1, N=12 Codec ID : avc1 Codec ID/Info : Advanced Video Coding Duration : 10 min 51 s Bit rate : 13.1 Mb/s Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate mode : Constant Frame rate : 29.970 (29970/1000) FPS Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.211 Stream size : 1 018 MiB (99%) Encoded date : UTC 2021-03-16 23:33:23 Tagged date : UTC 2021-03-16 23:33:23 Codec configuration box : avcC Audio ID : 2 Format : AAC LC Format/Info : Advanced Audio Codec Low Complexity Codec ID : mp4a-40-2 Duration : 10 min 51 s Bit rate mode : Variable Bit rate : 160 kb/s Channel(s) : 2 channels Channel layout : L R Sampling rate : 48.0 kHz Frame rate : 46.875 FPS (1024 SPF) Compression mode : Lossy Stream size : 12.4 MiB (1%) Encoded date : UTC 2021-03-16 23:33:23 Tagged date : UTC 2021-03-16 23:33:23
+ Reply to Thread
Results 1 to 5 of 5
-
-
Hi, mp4 are video and audio combined.
Wav files are only audio and sizes cannot be equal by any way of conversion.
different files format determines the size of the file. -
Use Expression Encoder 3 and choose constant-bitrate OR bitrate-constrained encoding.
How to achieve the same file's size?"Programmers are human-shaped machines that transform alcohol into bugs." -
The max quality you can get is with:
Code:ffmpeg -i input.mp4 -c:v wmv2 -q:v 0 -c:a wmav2 -b:a 192k output.wmv
-
Similar Threads
-
MTS file conversion to MP4 or WMV
By David Mullins in forum Video ConversionReplies: 6Last Post: 6th Aug 2020, 08:51 -
ffmpeg WMV to MP4 keep quality
By pehje in forum Video ConversionReplies: 2Last Post: 9th Jul 2019, 06:29 -
Split mp4 file into specified size (part1.mp4, part2.mp4 etc.)
By TubeBar in forum EditingReplies: 7Last Post: 1st Feb 2019, 22:41 -
wmv webcam videos to mp4
By lostsoul65 in forum Newbie / General discussionsReplies: 0Last Post: 27th Jan 2019, 10:23 -
WMV to MP4
By amsgh in forum Newbie / General discussionsReplies: 5Last Post: 18th May 2016, 23:13