Quantcast Encoding: OGM Source, How to Add it to AVS? - digitalFAQ.com Forums [Archives]
  #1  
04-27-2003, 10:36 PM
AgNa AgNa is offline
Free Member
 
Join Date: Jan 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
04-28-2003, 12:52 AM
urban tec urban tec is offline
Free Member
 
Join Date: Nov 2002
Location: West Australia
Posts: 272
Thanks: 0
Thanked 0 Times in 0 Posts
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
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
Reply With Quote
  #3  
04-28-2003, 07:30 AM
AgNa AgNa is offline
Free Member
 
Join Date: Jan 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #4  
04-28-2003, 09:11 AM
GFR GFR is offline
Free Member
 
Join Date: May 2002
Posts: 438
Thanks: 0
Thanked 0 Times in 0 Posts
You can install OggDS (Ogg direct show filter) and use DirectShowSource() in the avs.
Reply With Quote
  #5  
04-28-2003, 09:51 AM
PyRoMaNiA PyRoMaNiA is offline
Free Member
 
Join Date: Jan 2003
Location: a PAL land (UK)
Posts: 408
Thanks: 0
Thanked 0 Times in 0 Posts
VirtualDubMod can load OGM files, but its probably better to use GFR's method, as you can't load VDRs into AviSynth either....
Reply With Quote
  #6  
05-06-2003, 04:10 PM
AgNa AgNa is offline
Free Member
 
Join Date: Jan 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
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 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.5)
##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
Reply With Quote
  #7  
05-06-2003, 05:02 PM
Fiz Fiz is offline
Free Member
 
Join Date: Jan 2003
Location: London, UK
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
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.
__________________
Fizzy Wizzy Lets get Bizzy!
Reply With Quote
  #8  
05-08-2003, 04:20 PM
AgNa AgNa is offline
Free Member
 
Join Date: Jan 2003
Posts: 53
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #9  
05-08-2003, 05:14 PM
Fiz Fiz is offline
Free Member
 
Join Date: Jan 2003
Location: London, UK
Posts: 89
Thanks: 0
Thanked 0 Times in 0 Posts
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
__________________
Fizzy Wizzy Lets get Bizzy!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Encoding: Fieldblended PAR source incredible Video Encoding and Conversion 6 10-09-2005 03:42 PM
Re-Encoding 14.985fps source ? Chula Video Encoding and Conversion 6 12-27-2004 01:57 PM
Encoding: Source frame rate 1000 fps, what to do? syk2c11 Video Encoding and Conversion 3 06-07-2003 01:16 PM
Encoding from DIVX source, change the GOP Structure? AgNa Video Encoding and Conversion 1 05-09-2003 10:01 AM
Encoding: 640x272 source - Which Template ? jmjarvis Video Encoding and Conversion 16 10-11-2002 08:52 PM

Thread Tools



 
All times are GMT -5. The time now is 03:35 PM  —  vBulletin © Jelsoft Enterprises Ltd