Gentoo Archives: gentoo-user

From: Alan McKinnon <alan.mckinnon@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] How to convert and watch dav video file?
Date: Thu, 16 Jan 2014 14:01:50
Message-Id: 52D7E62A.3040208@gmail.com
In Reply to: Re: [gentoo-user] How to convert and watch dav video file? by Gevisz
1 On 16/01/2014 15:21, Gevisz wrote:
2 > On Thu, 16 Jan 2014 12:30:29 +0000
3 > Neil Bothwick <neil@××××××××××.uk> wrote:
4 >
5 >> On Thu, 16 Jan 2014 14:19:52 +0200, Gevisz wrote:
6 >>
7 >>> I have to watch a lot of dav video files and possibly convert
8 >>> them to a more common video format like avi or mp4.
9 >>>
10 >>> What are my options?
11 >>
12 >> Have you tried media-video/handbrake? It's straightforward to use and
13 >> comes with plenty of preset output settings.
14 >
15 > No.
16 >
17 > I am afraid of installing a package that is masked in Gentoo portage tree.
18 >
19 > emerge --search handbrake
20 > Searching...
21 > [ Results for search key : handbrake ]
22 > [ Applications found : 1 ]
23 >
24 > * media-video/handbrake [ Masked ]
25 > Latest version available: 9999
26 > Latest version installed: [ Not Installed ]
27 > Size of files: 0 kB
28 > Homepage: http://handbrake.fr/
29 > Description: Open-source, GPL-licensed, multiplatform,
30 > multithreaded video transcoder. License: GPL-2
31 >
32 > May be, something else?
33
34
35
36 don't use emerge -s to look for stuffs. It's slow and never shows the
37 full picture. Use app-portage/eix instead:
38
39 # eix handbrake
40 [I] media-video/handbrake
41 Available versions: (~)0.9.9 **9999 {fdk ffmpeg gstreamer gtk}
42 Installed versions: 0.9.9(15:09:43 18/10/2013)(ffmpeg gstreamer
43 gtk -fdk)
44 Homepage: http://handbrake.fr/
45 Description: Open-source, GPL-licensed, multiplatform,
46 multithreaded video transcoder.
47
48
49 handbrake-0.9.9 works very well indeed but it's ~arch. If you don't see
50 it in your output, you need to --sync
51
52 Incidentally, there's nothing bad about installing that package's 9999
53 version. It's masked because it's in the source repo (all
54 cvs/svn/git/etc sources are always masked so they don't get installed
55 accidentally). But keeping them current is a pain.
56
57
58
59 --
60 Alan McKinnon
61 alan.mckinnon@×××××.com

Replies

Subject Author
Re: [gentoo-user] How to convert and watch dav video file? Gevisz <gevisz@×××××.com>
Re: [gentoo-user] How to convert and watch dav video file? "Rick \\\"Zero_Chaos\\\" Farina" <zerochaos@g.o>