Converting a MKV. video to AVI.

If you have questions about compression/encoding/converting look here.
Locked
User avatar
Vanity
Joined: Fri Dec 28, 2007 10:52 pm
Status: XIII
Location: Everywhere, yet no where
Org Profile

Converting a MKV. video to AVI.

Post by Vanity » Sun Feb 24, 2008 2:06 am

Hey guys.. I've been having trouble getting my mkv. anime video (Gad Guard) into sonyvegas 8 but it won't open it....and It won't open in my total video conveter someone please tell me how or what program to use to convert this dumb mkv video to avi =[

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sun Feb 24, 2008 2:32 am

for the sake of conversation, I'll assume your dvd ripper made your rips into .mkv files

you'll need to transcode your video using virtualdubmod and avisynth
(if you need those, get the amvapp)

make an aivsynth script with the following line (in any text editor)

Code: Select all

FFmpegSource("path to file.mkv")
get ffmpegsource here
save as .avs
open in vitrualdubmod

instead of transocding entire episodes losslessly (which would turn out really big files) you should probably make your clips using vdubmod
JaddziaDax wrote:open the video file in virtualdub mod go to video->compression->Huffyuv or Lagarith

then go to file->save

Image
use those to mark the beginning and the end of the "clips" you want so you can save room
Image
Image

User avatar
Vanity
Joined: Fri Dec 28, 2007 10:52 pm
Status: XIII
Location: Everywhere, yet no where
Org Profile

Post by Vanity » Sun Feb 24, 2008 2:59 am

Kariudo wrote:for the sake of conversation, I'll assume your dvd ripper made your rips into .mkv files

you'll need to transcode your video using virtualdubmod and avisynth
(if you need those, get the amvapp)

make an aivsynth script with the following line (in any text editor)

Code: Select all

FFmpegSource("path to file.mkv")
get ffmpegsource here
save as .avs
open in vitrualdubmod

instead of transocding entire episodes losslessly (which would turn out really big files) you should probably make your clips using vdubmod
JaddziaDax wrote:open the video file in virtualdub mod go to video->compression->Huffyuv or Lagarith

then go to file->save

Image
use those to mark the beginning and the end of the "clips" you want so you can save room
oki vdubmod says there is no function called: FFmpegSource....am i not downloading FFmpegSource right or something...cuz vdubmod is pissing my off

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sun Feb 24, 2008 3:04 am

did you put the .dll into avisynth's plugins folder?
(usually C:\program files\avisynth2.5\plugins for win XP)
Image
Image

User avatar
Vanity
Joined: Fri Dec 28, 2007 10:52 pm
Status: XIII
Location: Everywhere, yet no where
Org Profile

Post by Vanity » Sun Feb 24, 2008 3:49 am

Kariudo wrote:did you put the .dll into avisynth's plugins folder?
(usually C:\program files\avisynth2.5\plugins for win XP)
alright I think now my problem is typing the avisynth right into the text: like this is what I type FFmpegSource("C:\Gad 1.mkv") then I save it as Gad 1.avs and try to open the script in vdubmod......what iam i doing wrong here

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Post by Kariudo » Sun Feb 24, 2008 4:32 am

the filepath may be wrong, I have to go to bed, but here's something I wrote a while ago
Kariudo wrote:Finding the filepath in WinXP:

navigate to your file
Image
in this example, I will use legacy.wmv.
the filepath is made form the two parts underlined in red
for this example, your script would look like this

Code: Select all

DirectShowSource("C:\Documents and Settings\Use\My Documents\amvs\Legacy.wmv")
notice how it is surounded in double quotes, and has another '\' between "amvs" and "Legacy.wmv" these are both vital.
Image
Image

Locked

Return to “Conversion / Encoding Help”