The Origonal Head Hunter wrote:haven't tried, but it's probably best to convert them to uncompressed/lossless avi's with VirtualDubMod and then load them in premiere.
The Origonal Head Hunter wrote:why do you need to keep the ripped file once you've converted it to lossless, or am I just misunderstanding there?
LivingFlame wrote:No, it won't support MKV files as Matroska is not an industry standard. It's mostly just used for fansub whoring.
You might be able to make an AviSynth script that calls the .mkv file and then import that .avs file via the AviSynth plugin for Premiere. That is assuming that the plugin works in CS3; I don't actually know if it does or not.
The Origonal Head Hunter wrote:I'm pretty sure if you did a search for 'MKV in Premiere' you'd find a few similiar threads that would help you out.
And the question has been answered many times on this forum already. Just do a Forum Search for it.Typhoon859@GMail.com wrote:The Origonal Head Hunter wrote:I'm pretty sure if you did a search for 'MKV in Premiere' you'd find a few similiar threads that would help you out.
That's how most people respond lately, lol. "Google it!" Ugh, I hate that. Forums are made for a reason ^^
DirectShowSource("C:\file path\video file.mkv")LivingFlame wrote:Well, we do have a guide for AviSynth.
We also have another guide on how to use those .avs files in Premiere.
Basically, create an .avs file and write in it:
- Code: Select all
DirectShowSource("C:\file path\video file.mkv")
After that, you'll have to read the guide about getting it into Premiere, because I've never personally done that. And be aware that it's possible that this plugin doesn't work in CS3. I don't know.
ffmpegsource("C:\file path\video file.mkv")ffmpegsource("C:\file path\video file.mkv", atrack=-1)Typhoon859@GMail.com wrote:The Origonal Head Hunter wrote:I'm pretty sure if you did a search for 'MKV in Premiere' you'd find a few similiar threads that would help you out.
That's how most people respond lately, lol. "Google it!" Ugh, I hate that. Forums are made for a reason ^^
Users browsing this forum: No registered users and 0 guests