AMV archiving solution around?
- B-Ran
- Joined: Sat Apr 28, 2001 11:59 am
AMV archiving solution around?
Lately I've been thinking - arching a lot of AMVs isn't really easy, if you have a set of over 200 AMVs (and I bet a lot have far more), it's already tricky.
Now if there was special AMV jukebox/archive tool where you could assign AMV-typical details to every file like "creator" "song" "music artist" "anime used" etc. , and then quickly be able to search and filter your AMV selection - that would be pretty awesome.
So my questions are:
Is there such a tool around already?
And if not, wouldn't it be possible to create such a program?
I could imagine in our huge AMV-community, there are some programming talents who may find the idea interesting. And if they finish it, it could be up on the .Org for download - in terms of fame, it will probably be rewarding too ^_^
Now if there was special AMV jukebox/archive tool where you could assign AMV-typical details to every file like "creator" "song" "music artist" "anime used" etc. , and then quickly be able to search and filter your AMV selection - that would be pretty awesome.
So my questions are:
Is there such a tool around already?
And if not, wouldn't it be possible to create such a program?
I could imagine in our huge AMV-community, there are some programming talents who may find the idea interesting. And if they finish it, it could be up on the .Org for download - in terms of fame, it will probably be rewarding too ^_^
-
- Joined: Sat Jan 07, 2006 5:27 pm
I don't know if such a tool does exist but if your thinking of the same thing that's been done with mp3's for a while now it could be a bit more tricky.
Mp3's are designed to incorporate the identificantion data (Artist, track name, album ect.) and thus it's quite easy to make a tool because it only needs to read the file. I don't know if any video format carries the needed identificational data but i bet some of them dont. This pretty much rules out the AMV's carrying the info in itself because there isn't a single video standart and it would be a hell of a mess to just add the data to the file.
you could however make a tool that, instead of reading the data in the file, reads only the filename, filesize and extention (and possibly codec too). It would then search a database, consisting of every AMV here on the org (ideally anyway), for a match and retrives the info from the database. This ofcourse means a ton of work.
I'm not 100% sure of everything i've written here. If the files can carry the info, it should be considerably easier to make a tool for managing them.
Mp3's are designed to incorporate the identificantion data (Artist, track name, album ect.) and thus it's quite easy to make a tool because it only needs to read the file. I don't know if any video format carries the needed identificational data but i bet some of them dont. This pretty much rules out the AMV's carrying the info in itself because there isn't a single video standart and it would be a hell of a mess to just add the data to the file.
you could however make a tool that, instead of reading the data in the file, reads only the filename, filesize and extention (and possibly codec too). It would then search a database, consisting of every AMV here on the org (ideally anyway), for a match and retrives the info from the database. This ofcourse means a ton of work.
I'm not 100% sure of everything i've written here. If the files can carry the info, it should be considerably easier to make a tool for managing them.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
- Scintilla
- (for EXTREME)
- Joined: Mon Mar 31, 2003 8:47 pm
- Status: Quo
- Location: New Jersey
- Contact:
- Knowname
- Joined: Sat Nov 16, 2002 5:49 pm
- Status: Indubitably
- Location: Sanity, USA (on the edge... very edge)
Re: AMV archiving solution around?
I like my fast connection and trusty notepad. Along with my (Sub0, top 5 in most opiniotive) many reviews I can call up MANY of the amvs I'd watched in the passed 5 years and re-d/l them fast enough. This is basically why QCs were made. To stop me. But nothing will stop me ;p MAHAHAHA! ;pB-Ran wrote:Lately I've been thinking - arching a lot of AMVs isn't really easy, if you have a set of over 200 AMVs (and I bet a lot have far more), it's already tricky.
Now if there was special AMV jukebox/archive tool where you could assign AMV-typical details to every file like "creator" "song" "music artist" "anime used" etc. , and then quickly be able to search and filter your AMV selection - that would be pretty awesome.
So my questions are:
Is there such a tool around already?
And if not, wouldn't it be possible to create such a program?
I could imagine in our huge AMV-community, there are some programming talents who may find the idea interesting. And if they finish it, it could be up on the .Org for download - in terms of fame, it will probably be rewarding too ^_^
- B-Ran
- Joined: Sat Apr 28, 2001 11:59 am
The ID-mayhem
I thought about that problem too, that's why I was really thinking of manually assigning that ID-information to each file, even if it's eventually a lot of work. To make things easier in future, that ID-info could come in a little file that would be downloadable from the .Org for those using that AMV-archiving software.GDProductions wrote:I don't know if such a tool does exist but if your thinking of the same thing that's been done with mp3's for a while now it could be a bit more tricky.
Mp3's are designed to incorporate the identificantion data (Artist, track name, album ect.) and thus it's quite easy to make a tool because it only needs to read the file. I don't know if any video format carries the needed identificational data but i bet some of them dont. This pretty much rules out the AMV's carrying the info in itself because there isn't a single video standart and it would be a hell of a mess to just add the data to the file.
you could however make a tool that, instead of reading the data in the file, reads only the filename, filesize and extention (and possibly codec too). It would then search a database, consisting of every AMV here on the org (ideally anyway), for a match and retrives the info from the database. This ofcourse means a ton of work.
I'm not 100% sure of everything i've written here. If the files can carry the info, it should be considerably easier to make a tool for managing them.
I'm just imagining though - I'm far off from being a programmer, I could assist in graphics and visual GUI-concepts if needed, but that's surely not the biggest work here ^^;;
-
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
Re: AMV archiving solution around?
This is trivial: it is easily doable with a relational database and a graphical front-end. (What do you think the .org catalog is?)B-Ran wrote:Lately I've been thinking - arching a lot of AMVs isn't really easy, if you have a set of over 200 AMVs (and I bet a lot have far more), it's already tricky.
Now if there was special AMV jukebox/archive tool where you could assign AMV-typical details to every file like "creator" "song" "music artist" "anime used" etc. , and then quickly be able to search and filter your AMV selection - that would be pretty awesome.
So my questions are:
Is there such a tool around already?
And if not, wouldn't it be possible to create such a program?
I could imagine in our huge AMV-community, there are some programming talents who may find the idea interesting.
Here's an interesting project: search by visual content. Similar to imgSeek, but for video. It would also be much more useful for large collections, if reasonably quick.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
Re: AMV archiving solution around?
What the heck would that be usefull for? Draw a scene that you remembered from the video to search for the video? That seems dumb. Maybe I'm not seeing the real purpose?trythil wrote:Here's an interesting project: search by visual content. Similar to imgSeek, but for video. It would also be much more useful for large collections, if reasonably quick.
-
- is
- Joined: Tue Jul 23, 2002 5:54 am
- Status: N͋̀͒̆ͣ͋ͤ̍ͮ͌ͭ̔̊͒ͧ̿
- Location: N????????????????
Re: AMV archiving solution around?
Provide rough sketches of a portion of a video -- say frames A, A+B, A+B+C, ... , A+B+C + ... + N to search for the video. Or something along those lines.Zarxrax wrote:What the heck would that be usefull for? Draw a scene that you remembered from the video to search for the video? That seems dumb. Maybe I'm not seeing the real purpose?trythil wrote:Here's an interesting project: search by visual content. Similar to imgSeek, but for video. It would also be much more useful for large collections, if reasonably quick.
If accurate enough, it is much more useful for large collections. The old textual tag method might be useful when you want a lot of results, when you can remember a lot of information to narrow the query, or if e.g. the AMV in question uses obscure source, but that gets harder and harder to do as one's collection gets bigger and bigger.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact: