Serato Video General Discussion

Talk about Serato Video and Video-SL.

Tagging .mp4 Files Outside Of VSL

DJ_Gonzo 5:05 PM - 7 February, 2009
I've got quite a lot of .mp4 video files that I need to tagged correctly.

I have been tagging them individually within VSL....but dayum that is taking me, what seems to be, a lifetime.

I have many of my .mp4 files with filenames in this example:

Motley Crue - Girls Girls Girls.mp4

I was hoping that when VSL loads these filenames....it would import them in putting the Artist and Track Title in the correct columns, but it isn't.

Is there a free, or pay for, software package out there that I can install to properly tag my .mp4 files so I can import them with correct Artists and Track Titles?

Thanks
mizu 7:50 PM - 7 February, 2009
you pc or mac bro
mizu 7:51 PM - 7 February, 2009
if your mac this will do exactly what you want:

www.chaoticsoftware.com
dj lad 8:10 PM - 7 February, 2009
Wow thats sweet software. Anyone know of a PC version like it?
a-swift 8:33 PM - 7 February, 2009
I use Atomic Parsley to tag my mp4 automatically with artist and title. My encode script does this automatically.
DJ_Gonzo 8:34 PM - 7 February, 2009
Mizu, I actually have both, but have just recently started using only the MacBook Pro.

I'll definitely check out the provided link. ;-)

Thanks brother.

A-Swift, thanks brother...I'll do a search for it Atomic Parsley as well.
mizu 10:13 PM - 7 February, 2009
Quote:
I use Atomic Parsley to tag my mp4 automatically with artist and title. My encode script does this automatically.


Here he come with his fancy scripting!!! LOL <------JEALOUS
Corse32 11:33 PM - 7 February, 2009
maybe he should be a-script
a-swift 12:18 AM - 8 February, 2009
Quote:
maybe he should be a-script


that's about an 8 on the clever scale. well done sir.
nik39 12:57 AM - 8 February, 2009
lol.
dj lad 1:37 AM - 8 February, 2009
Winamp actually does a nice job of tagging.
FDW 8:46 PM - 11 February, 2009
I use MP3tag (www.mp3tag.de) on my MacBook in VMWare. I didn't find a good alternativ on Mac OS.
DJ_Gonzo 5:39 PM - 12 February, 2009
I'll look into the program for the Mac.

A-Swift, Atomic Parsley seems too complicated for a knuckle-dragger like me.

DJ Lad, I'm sorry brother, but for me, I'd rather not install WinAmp.

I would rather do my editing of .mp4 tags however with my PC and it's my fault for not pointing that out in my initial post.

I'm trying to limit the use of my MBP for running SSL/VSL/57SL and not install any programs more than need to run my DJing at gigs.

Anyone know of a good .mp4 tag editor for a PC?

Thanks
Rebelguy 5:43 PM - 12 February, 2009
You really won't run into any issues installing other programs and using Serato...it's not a PC.
DJ_Gonzo 5:53 PM - 12 February, 2009
I hear you Rebel....but the other part of my not wanting to do it....is because I've only operated a Mac for the past 3 weeks. Prior to that time, I had operated PCs since my introduction to the 8088.

Navigating around with the Mac is still kicking me in the nutts. I also have 3 other PC Notebooks and a PC Desktop and would rather use any of them as my workhorses to tag .mp3s, .mp4s, and do my video editing and just keep the MBP for using Serato with.
a-swift 5:59 PM - 12 February, 2009
Quote:
I'll look into the program for the Mac.

A-Swift, Atomic Parsley seems too complicated for a knuckle-dragger like me.

DJ Lad, I'm sorry brother, but for me, I'd rather not install WinAmp.

I would rather do my editing of .mp4 tags however with my PC and it's my fault for not pointing that out in my initial post.

I'm trying to limit the use of my MBP for running SSL/VSL/57SL and not install any programs more than need to run my DJing at gigs.

Anyone know of a good .mp4 tag editor for a PC?

Thanks


i'm gonna write a perl script for you right here in this post:

#!/usr/bin/perl
use strict;
while (<*.mp4>) {
my $file = $_;
my ($artist, $title) = split(/ - /, $file, 2);
$title =~ s/.mp4//;
my $cmd = qq~AtomicParsely -inplace -artist "$artist" -title "$title" "$file"~;
print "Working on $file\n";
system ($cmd);
print "Done with $file\n";
}

There you go. I timed myself, that took about 40 seconds to write. I can use that to tag 15,000 files in no time flat. Just make sure they are named "Artist - Title.mp4"
DJ_Gonzo 6:07 PM - 12 February, 2009
A-Swift, thank you for taking time out to do this for me. Well hell, seeing how you took the time out to do this...I should at least put it to the test.

I'll look back into Atomic Parsley and see if I can figure out how to do this....remember, I've only been on a Mac for 3 weeks with about 12 hours total time playing with it.
a-swift 6:12 PM - 12 February, 2009
i guess i should actually check the atomic parsely syntax then.
DJ_Gonzo 6:14 PM - 12 February, 2009
Yea, cause I have no idea what it is I'm suppose to do with the script you just wrote....at this point....doh!
FDW 7:09 PM - 12 February, 2009
Quote:

Anyone know of a good .mp4 tag editor for a PC?


MP3Tag - Only because it has "mp3" in the title, it does not mean it can't handle mp4s!
dj lad 9:34 PM - 12 February, 2009
Actually, Tag & Rename does a great job of tagging - it's just that WinAmp can autotag the file for you and does the job well about half the time.
DJ_Gonzo 12:37 AM - 13 February, 2009
DJ Lad, do you know if WinAmp can take a file in, which is named the following, and correct input the file name information into the tags for Artist and Track Title?

Artist - Title.mp4

Again, if I have my files formatted in the above, can WinAmp take that file name's Artist and Title and input the data into the correct Artist and Title fields of the tags?

I hope I made sense....
DJ_Gonzo 5:57 AM - 13 February, 2009
Okay....got it.

I downloaded and installed Tag&Rename and it's working like a champ on my PC. Saving me quite a bit of work and looks like just what I was in search for.

Thanks everyone.
a-swift 8:41 AM - 13 February, 2009
Quote:
Okay....got it.

I downloaded and installed Tag&Rename and it's working like a champ on my PC. Saving me quite a bit of work and looks like just what I was in search for.

Thanks everyone.


Given the choice of a script or a nice gui,.. they always go gui. *sigh*
DJ-Phat-AL 11:20 AM - 13 February, 2009
Quote:

Given the choice of a script or a nice gui,.. they always go gui. *sigh*


Do you have a script for the PC?

I actually go through steps to get mine tagged correctly. Of course I am anal like that.

I use Tag&Rename to basically write a basic tag to the video file. I do more in depth tag editing in Heluim Music Manager(PC only). Been using that for about 10 years now. It is a very powerful tagging editor. The ONLY reason I use Tag&Rename is because helium doesn't officially support H.264 video tagging (acc files). But for whatever reason after I do a basic write of tags on Tag&Rename it works flawless in Helium after that.

I write everyone of my videos with this file name structure:

artist - title (version) (source) (BPM) (year).mp4/mpg

Helium has scripts you can run that places the tags from the file name in batches.
DJ-Phat-AL 12:00 PM - 13 February, 2009
Quote:
... officially support H.264 video tagging (acc files).


I meant (aac files)
a-swift 4:33 PM - 13 February, 2009
yeah AL, that same script i posted above will work on Windows too but it's a perl script so you would have to install perl first. perl is already installed on linux and mac though. of course AtomicParsely (which is actually doing the work, not the script) works on all platforms.
DJ-Phat-AL 5:21 PM - 13 February, 2009
hmm.. I will have to contact via phone, IM, PM or smoke signals to give a try at that. I would love to automate the whole process.
a-swift 5:38 PM - 13 February, 2009
msn messenger FTW!