* [gentoo-user] [OT] Specifying file size in dvd::rip
@ 2006-12-11 23:02 Mick
2006-12-12 2:28 ` Thomas Rösner
0 siblings, 1 reply; 9+ messages in thread
From: Mick @ 2006-12-11 23:02 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 626 bytes --]
I am trying out dvd::rip as kindly suggested in this mailing list, but cannot
find a way of specifying the target file size. When I fill in 4700MB in the
Transcode tab (under target size) it is invariably ignored and I get only
2.2-3.5G avi file sizes out of the whole process. In this way I end up with
half empty DVDs (I want to save the avi file onto a 4.7G DVD) which lack
colour detail - it's difficult to explain but grey or dark colours create a
silvery/shadowing effect.
How do you set dvd::rip to end up with a 16:9 aspect avi file taking up close
to (but no more than) 4.7G?
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] [OT] Specifying file size in dvd::rip
2006-12-11 23:02 [gentoo-user] [OT] Specifying file size in dvd::rip Mick
@ 2006-12-12 2:28 ` Thomas Rösner
2006-12-12 12:35 ` Mick
0 siblings, 1 reply; 9+ messages in thread
From: Thomas Rösner @ 2006-12-12 2:28 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> How do you set dvd::rip to end up with a 16:9 aspect avi file taking up close
> to (but no more than) 4.7G?
>
It's really pretty unusual to make avis that large. Are you using XviD?
There is a maximum quality you can achieve with each codec. With 4.7 GB
target size, you could as well use MPEG2. Or try h264 (wild guess, but
this is the codec with the best quality in linuxland atm).
Regards,
T.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] [OT] Specifying file size in dvd::rip
2006-12-12 2:28 ` Thomas Rösner
@ 2006-12-12 12:35 ` Mick
2006-12-12 22:57 ` Thomas Rösner
0 siblings, 1 reply; 9+ messages in thread
From: Mick @ 2006-12-12 12:35 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 827 bytes --]
On Tuesday 12 December 2006 02:28, Thomas Rösner wrote:
> Mick wrote:
> > How do you set dvd::rip to end up with a 16:9 aspect avi file taking up
> > close to (but no more than) 4.7G?
>
> It's really pretty unusual to make avis that large. Are you using XviD?
> There is a maximum quality you can achieve with each codec. With 4.7 GB
> target size, you could as well use MPEG2. Or try h264 (wild guess, but
> this is the codec with the best quality in linuxland atm).
Thanks Thomas,
Yes, I am using xvid which is using the h263 quantization method by default.
Should I choose mpeg instead of h263?
Other codecs offered by dvd::rip are:
vidx4
vidx5
xvid
xvid2
xvid3
xvid4
ffmpeg
fame
af6
xvid is the default codec selection. I can't find h264 in the transcode
options.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] [OT] Specifying file size in dvd::rip
2006-12-12 12:35 ` Mick
@ 2006-12-12 22:57 ` Thomas Rösner
2006-12-13 8:26 ` Mick
2006-12-13 12:57 ` [gentoo-user] Media container formats (was Re: [OT] Specifying file size in dvd::rip) Boyd Stephen Smith Jr.
0 siblings, 2 replies; 9+ messages in thread
From: Thomas Rösner @ 2006-12-12 22:57 UTC (permalink / raw
To: gentoo-user
Mick wrote:
> On Tuesday 12 December 2006 02:28, Thomas Rösner wrote:
>
>> Mick wrote:
>>
>>> How do you set dvd::rip to end up with a 16:9 aspect avi file taking up
>>> close to (but no more than) 4.7G?
>>>
>> It's really pretty unusual to make avis that large. Are you using XviD?
>> There is a maximum quality you can achieve with each codec. With 4.7 GB
>> target size, you could as well use MPEG2. Or try h264 (wild guess, but
>> this is the codec with the best quality in linuxland atm).
>>
>
> Thanks Thomas,
>
> Yes, I am using xvid which is using the h263 quantization method by default.
> Should I choose mpeg instead of h263?
>
Without going into too much detail, that's something different. XviD is
a dialect of MPEG-4. H.264 is a different, newer standard. MPEG-2 is yet
another standard used on DVD's (=ooold ;-)). Hardware players can do
MPEG-2, some can do DivX/some parts of MPEG-4 and XviD if you are
careful not to enable the advanced coding options. I know of none doing
H.264.
Then there are containers: mp2 (only mpeg2), mp4 (only mpeg4), avi
(anything, but limited), ogg (anything), mkv (anything and more, not in
DVD::Rip last time I checked).
If you don't care about HW players, you might find ogg a better
container format then avi (uses less space, audio/video don't get out of
sync as easily, multiple Audio tracks/subtitels supported...).
Hm, or stay with avi, I don't want to confuse you. All of this is a bit
of voodoo. :)
> xvid is the default codec selection. I can't find h264 in the transcode
> options.
>
ffmpeg does, it's a library providing different codecs.
Regards,
T.
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] [OT] Specifying file size in dvd::rip
2006-12-12 22:57 ` Thomas Rösner
@ 2006-12-13 8:26 ` Mick
2006-12-13 12:57 ` [gentoo-user] Media container formats (was Re: [OT] Specifying file size in dvd::rip) Boyd Stephen Smith Jr.
1 sibling, 0 replies; 9+ messages in thread
From: Mick @ 2006-12-13 8:26 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1412 bytes --]
On Tuesday 12 December 2006 22:57, Thomas Rösner wrote:
> Without going into too much detail, that's something different. XviD is
> a dialect of MPEG-4. H.264 is a different, newer standard. MPEG-2 is yet
> another standard used on DVD's (=ooold ;-)). Hardware players can do
> MPEG-2, some can do DivX/some parts of MPEG-4 and XviD if you are
> careful not to enable the advanced coding options. I know of none doing
> H.264.
>
> Then there are containers: mp2 (only mpeg2), mp4 (only mpeg4), avi
> (anything, but limited), ogg (anything), mkv (anything and more, not in
> DVD::Rip last time I checked).
>
> If you don't care about HW players, you might find ogg a better
> container format then avi (uses less space, audio/video don't get out of
> sync as easily, multiple Audio tracks/subtitels supported...).
Thanks, I'll try ogg next to see if there is a difference on my laptop. I
noticed that a lot of artifacts which are visible on the desktop (with its
crt monitor) are not showing at all on the laptop.
> Hm, or stay with avi, I don't want to confuse you. All of this is a bit
> of voodoo. :)
Tell me about it! It can be a bit daunting for the uninitiated.
> > xvid is the default codec selection. I can't find h264 in the transcode
> > options.
>
> ffmpeg does, it's a library providing different codecs.
Thanks again for your help. :)
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-user] Media container formats (was Re: [OT] Specifying file size in dvd::rip)
2006-12-12 22:57 ` Thomas Rösner
2006-12-13 8:26 ` Mick
@ 2006-12-13 12:57 ` Boyd Stephen Smith Jr.
2006-12-13 14:29 ` Mick
1 sibling, 1 reply; 9+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-12-13 12:57 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1010 bytes --]
On Tuesday 12 December 2006 16:57, Thomas Rösner
<Thomas.Roesner@digital-trauma.de> wrote about 'Re: [gentoo-user] [OT]
Specifying file size in dvd::rip':
> Then there are containers: mp2 (only mpeg2), mp4 (only mpeg4), avi
> (anything, but limited), ogg (anything), mkv (anything and more, not in
> DVD::Rip last time I checked).
>
> If you don't care about HW players, you might find ogg a better
> container format then avi (uses less space, audio/video don't get out of
> sync as easily, multiple Audio tracks/subtitels supported...).
A quick comparison can be found at
http://en.wikipedia.org/wiki/Comparison_of_container_formats . I believe
Matroska should be used whenever possible, but I don't know any any
standalone players that support it right now.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Media container formats (was Re: [OT] Specifying file size in dvd::rip)
2006-12-13 12:57 ` [gentoo-user] Media container formats (was Re: [OT] Specifying file size in dvd::rip) Boyd Stephen Smith Jr.
@ 2006-12-13 14:29 ` Mick
2006-12-13 17:50 ` Boyd Stephen Smith Jr.
0 siblings, 1 reply; 9+ messages in thread
From: Mick @ 2006-12-13 14:29 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 998 bytes --]
On Wednesday 13 December 2006 12:57, Boyd Stephen Smith Jr. wrote:
> On Tuesday 12 December 2006 16:57, Thomas Rösner
> <Thomas.Roesner@digital-trauma.de> wrote about 'Re: [gentoo-user] [OT]
>
> Specifying file size in dvd::rip':
> > Then there are containers: mp2 (only mpeg2), mp4 (only mpeg4), avi
> > (anything, but limited), ogg (anything), mkv (anything and more, not in
> > DVD::Rip last time I checked).
> >
> > If you don't care about HW players, you might find ogg a better
> > container format then avi (uses less space, audio/video don't get out of
> > sync as easily, multiple Audio tracks/subtitels supported...).
>
> A quick comparison can be found at
> http://en.wikipedia.org/wiki/Comparison_of_container_formats . I believe
> Matroska should be used whenever possible, but I don't know any any
> standalone players that support it right now.
There's a matroska USE flag, but as you say, I don't think any (stable)
packages use it yet.
--
Regards,
Mick
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Media container formats (was Re: [OT] Specifying file size in dvd::rip)
2006-12-13 14:29 ` Mick
@ 2006-12-13 17:50 ` Boyd Stephen Smith Jr.
2006-12-13 18:17 ` Steve Dibb
0 siblings, 1 reply; 9+ messages in thread
From: Boyd Stephen Smith Jr. @ 2006-12-13 17:50 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 1097 bytes --]
On Wednesday 13 December 2006 08:29, Mick <michaelkintzios@gmail.com> wrote
about 'Re: [gentoo-user] Media container formats (was Re: [OT] Specifying
file size in dvd::rip)':
> On Wednesday 13 December 2006 12:57, Boyd Stephen Smith Jr. wrote:
> > A quick comparison can be found at
> > http://en.wikipedia.org/wiki/Comparison_of_container_formats . I
> > believe Matroska should be used whenever possible, but I don't know
> > any any standalone players that support it right now.
>
> There's a matroska USE flag, but as you say, I don't think any (stable)
> packages use it yet.
No, I meant stand-alone as in a device that only plays disks. A DVD player
or DVD/Blu-Ray player or DVD/HD-DVD player or similar "consumer
electronics" device.
Both kmplayer (mplayer/xine) and kaffeine (xine/gstreamer/mplayer)
play .mkv files fine on my system.
--
"If there's one thing we've established over the years,
it's that the vast majority of our users don't have the slightest
clue what's best for them in terms of package stability."
-- Gentoo Developer Ciaran McCreesh
[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 9+ messages in thread
* Re: [gentoo-user] Media container formats (was Re: [OT] Specifying file size in dvd::rip)
2006-12-13 17:50 ` Boyd Stephen Smith Jr.
@ 2006-12-13 18:17 ` Steve Dibb
0 siblings, 0 replies; 9+ messages in thread
From: Steve Dibb @ 2006-12-13 18:17 UTC (permalink / raw
To: gentoo-user
Boyd Stephen Smith Jr. wrote:
> On Wednesday 13 December 2006 08:29, Mick <michaelkintzios@gmail.com> wrote
> about 'Re: [gentoo-user] Media container formats (was Re: [OT] Specifying
> file size in dvd::rip)':
>
>> On Wednesday 13 December 2006 12:57, Boyd Stephen Smith Jr. wrote:
>>
>>> A quick comparison can be found at
>>> http://en.wikipedia.org/wiki/Comparison_of_container_formats . I
>>> believe Matroska should be used whenever possible, but I don't know
>>> any any standalone players that support it right now.
>>>
>> There's a matroska USE flag, but as you say, I don't think any (stable)
>> packages use it yet.
>>
>
> No, I meant stand-alone as in a device that only plays disks. A DVD player
> or DVD/Blu-Ray player or DVD/HD-DVD player or similar "consumer
> electronics" device.
>
> Both kmplayer (mplayer/xine) and kaffeine (xine/gstreamer/mplayer)
> play .mkv files fine on my system.
>
In fact, MPlayer is gaining excellent support for Matroska as well. It
already includes stuff like chapter support.
Steve
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2006-12-13 18:22 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-11 23:02 [gentoo-user] [OT] Specifying file size in dvd::rip Mick
2006-12-12 2:28 ` Thomas Rösner
2006-12-12 12:35 ` Mick
2006-12-12 22:57 ` Thomas Rösner
2006-12-13 8:26 ` Mick
2006-12-13 12:57 ` [gentoo-user] Media container formats (was Re: [OT] Specifying file size in dvd::rip) Boyd Stephen Smith Jr.
2006-12-13 14:29 ` Mick
2006-12-13 17:50 ` Boyd Stephen Smith Jr.
2006-12-13 18:17 ` Steve Dibb
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox