I used X10 to create a webdoc file made of
- a 900MB, 1h30m WAV file
- about 100 JPG pictures*
Surprisingly, the MP4 file generated by CVS is about 950MB, ie. it's even bigger than a movie! Considering the WAV file compressed by Audacity turns out to be about 125MB and I'm just showing static JPG pictures, I would have expected the file to be about 250MB at most.
Here's the custom settings I used in CVS to compile the MP4 file:
Code: Select all
MPEG-4 Files
24 bits, 720 x 480, 25 fps
Frame-based
H.264 Main Profile Video: 1024 Kbps, 16:9
44100 Hz, 16 Bit, Stereo
MPEG AAC Audio: 128 KbpsThank you.
* Here's more infos on the input files:
Code: Select all
Input #0, wav, from 'input.wav':
Duration: 01:26:48.49, bitrate: 1411 kb/s
Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 2 channels, s16, 1411 kb/s
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'output.mp4':
Duration: 01:26:48.48, start: 0.000000, bitrate: 1471 kb/s
Stream #0:0(eng): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 720x480 [SAR 40:33 DAR 20:11], 1339 kb/s, 25 fps, 25 tbr, 30k tbn, 50 tbc (default)
Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 128 kb/s (default)