madmaxmedia wrote:
Quote:
1. Both formats can deliver great picture quality, as long as the 'bitrate' is sufficient. Meaning that a 60 second 640 x 480 video clip compressed to 10 MB is going to look bad no matter which compression scheme is used...
Wrong, in 2-pass compressed "DivX" movies splitted to two CD-ROM audio track (AC3=DD5.1) generally takes about 100MB which leaves 600MB for video... and 60 minutes of video fits to that quite well while retaining near DVD quality.
With good codec MPEG4 is way superior giving at least 2x efficiency with same quality.
So MPEG2 is worse than MPEG4 in every aspect, maybe except in processing power requirements.
But because of limited supply of battery power compression is always done using hardware encoder/ASIC in this kind devices so doing good MPEG4 compression shouldn't be prevented by lack of processing power in general purpose ICs. (dedicated ASICs are huge amount more efficient in that specific job than general purpose processors, for example remember jump in quality of game graphics when PCs got 3D-(graphic)cards)
Commonly used Motion JPEG (MJPEG) is intraframe compression which encodes every frame separately while others use interframe compression with associated motion compensation/prediction which saves only changing parts of image between keyframes increasing efficiency considerably so this is least efficient of these video compressions.
Reason why you don't find files with MJPEG ending is that video stream (with audio stream) is inside container file, like AVI or MOV (Quicktime).
PS. DV videos take about 35Mbps which is ~4MBps. Also DV is intraframe compression making it good for editing.