RealMedia without RealOne :*

Locked
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.
◔ ◡ ◔

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:37 am

how to mux video and audio into matroska (.mkv) format:

Get the program Graphedit. Make sure you have the directshow package installed (see first post). Have your encoded audio and video ready and start up graphedit. Go to Graph>Insert Filters>DirectShow Filters>Matroska Muxer and double click. A box saying "Matroska Muxer" will pop up in the background. Then go up to File Writer and double click. Pick a place to save whateveryouwanttonameit.mkv and hit save. The file writer will appear in the main window as well. Close the Filters window. Click on the Output pin of the matroska muxer and drag it down to the in of the file writer. The two should connect.
Now go to File>Render Media File. Open your video, and it will automatically connect to the first input pin of the matroska muxer. Do the same with your audio file.
The graph should now look something like this.

Now hit the little play button on the top and wait for it to finish. That's it, your file is ready.

For more information on matroska go to www.matroska.org
◔ ◡ ◔

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:39 am

Update: Newer RealMediaSplitter added to second installer from the first post.
◔ ◡ ◔

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 » Mon Jul 21, 2003 4:59 am

I get no audio : \

i get this warning tiwce when i encode:
"Warning: Skipping audio prefilter because there is no audio input or disableAudio is true."

I have audio input into avs btw.


Pwolf

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

Post by Tab. » Mon Jul 21, 2003 5:08 am

-_-
stupid mistake on my part
re-download the producer.zip and it will work
◔ ◡ ◔

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 » Mon Jul 21, 2003 2:57 pm

lol ok



Pwolf

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

Post by Tab. » Tue Jul 22, 2003 12:05 pm

From now on whenever RealMediaSplitter, MatroskaSplitter, or MatroskaMuxer are updated on guliverkli, I'll make a new compile of the installer and update it. So whenever I post that something was updated you can get it from the second installer link in the first post.

MatroskaSplitter updated btw :0
◔ ◡ ◔

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

Post by jonmartensen » Tue Jul 22, 2003 12:38 pm

Why not just post the link with your post.
Image

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

Post by Tab. » Tue Jul 22, 2003 12:40 pm

because thats a pain in the ass

... here, hows this
◔ ◡ ◔

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

Post by Tab. » Tue Jul 22, 2003 1:58 pm

Important:
I found a newer version of the realmedia codec package.

http://digitalinsanity.ath.cx/~tab/realcodec.exe
◔ ◡ ◔

Locked

Return to “Video & Audio Help”