AMV file type questions
- Lone Wolf
- Joined: Wed Dec 04, 2002 10:59 pm
- Location: Orlando, FL
AMV file type questions
I use Adobe Premiere and I'm GONNA MAKE MY FIRST VIDEO!!! problem is, Premiere only allows certain file types to pull clips from. Is there a way that I can change a whole bunch of different file types to MPEG so they can be used?
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
Premiere uses standard the either standard Dshow or VfW interface to access AVI files. Thus you can open up any AVI file in Premiere, so long as you have the proper software(codec) installed for it.
Premiere also allows for certain types of Quicktime files & also allows for MPEG1 imports.
The best way to get footage in is to follow the guides using DVDs.
Also DivX is known to crash Premiere. There is nothing to fix this, so if you have problems, please don't complain. You can convert the clips to huffYUV using Vdub and open them that way.
~klinky
Premiere also allows for certain types of Quicktime files & also allows for MPEG1 imports.
The best way to get footage in is to follow the guides using DVDs.
Also DivX is known to crash Premiere. There is nothing to fix this, so if you have problems, please don't complain. You can convert the clips to huffYUV using Vdub and open them that way.
~klinky
- RichLather
- Joined: Tue May 15, 2001 8:11 pm
- Location: Lancaster, OH Position: One of the Elder Statesmen of the .org
While this does belong in General Video Help, I'd like to recommend you RATFAG and use AbsoluteDestiny's third method, called "Fast Editing with Perfect Quality".
I managed to figure it out, after a decade of editing strictly with tape, so I think just about anyone can.
I managed to figure it out, after a decade of editing strictly with tape, so I think just about anyone can.
- RichLather
- Joined: Tue May 15, 2001 8:11 pm
- Location: Lancaster, OH Position: One of the Elder Statesmen of the .org
Hissssss..... boy, some people are not going to be happy about that, unless you're doing this with the prior knowledge of the specific AMV creators. Which AMVs are you planning on using?
So these are WMV files? Windows Media, that is? Problem with these are is that they're very compressed and any further conversion, short of making them uncompressed AVIs, editing, then outputting from Premiere to MPEG-1, is going to make them look like utter crap.
So these are WMV files? Windows Media, that is? Problem with these are is that they're very compressed and any further conversion, short of making them uncompressed AVIs, editing, then outputting from Premiere to MPEG-1, is going to make them look like utter crap.
- ErMaC
- The Man who puts the "E" in READFAG
- Joined: Sat Feb 24, 2001 4:39 pm
- Location: Irvine, CA
- Contact:
taking clips from other AMVs is considered extremely rude. I don't want this thread to turn into a flame war - go search for threads about it because there has been plenty of discussion.
I'll just say that you will be shunned by a large portion of people here. Doesn't matter if it's logical or not, that's how it goes down. So don't do it.
Buy the DVDs. If you're going to be editing someone anime company's footage and then distributing it for free on the web the least you can do is pay for it once.
I'll just say that you will be shunned by a large portion of people here. Doesn't matter if it's logical or not, that's how it goes down. So don't do it.
Buy the DVDs. If you're going to be editing someone anime company's footage and then distributing it for free on the web the least you can do is pay for it once.
- RichLather
- Joined: Tue May 15, 2001 8:11 pm
- Location: Lancaster, OH Position: One of the Elder Statesmen of the .org
It's also extremely limiting. You're taking clips from a short-format piece, maybe 4 minutes tops on average, that are edited to less than 4 seconds apiece (usually--speaking for myself, it's tough to leave something up for more than 2 or 3). Contrast that with a DVD that has, in some cases, over 20 times as much footage to use.
You really would be best getting the DVDs. Then, output quality is not an issue.
You really would be best getting the DVDs. Then, output quality is not an issue.
- RadicalEd0
- Joined: Mon Jun 24, 2002 2:58 pm
edit with whatever the hell source you want. If it looks cool to you, who cares if someone else is pissed because you don't have dvds to use. WMV can be converted to avi through EOvideo or you could just type an avisynth script out:a wise man wrote:Don't edit amvs for popularity, do it for fun and because you want to
directshowsource("path\file.wmv", framerate)
you have to know the framerate, which you can find out by playing the file in wmp 6.4 and checking in the properties the video renderer. If its like 23.6 or anything around 24 its probably 23.976 and if its around 30 its probably 29.97.
say its 29.97 and the video, sumvideo.wmv, is in C:\
directshowsource("C:\sumvideo.wmv", 29.97)
NMEAMV: PENIS
NMEAMV: IN
NMEAMV: YO
NMEAMV: MIXED
NMEAMV: DRINK
NMEAMV: IN
NMEAMV: YO
NMEAMV: MIXED
NMEAMV: DRINK
- RadicalEd0
- Joined: Mon Jun 24, 2002 2:58 pm