Go Back   Club CDFreaks - Knowledge is Power > International Chat: Software related > Video Edit Software


Commercial message

Video Edit Software Find out the best video edit software, learn about video edit magic and movie authoring. Discuss MPEG-4 and Super Video CD editing and authoring.



Reply
 
Thread Tools
Old 03-12-2003   #1 (permalink)
New on Forum
 
Join Date: Dec 2003
Posts: 2
Reducing AVI File Size

please help me to know How to reduce the size of an AVI file so that i can save a lot of HDD space which is allready fulll...
Any software....
Thanx in Advance
pingyy is offline   Reply With Quote
Old 03-12-2003   #2 (permalink)
CDFreaks Resident
 
Join Date: Feb 2002
Location: netherlands
Posts: 3,535
you can use virtualdub to re-encode it on a different screensize or a different bitrate. This wil make it smaller, but you can get loss of quality
damiandimitri is offline   Reply With Quote
Old 04-12-2003   #3 (permalink)
Retired Moderator
 
Join Date: Jun 2002
Location: Deadwood
Posts: 11,449
There's other AVI codecs that make smaller files, but it means re-encoding and using even more HD space while you're doing it.
Or, if you can use an MPEG, just go ahead and render it to MPEG?
rdgrimes is offline   Reply With Quote
Old 04-12-2003   #4 (permalink)
New on Forum
 
Join Date: Dec 2003
Posts: 2
Quote:
Originally posted by rdgrimes
There's other AVI codecs that make smaller files, but it means re-encoding and using even more HD space while you're doing it.
Or, if you can use an MPEG, just go ahead and render it to MPEG?
how can I do that....and which software can i use without loss of quality..
plz help I am a newbie...
THANX
pingyy is offline   Reply With Quote
Old 04-12-2003   #5 (permalink)
Retired Moderator
 
Join Date: Jun 2002
Location: Deadwood
Posts: 11,449
It's not possible to reduce size without reducing some quality. The AVI codecs seem to retain most of the video quality, but rendering to MPEG will mean some loss, how much depends on how much you reduce the bitrate.
Suggest you start by reading the tutorials here and in the transcoding forum. Many of the tools used there will do what you wish.
rdgrimes is offline   Reply With Quote
Old 10-01-2008   #6 (permalink)
New on Forum
 
Join Date: Jan 2008
Posts: 4
Re: Reducing AVI File Size

ofcourse it's possible...

However, you will have to decompress it to watch. So it won't be good for Divx players, or any player for that matter in compressed format, but it will knock 75% off the size of all your files, weather Videos, or not.

My method was to write a program that splits the source file (DivX-XviD AVI's) into 100 peices, then encodes each peice to Base64 (b64 makes the file size bigger... ie: 731 MB becomes 1095 MB ).

B64 lets you know exactly which characters will appear in the Binary file...

The characters are:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/

This amount of characters is easier to deal with (64), opposed to the standard 255, & 217.

Next, it opens each file peice, & converts every 4 characters to their byte values...
ie: "ABf6" = "065066102054"... (A = 065, B = 066, f = 102, 6 = 054)

Then replace each signature ("065066102054") with a pre-set number, or character for that signature... ie: "ABf6" = "1", "x3Wp" = "2", "oT4A" = "b", etc...

And save the results in a simple text file... ie: if (Rambo.4.DVDRip.XviD.DTeCH.avi.txt) only contains "12b", then when decompressed, it will read "ABf6x3WpoT4A"

If the same file in b64 format was 1095 MB, then the uncompressed txt file will be 365 MB.

Then it compresses the txt file. If the txt file was 365 MB, then after standard Deflate64 (zip) compression, it can reach as much as 15% ratio, & become 54.75 MB in size! And No quality loss whatsoever!

Now thats compression for ya!!!

Last edited by DTeCH; 10-01-2008 at 10:56. Reason: Typos
DTeCH is offline   Reply With Quote
Old 10-01-2008   #7 (permalink)
CDFreaks Resident
 
_chef_'s Avatar
 
Join Date: Aug 2004
Location: @FX labs .de ...watching [Benders.Big.Score] [Tripping.The.Rift.The.Movie]
Posts: 23,944
Re: Reducing AVI File Size

Quote:
Originally Posted by DTeCH View Post
ofcourse it's possible...

However, you will have to decompress it to watch. So it won't be good for Divx players, or any player for that matter in compressed format, but it will knock 75% off the size of all your files, weather Videos, or not.

My method was to write a program that splits the source file (DivX-XviD AVI's) into 100 peices, then encodes each peice to Base64 (b64 makes the file size bigger... ie: 731 MB becomes 1095 MB ).

B64 lets you know exactly which characters will appear in the Binary file...

The characters are:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/

This amount of characters is easier to deal with (64), opposed to the standard 255, & 217.

Next, it opens each file peice, & converts every 4 characters to their byte values...
ie: "ABf6" = "065066102054"... (A = 065, B = 066, f = 102, 6 = 054)

Then replace each signature ("065066102054") with a pre-set number, or character for that signature... ie: "ABf6" = "1", "x3Wp" = "2", "oT4A" = "b", etc...

And save the results in a simple text file... ie: if (Rambo.4.DVDRip.XviD.DTeCH.avi.txt) only contains "12b", then when decompressed, it will read "ABf6x3WpoT4A"

If the same file in b64 format was 1095 MB, then the uncompressed txt file will be 365 MB.

Then it compresses the txt file. If the txt file was 365 MB, then after standard Deflate64 (zip) compression, it can reach as much as 15% ratio, & become 54.75 MB in size! And No quality loss whatsoever!

Now thats compression for ya!!!
What sense would that make, DTech??
__________________
Started with burning capable optical drives (CD-R) in 1997.
Bought optical drives from AOpen, HP, LiteOn, NEC, Philips, Pioneer, Plextor, Ricoh, Samsung, Sanyo, Toshiba and Yamaha.

'Things are now in motion that cannot be undone.' [Gandalf, LoTR]

Enable DMA with micrAp$0ft Enable DMA free at your will busTRACE => Upper/Lower Filters Util
DevCon
***HOW TO ... Delete the Upper & Lower Filters!***

If you expect help then please start by using the powerful SEARCH.
_chef_ is offline   Reply With Quote
Old 12-01-2008   #8 (permalink)
New on Forum
 
Join Date: Jan 2008
Posts: 4
Re: Reducing AVI File Size

Storage, E-Mail, & Net transfer (Torrents)... That is what I built it for.

Quote:
However, you will have to decompress it to watch. So it won't be good for Divx players, or any player for that matter in compressed format, but it will knock 75% off the size of all your files, weather Videos, or not.
Most binaries DO NOT compress well with standard compressors like winzip, winrar, 7zip, & so on. They all use similar methods with sleight diferences... so I built my own.

They use similar technologies like BZip2, GZip, Zip3, ZLib, BurrowsWheeler (BWT), Deflate, Deflate64, & Store methods...

None of which does anything for binaries.

I did not say that it was an Audio/Video codec.

Rather, it's a binary file compressor/decompressor.

When you want to watch a movie, simply decompress it, & watch.

This will allow you to store several thousand more files/vids than usual without having to go out & buy a new hard drive.
DTeCH is offline   Reply With Quote
Old 12-01-2008   #9 (permalink)
CDFreaks Resident
 
_chef_'s Avatar
 
Join Date: Aug 2004
Location: @FX labs .de ...watching [Benders.Big.Score] [Tripping.The.Rift.The.Movie]
Posts: 23,944
Re: Reducing AVI File Size

I think the OP meant a method to reduce the filesize but also having the movie left in a playable state.
__________________
Started with burning capable optical drives (CD-R) in 1997.
Bought optical drives from AOpen, HP, LiteOn, NEC, Philips, Pioneer, Plextor, Ricoh, Samsung, Sanyo, Toshiba and Yamaha.

'Things are now in motion that cannot be undone.' [Gandalf, LoTR]

Enable DMA with micrAp$0ft Enable DMA free at your will busTRACE => Upper/Lower Filters Util
DevCon
***HOW TO ... Delete the Upper & Lower Filters!***

If you expect help then please start by using the powerful SEARCH.
_chef_ is offline   Reply With Quote
Old 28-03-2008   #10 (permalink)
New on Forum
 
Join Date: Mar 2008
Posts: 3
Re: Reducing AVI File Size

Quote:
Originally Posted by DTeCH View Post
ofcourse it's possible...

However, you will have to decompress it to watch. So it won't be good for Divx players, or any player for that matter in compressed format, but it will knock 75% off the size of all your files, weather Videos, or not.

My method was to write a program that splits the source file (DivX-XviD AVI's) into 100 peices, then encodes each peice to Base64 (b64 makes the file size bigger... ie: 731 MB becomes 1095 MB ).

B64 lets you know exactly which characters will appear in the Binary file...

The characters are:

ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/

This amount of characters is easier to deal with (64), opposed to the standard 255, & 217.

Next, it opens each file peice, & converts every 4 characters to their byte values...
ie: "ABf6" = "065066102054"... (A = 065, B = 066, f = 102, 6 = 054)

Then replace each signature ("065066102054") with a pre-set number, or character for that signature... ie: "ABf6" = "1", "x3Wp" = "2", "oT4A" = "b", etc...

And save the results in a simple text file... ie: if (Rambo.4.DVDRip.XviD.DTeCH.avi.txt) only contains "12b", then when decompressed, it will read "ABf6x3WpoT4A"

If the same file in b64 format was 1095 MB, then the uncompressed txt file will be 365 MB.

Then it compresses the txt file. If the txt file was 365 MB, then after standard Deflate64 (zip) compression, it can reach as much as 15% ratio, & become 54.75 MB in size! And No quality loss whatsoever!

Now thats compression for ya!!!
DTeCH -
I am impressed and interested in doing such compressions/decompressions. Is the program that you mention available? And, as newbie, how does one decompress the final text file to bring it back to a playable form. THanks
iratei
iratei is offline   Reply With Quote
Old 29-03-2008   #11 (permalink)
New on Forum
 
Join Date: Jan 2008
Posts: 4
Re: Reducing AVI File Size

Quote:
I am impressed and interested in doing such compressions/decompressions. Is the program that you mention available? And, as newbie, how does one decompress the final text file to bring it back to a playable form. THanks
iratei
You simply put the compressed file through the process in reverse to return it to it's original state.
DTeCH is offline   Reply With Quote
Old 31-03-2008   #12 (permalink)
New on Forum
 
Join Date: Mar 2008
Posts: 3
Re: Reducing AVI File Size

DTeCH
Perhaps I am dippy or perhaps you didn't see the question in the middle of my response: Is the program available? (for breaking up files into many parts and so on). If it is, how do I find it? Thanks
iratei
iratei is offline   Reply With Quote
Old 01-04-2008   #13 (permalink)
New on Forum
 
Join Date: Jan 2008
Posts: 4
Re: Reducing AVI File Size

Quote:
Originally Posted by iratei View Post
DTeCH
Perhaps I am dippy or perhaps you didn't see the question in the middle of my response: Is the program available? (for breaking up files into many parts and so on). If it is, how do I find it? Thanks
iratei
No, it is not available. I have them in project form. (VB.Net 2008)

My problem lays with Vista. It works on win98, Win2000, WinServer2003, & XP.

Both the Compressor, & de-Compressor are in a single program. I will not give away the de-compressor... that will be for sale. So, I will have to separate them before any part of it is released. The compressor will be free.

I'm thinking of releasing a free version that only works with smaller files... like 10MBs max. Just so people can see that it works.



ps: The resulting file pieces (after compression) is combined to a single file.
DTeCH is offline   Reply With Quote
 
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Reducing burn file size when using DL media richardhula DVDFab / DVD Region+CSS Free 1 21-06-2007 20:24
Reducing mp3 file size frozenwind Newbie Forum 7 24-12-2006 12:23
Make DVD from 1 GB Avi file w/o reducing file.... Liquidfusion VSO Software 6 02-10-2006 08:24
Question about reducing file size. bluedoganchorite Video Edit Software 9 28-04-2006 10:30


All times are GMT +2. The time now is 20:35.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.1.0