Geekzone: technology news, blogs, forums
Guest
Welcome Guest.
You haven't logged in yet. If you don't have an account you can register now.


alisam

841 posts

Ultimate Geek
+1 received by user: 68


#146735 27-May-2014 17:29
Send private message

In November 2011 I used software to take my own DVD and convert it to MKV. I don't know what that software was.
Anyway it is 6,345,523,355 bytes.
Last week I used DVDFab Ripper on the same DVD and it is only 1,656,517,857 bytes.

Naturally to the untrained eye, bigger is better, but how do I know which is better?

How do I find out where the difference lies.
I like the idea of a smaller .mkv but not at the expense of quality.





PC: Dell Inspiron 16 5640 (Windows 11 Home), Dell Inspiron 7591 2n1 (Windows 11 Pro), HP ProBook 470G1 (Windows 10 Pro), Intel NUC7I5BNH (Zorin)
Net: Grandstream 1 x GWN7062 Router, 1 x GWN7665 Access Point
Storage: Synology DS216play NAS, 2 x 6TB
Media: 3 x Amazon FireTV. Echo, Dot, Spot
TV: 2 x Samsung H6400 55" LED TV, Panasonic TH-P50G10Z 50" Plasma TV
Mobile: Samsung Galaxy A52 5G
Wearable: Gear S3 Frontier


Create new topic
Poll
343 posts

Ultimate Geek
+1 received by user: 59


  #1054476 27-May-2014 17:37
Send private message

MKV is a container that you can rip many different codecs into, you could also rip a movie with multiple different audio sources (e.g. English, Spanish, French, etc) and then select which one you want to listen to, that will add a significant amount to the size of any file.
I think you could have dvd menus etc inside one too, I've not played around with them enough to know more about that though.

I would look to find out which codec each is ripped with and what additional info is contained within, something like VLC should help you with that.



CraigHumphrey
61 posts

Master Geek
+1 received by user: 22


  #1054479 27-May-2014 17:40
Send private message

I use MediaInfo to quickly view the details of media files.  It'll give you an idea on what the encoding differences are.  I could be as obvious as bitrate or the particular codec used (MKV is just a container, so it could be mpeg, h264 or something else) or it could be less obvious like the frames per second, quantization or frequency of I/B frames...

Hope that helps.

rlevis
348 posts

Ultimate Geek
+1 received by user: 33


  #1054480 27-May-2014 17:41
Send private message

A smaller size doesn't necessarily mean lower quality.  Only if the codecs are the same.
DVD Fab may be using H.264 to encode the video compared to an older codec used in 2011.  H.264 will produce similar quality at smaller file sizes.  VLC media player will tell you what codec the video is, and the bitrate it was encoded at.



Batman
Mad Scientist
29827 posts

Uber Geek
+1 received by user: 6089

Trusted
Lifetime subscriber

  #1054481 27-May-2014 17:42
Send private message

bigger is not better, very small is definitely worse

alisam

841 posts

Ultimate Geek
+1 received by user: 68


  #1054486 27-May-2014 17:48
Send private message

I'll try mediainfo and report back.
Thanks




PC: Dell Inspiron 16 5640 (Windows 11 Home), Dell Inspiron 7591 2n1 (Windows 11 Pro), HP ProBook 470G1 (Windows 10 Pro), Intel NUC7I5BNH (Zorin)
Net: Grandstream 1 x GWN7062 Router, 1 x GWN7665 Access Point
Storage: Synology DS216play NAS, 2 x 6TB
Media: 3 x Amazon FireTV. Echo, Dot, Spot
TV: 2 x Samsung H6400 55" LED TV, Panasonic TH-P50G10Z 50" Plasma TV
Mobile: Samsung Galaxy A52 5G
Wearable: Gear S3 Frontier


kiwigeek1
637 posts

Ultimate Geek
+1 received by user: 12
Inactive user


  #1054551 27-May-2014 19:27
Send private message

size is normally due to whats called bitrate. small videos in mp4 are normally bitrate 750kb/s verse xvid for similar would use no less then 1000kb/s this could be 1 pass or 2 pass encoding.. 2 pass is best and called variable bit rate.. where it changes the it between
a min and max bitrate throughout the video so if a movie has much movement and fast scenes.. it will use higher or highest bitrate
for those parts in the movie

mkv container generally has x264 codec for video and FAAC for audio.  same as mp4 normally does its an adv on the ac3 audio codec

dvdfab and other tools will compress data to fit standard DVD-r or dual layer discs.. it does that by changing the bitrate

if you want to always get the same size mp4 xvid or mkv video.. theres a freeware tool called megui you can set the szie you
want and it will work out the best bitrate for movie to fit the size you want.

https://sourceforge.net/projects/megui/

you can use adv features  or the one-click convert feature
which is want most would use.. you first setup which container and
codecs what to use and if best quality 2-pass

theres some tutorials how to use it if google about

alisam

841 posts

Ultimate Geek
+1 received by user: 68


  #1054623 27-May-2014 21:02
Send private message

Here is the MediaInfo



and





PC: Dell Inspiron 16 5640 (Windows 11 Home), Dell Inspiron 7591 2n1 (Windows 11 Pro), HP ProBook 470G1 (Windows 10 Pro), Intel NUC7I5BNH (Zorin)
Net: Grandstream 1 x GWN7062 Router, 1 x GWN7665 Access Point
Storage: Synology DS216play NAS, 2 x 6TB
Media: 3 x Amazon FireTV. Echo, Dot, Spot
TV: 2 x Samsung H6400 55" LED TV, Panasonic TH-P50G10Z 50" Plasma TV
Mobile: Samsung Galaxy A52 5G
Wearable: Gear S3 Frontier


 
 
 

Trade NZ and US shares and funds with Sharesies (affiliate link).
Regs
4066 posts

Uber Geek
+1 received by user: 206

Trusted
Snowflake

  #1054634 27-May-2014 21:29
Send private message

first encoding is higher resolution, higher bitrate, and higher audio (AC3).  in this case, bigger is better.  the first encoding probably wasn't compressed either - you can configure dvdfab to copy the streams instead of compress them, or you could use different settings to get the same bitrate, resolution, and audio, and still get a smaller file.  MPEG2 generally results in bigger files than MPEG4, for example.




alisam

841 posts

Ultimate Geek
+1 received by user: 68


  #1056689 30-May-2014 18:19
Send private message

kiwigeek1: size is normally due to whats called bitrate. small videos in mp4 are normally bitrate 750kb/s verse xvid for similar would use no less then 1000kb/s this could be 1 pass or 2 pass encoding.. 2 pass is best and called variable bit rate.. where it changes the it between
a min and max bitrate throughout the video so if a movie has much movement and fast scenes.. it will use higher or highest bitrate
for those parts in the movie

mkv container generally has x264 codec for video and FAAC for audio.  same as mp4 normally does its an adv on the ac3 audio codec

dvdfab and other tools will compress data to fit standard DVD-r or dual layer discs.. it does that by changing the bitrate

if you want to always get the same size mp4 xvid or mkv video.. theres a freeware tool called megui you can set the szie you
want and it will work out the best bitrate for movie to fit the size you want.

https://sourceforge.net/projects/megui/

you can use adv features  or the one-click convert feature
which is want most would use.. you first setup which container and
codecs what to use and if best quality 2-pass

theres some tutorials how to use it if google about


Absolutely stuck.
Put in a DVD and tried to use OneClick.
Message "This file folder cannot be used in OneClick mode"

I have downloaded Handbrake and even that cannot find the 'Source'.

But I can use Windows Explorer to navigate to the DVD> Video_TS.

DVDFab (which I am trying to replace) has no problems, reading the disk.

I thought I had enough 'savvy' to follow instructions but I am stumped.







PC: Dell Inspiron 16 5640 (Windows 11 Home), Dell Inspiron 7591 2n1 (Windows 11 Pro), HP ProBook 470G1 (Windows 10 Pro), Intel NUC7I5BNH (Zorin)
Net: Grandstream 1 x GWN7062 Router, 1 x GWN7665 Access Point
Storage: Synology DS216play NAS, 2 x 6TB
Media: 3 x Amazon FireTV. Echo, Dot, Spot
TV: 2 x Samsung H6400 55" LED TV, Panasonic TH-P50G10Z 50" Plasma TV
Mobile: Samsung Galaxy A52 5G
Wearable: Gear S3 Frontier


Batman
Mad Scientist
29827 posts

Uber Geek
+1 received by user: 6089

Trusted
Lifetime subscriber

  #1056700 30-May-2014 18:28
Send private message

Regs: first encoding is higher resolution, higher bitrate, and higher audio (AC3).  in this case, bigger is better.  the first encoding probably wasn't compressed either - you can configure dvdfab to copy the streams instead of compress them, or you could use different settings to get the same bitrate, resolution, and audio, and still get a smaller file.  MPEG2 generally results in bigger files than MPEG4, for example.


better is relative. video re-encoding is not as simple as putting a paper through a copier. it involves complex algorithms to convert one format to another. if you didn't need to re-encode, for example, re-mux, that is better than putting paper thru copier.

having said that, everything being re-encoded equally, of course higher bitrate is better. with the caveat you cannot add detail that wasn't there, so if your source is the limit re-encoding to a superior bitrate ain't gonna make it better.

do you need mkv?
try dvd shrink. don't re-encode, just get the video out.

Create new topic








Geekzone Live »

Try automatic live updates from Geekzone directly in your browser, without refreshing the page, with Geekzone Live now.



Are you subscribed to our RSS feed? You can download the latest headlines and summaries from our stories directly to your computer or smartphone by using a feed reader.