MKV to... After Effects
- varxtis
- Joined: Sun Dec 21, 2003 2:34 pm
- Status: Single
- Location: The world that never was
- Contact:
Re: MKV to... After Effects
Fair Enough So how can i differentiate between 8-bit and 10-bit? It doesn't indication in the properties. Like, If I wanted to go find an 8-bit version, as unlikely as that might be. And say I did have 8-bit footage, cause Im sure there is in my collection, what do you mean recontainer it? Pull the video from MKV as avi and then use handbrake or virtualdub to change it to mp4 or something?
- varxtis
- Joined: Sun Dec 21, 2003 2:34 pm
- Status: Single
- Location: The world that never was
- Contact:
Re: MKV to... After Effects
Sry for the double post... but I was curious about something and sure enough my fears are realized... I am truly ignorant to all this. So you know how we took the source video (valvrave -10.mkv) changed it to "video.mkv" copied it to C:\AMV\ and then created an avs file also named video.avs? Well I deleted the mkv, then took "guilty crown - 20.mkv", changed it to "video.mkv", copied it into C:\AMV\ and then ajusted the video.avs file to the following
When I save, open Virtualdub, and then try to open the avs file, I get the following error
Im so affraid that this is going to happen for every video I want to extract thats perhaps done by a different sub group I want to do this so very badly what to do what to do.
Another problem is, I think I do actually prefer this method for the quality sake... but with how my mind works, I have such little specific planning. I usually insert an entire episode and then scrub through After Effects and Premiere. This is going to be a HUGE adjustment to me. I could really use a pros guidance as Im starting to realize how badly ignorant I truly am T_T
Code: Select all
LWLibavVideoSource("video.mkv", format="YUV420P8") #Input video
ConvertToRGB(matrix="rec709") #If the video is HD
Code: Select all
Avisynth open failure:
LWLibavideoSource: failed to get the video track.
(C:\AMV\video.avs, line 1)
Another problem is, I think I do actually prefer this method for the quality sake... but with how my mind works, I have such little specific planning. I usually insert an entire episode and then scrub through After Effects and Premiere. This is going to be a HUGE adjustment to me. I could really use a pros guidance as Im starting to realize how badly ignorant I truly am T_T
- BasharOfTheAges
- Just zis guy, you know?
- Joined: Tue Sep 14, 2004 11:32 pm
- Status: Breathing
- Location: Merrimack, NH
Re: MKV to... After Effects
... You don't need to rename anything. "video.mkv" is a generic variable name. And, yes, every source file will be different.
Anime Boston Fan Creations Coordinator (2019-2023)
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
Anime Boston Fan Creations Staff (2016-2018)
Another Anime Convention AMV Contest Coordinator 2008-2016
| | |
-
- Joined: Thu Nov 12, 2009 7:35 am
Re: MKV to... After Effects
Read <a href=http://www.a-m-v.org/guides/avtech31/>ErMaC & AbsoluteDestiny's Friendly AMV Guides</a>varxtis wrote:Is there anywhere or any books you might suggest me reviewing so i can better understand compression and codecs from a practical stand point?
-
- Joined: Thu Nov 12, 2009 7:35 am
Re: MKV to... After Effects
Really? READFAG gets auto-filtered like that?
-
- Joined: Thu Nov 12, 2009 7:35 am
Re: MKV to... After Effects
Okay, I've successfully gotten video from an MP4 into Virtualdub that way... but what about audio?l33tmeatwad wrote:Here's a guide I have for handling MKVs several different ways: Handling MKV & MP4 Files
- l33tmeatwad
- Joined: Wed Feb 16, 2005 3:22 pm
- Location: Christiansburg, VA
- Contact:
Re: MKV to... After Effects
You'd have to import the audio separately then mux them together, here's a guide on how to do that in AviSynth.Fuzzy Chickens wrote:Okay, I've successfully gotten video from an MP4 into Virtualdub that way... but what about audio?l33tmeatwad wrote:Here's a guide I have for handling MKVs several different ways: Handling MKV & MP4 Files
Software & Guides: AMVpack | AMV 101 | AviSynth 101 | VapourSynth 101
PixelBlended Studios: Website | Twitter | YouTube
PixelBlended Studios: Website | Twitter | YouTube
-
- Joined: Thu Nov 12, 2009 7:35 am
Re: MKV to... After Effects
Meatwad, you are my favorite forum member ever.
-
- Joined: Thu Nov 12, 2009 7:35 am
Re: MKV to... After Effects
By the way, your guides were actually quite a bit more complicated than what I really needed to do. I was able to cut it down to a one-step process, as follows:
Pretty easy.
Code: Select all
use the FFVideoSource and FFAudioSource plugins for AVIsynth
-
- Joined: Thu Nov 12, 2009 7:35 am
Re: MKV to... After Effects
Hmm... the audio is intelligible, but really loud and scratchy. WTF.