digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Encoding: OGM source, how to add it to AVS? (http://www.digitalfaq.com/archives/encode/3408-encoding-ogm-source.html)

AgNa 04-27-2003 10:36 PM

OGM source, how to add it to AVS?
 
I have an OGM file, and I want to confert it to KVCD but I can`t make it load into TMPGenc and AVS, it gives me the error in line 13 (the one that has the OGM file root) Any ideas?? Thanx in advance :D

urban tec 04-28-2003 12:52 AM

Re: OGM source, how to add it to AVS?
 
Quote:

Originally Posted by AgNa
I have an OGM file, and I want to confert it to KVCD but I can`t make it load into TMPGenc and AVS, it gives me the error in line 13 (the one that has the OGM file root) Any ideas?? Thanx in advance :D

can you open the file in virtual dub? (I am assuming it is an avi file)

if so you could use virtual dub to frameserve it to tmpg

AgNa 04-28-2003 07:30 AM

nope, it`s an OGM file, XXXX.OGM, I can play it fine (after I downloaded the OGM codedcs, but I can`t load it into Vdub and when I use AVS I get the error :roll:

GFR 04-28-2003 09:11 AM

You can install OggDS (Ogg direct show filter) and use DirectShowSource() in the avs.

PyRoMaNiA 04-28-2003 09:51 AM

VirtualDubMod can load OGM files, but its probably better to use GFR's method, as you can't load VDRs into AviSynth either.... :roll:

AgNa 05-06-2003 04:10 PM

Thanx for your help guys, Ive done some others conversions in the meantime but now I`m dealing with this one again. I use this line to load the ogm file I get this message "DirectShouwSource: I can`t determinate the framerate of the video; you must use the FPS parameter" So where do I add it? I do some trys but I still get the same answer :oops: Heres my script.

DirectShowSource("D:\Movies-videos\punk.ogm")
LegalClip()
GripCrop(width=480, height=480, overscan=2 )
GripSize(resizer="BicubicResize")
STMedianFilter(10, 50, 0, 0, 10, 50)
SpaceDust() # Optional - for some "not so clean" DVDs.
unfilter(50,50)
temporalsmoother(1,2)
Blockbuster(method="noise", variance=.5, seed=1)
##mergechroma(blur(1.58))
##mergeluma(blur(0.3))
## Convolution3d or DCTFilter for extreme worse cases.
GripBorders()
TextSub("D:\Movies-videos\phonesub.ssa")
LegalClip()
##Sampler(length=24)

Any comments? ideas? hints? thanx in advance :D

Fiz 05-06-2003 05:02 PM

AgNa,

You need to add the framerate in the DirectShowSource Line:

e.g.
DirectShowSource("D:\Movies-videos\punk.ogm", 23.976)

or whatever your fps is.

An alternative method for converting ogm files for use in avs is to use graphedit. You can create a graph that saves the video and Audio stream to an AVI which you can then use with the AVISource() command. The only drawback is that you will need lots of disk space to hold the intermediate avi but the frame serving will be quicker than with DirectShowSource. Doom9 has a guide somewhere.

AgNa 05-08-2003 04:20 PM

Thanx guy but I`m still fighting against this movie, Everytime I add the FPS on the script TMPgenc Crashes (diferent Vers) and When I try to open it back I found it`s fucked up and I need to reinstall. I think I`m gonna try descompressing it with VD but the MOD I have and the official one don`t don`t accept Ogg files :oops:

Fiz 05-08-2003 05:14 PM

Quote:

Originally Posted by AgNa
Thanx guy but I`m still fighting against this movie, Everytime I add the FPS on the script TMPgenc Crashes (diferent Vers) and When I try to open it back I found it`s f****d up and I need to reinstall. I think I`m gonna try descompressing it with VD but the MOD I have and the official one don`t don`t accept Ogg files

In that case refer to plan B.

Quote:

An alternative method for converting ogm files for use in avs is to use graphedit. You can create a graph that saves the video and Audio stream to an AVI which you can then use with the AVISource() command. The only drawback is that you will need lots of disk space to hold the intermediate avi but the frame serving will be quicker than with DirectShowSource. Doom9 has a guide somewhere.
See here for how.

http://www.dvdrhelp.com/forum/userguides/89139.php


All times are GMT -5. The time now is 06:14 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.