RealMedia without RealOne :*

Locked
User avatar
Tab.
Joined: Tue May 13, 2003 10:36 pm
Status: SLP
Location: gayville
Org Profile

Post by Tab. » Thu Jul 17, 2003 7:12 pm

really weird.. the decoder filter isnt there. Go to Graph>Insert Filters>DirectShow Filters and look for these below. Also this is what the graph should look like:

Image

check if realvideo decoder is there at all in the insert filters.
◔ ◡ ◔

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Post by Pwolf » Thu Jul 17, 2003 7:22 pm

yup it's there



Pwolf

User avatar
Tab.
Joined: Tue May 13, 2003 10:36 pm
Status: SLP
Location: gayville
Org Profile

Post by Tab. » Thu Jul 17, 2003 11:06 pm

:\
weird
WHY

do you have realone or the codec pack
this is strange :\
it looks to be a bug in the decoder filter.. I guess it could be slightly buggy still :0
what OS/processor are you running
◔ ◡ ◔

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Post by Pwolf » Fri Jul 18, 2003 12:34 am

i first tried it without installing the codecs cause i have realone. Then i installed the codecs, no go. I am using Win2k pro and my CPU? 2.8 p4



Pwolf

User avatar
Tab.
Joined: Tue May 13, 2003 10:36 pm
Status: SLP
Location: gayville
Org Profile

Post by Tab. » Fri Jul 18, 2003 12:55 am

might be a prob with the dshow filter and win2k but.. if the audio plays, this is a strange problem :?
anyone else having anything like this?
◔ ◡ ◔

User avatar
Pwolf
Friendly Neighborhood Pwaffle
Joined: Thu May 03, 2001 4:17 pm
Location: Some where in California, I forgot :\
Contact:
Org Profile

Post by Pwolf » Fri Jul 18, 2003 1:21 am

yea could be... if my laptop was setup, i would test it on there, but it's not.




Pwolf

User avatar
Tab.
Joined: Tue May 13, 2003 10:36 pm
Status: SLP
Location: gayville
Org Profile

Post by Tab. » Fri Jul 18, 2003 6:54 am

Important update

rmdshow.exe (the second installer) is now updated to the latest version. This solved pwolf's problem, so I suggest getting it.
◔ ◡ ◔

User avatar
AbsoluteDestiny
Joined: Wed Aug 15, 2001 1:56 pm
Location: Oxford, UK
Contact:
Org Profile

Post by AbsoluteDestiny » Fri Jul 18, 2003 7:18 am

Yup. Works perfectly now.

User avatar
jonmartensen
Joined: Sat Aug 31, 2002 11:50 pm
Location: Gimmickville USA
Org Profile

Post by jonmartensen » Fri Jul 18, 2003 7:38 am

So it's in the original link?

ARG!
/me re-downloads


:)
Image

User avatar
Tab.
Joined: Tue May 13, 2003 10:36 pm
Status: SLP
Location: gayville
Org Profile

Post by Tab. » Mon Jul 21, 2003 4:15 am

How to encode good RM content:
Get the helix producer CLI.
In the main directory there's a file, job.rpjf. Open this file in notepad. This is the helix jobfile that tells the producer what to do when it encodes. There are only a few tags you need to worry about and/or change. These are sectioned off by double spacing.
<enableTwoPass type="bool">true</enableTwoPass>
change true to false to use 1-pass encoding. Two pass is usually better though, so I don't recommend changing this.
<filename type="string">G:\THE CODECCOMPARISON\kurumi\source.avs</filename>
this needs to be changed to the path of your input file
<filename type="string">G:\THE CODEC COMPARISON\kurumi\RV9crap.rmvb</filename>
this one needs to be changed to the path of your output file.
<avgBitrate type="uint">1048576</avgBitrate>
average bitrate in bps. Take the kbps you want and multiply it by 1024. In this case I was using 1024 kbps.
<encodingType type="string">vbrBitrate</encodingType>
<maxFrameRate type="double">24.000000</maxFrameRate>
encode mode and framerate. Encode mode can be changed to cbr or vbrQuality. Framerate is self explanitory.
<codecFlavor type="uint">3</codecFlavor>
<codecName type="string">sipr</codecName>
The audio codec/bitrate used. See this table:
http://digitalinsanity.ath.cx/~tab/audio.html


Now save job.rpjf. Open up a command line (run>cmd.exe) and the producer folder. Drag producer.exe into the commandline (it'll automatically place the path), type " -j " (without quotes), and then drag job.rpjf into the cli. It'll look something like:
C:\WINDOWS\SYSTEM32>C:\unzipped\producer_9.2M5b1_windows\producer\producer.exe -j C:\unzipped\producer_9.2M5b1_windows\producer\job.rpjf
hit enter, and the encode is set to go.
◔ ◡ ◔

Locked

Return to “Video & Audio Help”