View previous topic :: View next topic |
Author |
Message |
BWStevens n00b
Joined: 10 Jun 2015 Posts: 61 Location: Hobart
|
Posted: Sat Jun 20, 2015 9:05 am Post subject: ripping dvds for my NAS |
|
|
Hi people, I'm using the ffmpeg flag in my make.conf and am not able to rip my dvds to convert them to put on my NAS.
I tried to install dvdrip but it needs the libav flag enabled and I cannot have both ffmpeg and libav flag enaled at the same time.
Does anyone know of another program that is ffmpeg based that I could use instead.
Respectfully
Brett Stevens |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat Jun 20, 2015 9:16 am Post subject: |
|
|
BWStevens,
I use mplayer to rip the mpeg2 files to my NAS but don't convert them as there is a quality drop.
mpeg2 is already lossy.
You can probably use yor NAS to do conversion on demand if you really need other formats.
If HDD space is your issue, this won't help. I think mplayer can do format conversion too but I don't use it that way.
mpeg2 on DVD is already not good enough for HDTV, so I don't want to throw anything away. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
BWStevens n00b
Joined: 10 Jun 2015 Posts: 61 Location: Hobart
|
Posted: Sat Jun 20, 2015 9:19 am Post subject: NeddySeagoon |
|
|
thanks for the reply will mplayer install with ffmpeg installed? |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sat Jun 20, 2015 9:26 am Post subject: |
|
|
BWStevens,
Well, I have both. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
szatox Advocate
Joined: 27 Aug 2013 Posts: 3426
|
Posted: Sat Jun 20, 2015 9:56 am Post subject: |
|
|
Quote: | t it needs the libav flag enabled and I cannot have both ffmpeg and libav flag enaled at the same time. | Why? Have you tried it and emerge complained?
Quote: | eselect news read 25
2015-02-01-use-libav
Title ffmpeg/libav conflict management: USE=libav
Author Micha�� G��rny
Posted 2015-02-01
Revision 2
The support for automatic choice between ffmpeg and libav is going to be
deprecated in favor of explicit choice via USE flags. This change aims
to solve multiple repeating issues, including Portage undesirably
wanting to replace one package with the other, lack of proper reverse
dependency on ffmpeg/libav upgrades and some of the hard-to-understand
upgrade failures involving blockers. It also may be used to make ffmpeg
and libav co-installable in the future.
The current USE=ffmpeg will maintain its role of enabling optional
support for ffmpeg or a compatible implementation (libav) in a package.
However, whenever appropriate additional USE=libav will be introduced to
control the preference of one implementation over the other.
Users who currently use libav need to enable USE=libav in
/etc/portage/make.conf. It should be noted that users still need to
enable USE=ffmpeg on packages with optional libav support as well.
Users who currently use ffmpeg need to take no action.
Please also note that some packages support only one of the two
implementations. An attempt to install one of those packages may result
in blockers requiring the user changes the global USE=libav state.
Please do not alter the state of 'libav' flag on a per-package basis
(e.g. via package.use). The flag needs to be set globally to have
consistent value throughout all packages. Otherwise, blockers will
prevent upgrades.
|
There are 2 mplayers, and mencoder based on mplayer legacy. AFAIK mplayer 2 doesn't support transcoding which made me stick to legacy branch. I haven't been following their news, so perhaps they added this again when I wasn't paying attention. |
|
Back to top |
|
|
Apheus Guru
Joined: 12 Jul 2008 Posts: 422
|
Posted: Sat Jun 20, 2015 10:08 am Post subject: Re: ripping dvds for my NAS |
|
|
BWStevens wrote: | I tried to install dvdrip but it needs the libav flag enabled |
No it doesn't:
Code: | [I] media-video/dvdrip
Available versions: 0.98.11-r2 {ffmpeg fping mplayer ogg subtitles vcd vorbis xine xvid}
Installed versions: 0.98.11-r2(08:20:59 PM 02/13/2015)(ffmpeg mplayer ogg subtitles vcd vorbis xine xvid -fping)
Homepage: http://www.exit1.org/dvdrip/
Description: dvd::rip is a graphical frontend for transcode
|
Globally +ffmpeg, -libav |
|
Back to top |
|
|
Nicias Guru
Joined: 06 Dec 2005 Posts: 446
|
Posted: Sun Jun 21, 2015 1:48 pm Post subject: |
|
|
You might also want to look at makemkv |
|
Back to top |
|
|
BWStevens n00b
Joined: 10 Jun 2015 Posts: 61 Location: Hobart
|
Posted: Sun Jun 21, 2015 6:06 pm Post subject: Got it installed |
|
|
thankyou everyone for your help. I got dvdrip installed but in the settings it says it needs mplayer.
When I try to install that I can't as it needs the libav flag.
I'll try hanbrake and makemkv |
|
Back to top |
|
|
NeddySeagoon Administrator
Joined: 05 Jul 2003 Posts: 54577 Location: 56N 3W
|
Posted: Sun Jun 21, 2015 6:34 pm Post subject: |
|
|
BWStevens,
dvdrip uses mplayer for previews. It rips DVDs and uses transcode to cosvert them to other formats.
If you don't want previews, mplayer is not required. _________________ Regards,
NeddySeagoon
Computer users fall into two groups:-
those that do backups
those that have never had a hard drive fail. |
|
Back to top |
|
|
|