mplayer-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Original]

[MPlayer-users] Re: how to evaluate ripped dvd size


To: mplayer-users@xxxxxxxxxxxx
Subject: [MPlayer-users] Re: how to evaluate ripped dvd size
From: Rémi Guyomarch <rguyom@xxxxxxxxx>
Date: Mon Sep 9 11:53:01 2002
In-reply-to: <3D7C776A.5060703@unica.it>
References: <3D7C776A.5060703@unica.it>
User-agent: Mutt/1.4i

On Mon, Sep 09, 2002 at 10:26:50AM +0000, Roberto De Leo wrote:
> I am starting using mencoder to rip my DVDs and I wonder if there is
> any way to evaluate in advance the size of an avi file ripped from a
> dvd as function of the bitrate and/or of the resolution you are
> using.

video size = bitrate * length / 8 * 1000 / 1024 / 1024
audio size = bitrate * length / 8 * 1000 / 1024 / 1024
avi size = video size + audio size (+ audio size...) + avi overhead

avi overhead : actually a function of the DVD length but count 8
MB for a typical DVD
units: size in MB, bitrate in kbits/s, length in s
note: 1 kbit = 1000 bits

-- 
Rémi



[Prev in Thread] Current Thread [Next in Thread]