Hi,
I'm new to video compression and the specifics of video formas. Previously I have experience with mp3 encoding, but not with video, only watching. I have done some preliminary study already and installed some software on my Ubuntu system. Now I have HandBrake installed, with approppriate codecs, including x264 encoder.
The project: I have 16 days of course lectures recorded on HD video, taking 200GB disk space. The lectures were recorded by a few students using different camcorders. I would need to batch-convert them to as small filesize as possible, still being viewable on computer screen.
Being lectures, the video quality is not very impotant as it is mostly the audio that carries the information, but there are some diagrams and tables projected on a screen by the lecturer, and these must be readable. Audio was recorded with the built-in mic of the camera catching all the noises from the lecture hall, so the audio quality is not good.
As I am completely new to this, I dont really know which settings I should change and which resolution to choose to reduce the filesize. Today I tested some, converting to MPEG-4, but it reduced the size of my test file only from 44 MB to 42MB.
Could you give tips which settings would give the appropriate reduction in file size, and which file format I should use? How much reduction can I expect from the current 200GB?
+ Reply to Thread
Results 1 to 8 of 8
-
-
what you need to do is pick your output resolution first. what are the files going to be viewed on? how big a display? 1920x1080, 1280x720, 640x480 are common sizes. then pick a bitrate. it's usually easiest to use crf, with bigger the crf the smaller the filesize and lower the quality. experiment until you find a number you can live with. i normally start with 18.
--
"a lot of people are better dead" - prisoner KSC2-303 -
It doesn't matter what codec you use, or the nature of the video:
Code:file size = bitrate * running time
The codec and settings you use, and the nature of the source video (frame size, frame rate, noise, shaky camera work, action, etc.), will determine the quality you get a specified bitrate.
Many encoder use "constant quality" encoding where you select the quality you want and the encoder uses whatever bitrate it deems necessary to deliver that quality. With that type of encoding you don't know exactly how big the resulting file will be. But lower quality settings will give smaller file sizes. And, in general, slower settings (where the encoder looks harder for ways to compress the video) results in smaller files. -
Thanks Aedipuss & jagabo, great. This was exactly the help I needed
smrpix: it is just a short clip, I tested with that one. It is 0:31 (31 seconds). Original file format is .MTS
Will try now to figure out what is the best and still acceptable quality. -
Wow great,
I reduced the resolution to 1280x768, set the encoder to the slowest setting, RF to 29 and audio bitrate to 128. With these I got the 2.1GB file reduced to 210MB, with quality that serves the purpose well.
Thank you guys for introducing me to the video compression basicsThis will be very useful in the future for sure
))
-
Be sure to keep your originals if you're going to use RF 29 -- that's pretty low quality. There's no reason to use the x264's slowest setting (placebo). The gains from going higher than "slow" are tiny.
-
Similar Threads
-
Nature & digital video tips. For the Here and Now.
By SpectateSwamp in forum Newbie / General discussionsReplies: 20Last Post: 21st Jan 2018, 11:05 -
Can you put 13 hours of video lectures on one DVD for DVD player format
By johnharlin in forum Video ConversionReplies: 11Last Post: 17th May 2012, 07:50 -
Need help choosing a video format for a website
By Victor Hen in forum Newbie / General discussionsReplies: 4Last Post: 27th May 2010, 08:35 -
I need to choosing a video conversion format
By Cralis in forum Newbie / General discussionsReplies: 17Last Post: 17th Jan 2010, 02:59 -
Help with choosing compression for DVD files
By BooBerry in forum DVD RippingReplies: 1Last Post: 16th Apr 2009, 10:47