Gentoo Archives: gentoo-user

From: Dale <rdalek1967@×××××.com>
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] Video database software
Date: Tue, 29 Jan 2019 00:01:50
Message-Id: 255a599d-9218-43f6-9148-7092351191c6@gmail.com
In Reply to: Re: [gentoo-user] Video database software by Jack
1 Jack wrote:
2 > On 2019.01.28 17:54, Dale wrote:
3 >> Howdy,
4 >>
5 >> As some know, I've accumulated a lot of videos.  I googled around and
6 >> found some software but not sure based on what they claim if they will
7 >> do something I'm looking for.  I installed a couple but not real big on
8 >> how they work.  One requires me to add videos, one at a time.  I have
9 >> over 20,000 videos now.  Some are short youtube type videos, some are
10 >> long videos.  It could take me years to add them all doing it one at a
11 >> time.  Needless to say, that one didn't last long.  The biggest thing
12 >> I'm looking for, software that can tell me what videos have a low
13 >> resolution.  As a example, some videos I downloaded a long time ago have
14 >> been updated to have higher resolutions.  I may have one that is a 360P,
15 >> or even less, but I may can locate a new version that is HD or even very
16 >> HD.  I'd like software that will tell me this sort of info as well as
17 >> other nifty features as well.  Obviously, I'd like to start with the
18 >> lower resolution videos first.
19 >>
20 >> So far, I have installed Griffith and GCStar.  I been googling for
21 >> others but some either are not in the tree or I already know they won't
22 >> do one thing I'd like to see.  I'd also like to be able to point it to a
23 >> directory and let it build the database on its own.  Adding them one at
24 >> a time manually just isn't feasible at all. 
25 >>
26 >> Does anyone know of a software package that will sort a lot of videos by
27 >> resolution as well as track other things as well?  It could be that what
28 >> I'd like to have doesn't exist at all.  Then again, maybe I just haven't
29 >> found it yet.  ;-)
30 >>
31 >> Thanks.
32 >>
33 >> Dale
34 > Hi Dale,
35 >
36 > I don't know about any such program.  I use f-spot for managing my
37 > still photos, and it does deal with videos, although I don't know if
38 > it would easily allow searching/sorting by things like resolution. 
39 > Even worse, it is not packaged anywhere I know of, and compiling
40 > yourself (it's a dotnet project) is not easy, if even possible.
41 >
42 > However, as I understand it, you want to create a list/database of all
43 > your videos, with all or some subset of available metadata, such as
44 > resolution.  Have you looked whether media-libs/exiftool extracts the
45 > data you need?  If so, it shouldn't be too hard to craft a tool (I
46 > happen to be a Perl bigot, but any similar language should be
47 > reasonably close in the required effort) to either put that info into
48 > a database (sqlite, mysql, mariadb, postgresql, ....) or even just a
49 > single line per video which could be read into a spreadsheet or
50 > libreoffice base file.
51 >
52 > Jack
53 >
54
55
56 I do currently use exiftool to get the resolution.  One, it is accurate
57 and true every time.  I've never had it be wrong.  I do it this way: 
58 exiftool <path to file > | grep size   Thing is, my scripting is basic
59 and that is overrating my skills.  lol  Generally, my scripting skills
60 consists of taking commands I use on the command line and putting them
61 in a text file and making it executable.  Trust me, if my life depended
62 on writing a true script, I'm a dead duck.  :/ 
63
64 I use digkam to manage my camera pictures and the pictures from my deer
65 cameras. It also will do videos from the trail cameras set to take
66 videos instead of pics but it seems very basic on videos.  I don't think
67 it even does a thumbnail for videos.  I wish it would do what I want and
68 I could just have one database for my camera type stuff and one for my
69 other video type stuff.  It also just required me to point it to the
70 directory with my pics when I started using it and it built its database
71 in just a few minutes.  One could wish but unless I'm missing something,
72 it doesn't do what I need with videos.  I'll look into f-spot tho.  It
73 may work well for my camera stuff too.  Who knows.  What package does
74 that come with?  I can't find a f-spot here.  Eix didn't help either. 
75
76 Thanks for the idea. 
77
78 Dale
79
80 :-)  :-) 

Replies

Subject Author
Re: [gentoo-user] Video database software Jack <ostroffjh@×××××××××××××××××.net>
Re: [gentoo-user] Video database software Laurence Perkins <lperkins@×××××××.net>