problems with .mkv files
-
- Joined: Sun Feb 16, 2014 1:35 pm
problems with .mkv files
Hello, I started using sony vegas recently and I have already found many troubles. I can't import .mkv files and so I started a research in the web to convert them in other formats. The result is that a lot of converters didn't see the .mkv files and the ones that can convert them, like avidemux and xilisoft hd video converter, don't display the subtitles of every .mkv file. I think the most important problem is with the configuration of hi10p .mkv files.
How can I use that kind of files in vegas if I dunno how to convert them without losing the subtitles (and the rate quality/weight)?
Thanks a lot!!! (hoping in an answer by mirkosp...)
How can I use that kind of files in vegas if I dunno how to convert them without losing the subtitles (and the rate quality/weight)?
Thanks a lot!!! (hoping in an answer by mirkosp...)
-
- Joined: Sun Feb 16, 2014 1:35 pm
Re: problems with .mkv files
Uhm, searching in this forum I think I found the answers I needed
-
- Joined: Sun Feb 16, 2014 1:35 pm
Re: problems with .mkv files
Okay, I'm still in trouble... Even using avisynth and virtualdub I can't see the subtitles of hi10p .mkv files. Somebody with any idea to solve this problem?
- RTW47
- Joined: Sat Oct 30, 2010 10:48 am
- Status: Knight of Ni
- Location: Argument Clinic
Re: problems with .mkv files
If you intent to hard-code subtitles, demux them with MKVtoolnix, then load into .avs script via AviSynth subtitle plugin: VSFilter or assrender;
-
- Joined: Sun Feb 16, 2014 1:35 pm
Re: problems with .mkv files
*_* It works! Thanks a lot!
-
- Joined: Sun Feb 16, 2014 1:35 pm
Re: problems with .mkv files
Ugh, when I try to import the fake file .avi created thanks to Pismo File Mount and AviSynth Virtual File System it says to me that an error occurred while opening a codec... Even if the other files .avi that I have don't give me any problem if I try to open them... Where is the problem?
- Elcalavero
- Joined: Sat Dec 30, 2006 1:58 pm
- Location: Here.
Re: problems with .mkv files
You can try Free Video Converter
My cousin uses this to convert Mkv to Mp4. The resulted MP4 should work with Sony Vegas.
Dont use fake avis, save yourself the frustration.
I tried this program and can confirm it works. When you import .mkv files or any video file, it disables subtitles by default but u can change it.
MP4 output settings are fine as is. Quality loss from conversion is minimal. Unless the original source has alot of noise.
As for Codec problems. Not sure what the cool cats use but just get cccp and quicktime if u dont already.
My cousin uses this to convert Mkv to Mp4. The resulted MP4 should work with Sony Vegas.
Dont use fake avis, save yourself the frustration.
I tried this program and can confirm it works. When you import .mkv files or any video file, it disables subtitles by default but u can change it.
MP4 output settings are fine as is. Quality loss from conversion is minimal. Unless the original source has alot of noise.
As for Codec problems. Not sure what the cool cats use but just get cccp and quicktime if u dont already.
-
- Joined: Sun Feb 16, 2014 1:35 pm
Re: problems with .mkv files
it doesn't work... With Free Video Converter I obtain a video where I can see only a full screen green color and the subtitles...
I think it's easier to solve the problem with avisynth... When I mout the .avs file in the folder there is also a file named error.log with this text:
Video stream :-
Duration: 34044 frames, 00:23:39.918
ColorSpace: YV12
Width:1280 pixels, Height: 720 pixels.
Frames per second: 23.9760 (24000/1001)
FieldBased (Separated) Video: No
Parity: Bottom field first.
Field order: Assumed Bottom Field First
No audio stream.
AvfsWavMediaInit: Clip has no audio.
Some idea? u.u
I think it's easier to solve the problem with avisynth... When I mout the .avs file in the folder there is also a file named error.log with this text:
Video stream :-
Duration: 34044 frames, 00:23:39.918
ColorSpace: YV12
Width:1280 pixels, Height: 720 pixels.
Frames per second: 23.9760 (24000/1001)
FieldBased (Separated) Video: No
Parity: Bottom field first.
Field order: Assumed Bottom Field First
No audio stream.
AvfsWavMediaInit: Clip has no audio.
Some idea? u.u
- Nya-chan Production
- The :< point of view
- Joined: Wed Nov 15, 2006 11:21 am
- Status: White bracelet
- Location: Ward 7F
- Contact:
-
- Joined: Sun Feb 16, 2014 1:35 pm
Re: problems with .mkv files
Sure!
[MOD258: Modded out the filename.]
Code: Select all
FFVideoSource("D:\epvari\file.mkv")
TextSub("D:\epvari\file.ass")