MSFN XP Codec-Pack 5.5 for your unattended needs...
#301
Posted 26 October 2004 - 09:12 AM
Some will work, others won't. Same happens with the RealONE player if your not connected to the internet at the time.
.ram is kinda like the .asf files and the like. They just provide information on where the real media file is.
#302
Posted 27 October 2004 - 04:55 PM
- Media Player Classic [version 6.4.8.2]
- QuickTime Codecs [version 6.5.1.17]
- QuickTime DirectShow filter
- QuickTime plugin for Internet Explorer
- QuickTime plugin for Opera/Mozilla/Netscape
- QuickTime Control Panel
- Extra plugins for QuickTime
- Updated QuickTime components to version 6.5.2.10
- The MIME settings of the QuickTime browser plugin can now be customized.
- Minor improvements
Please update the pack.
Thank you!
#304
Posted 28 October 2004 - 05:08 AM
Therefore, there is no need to update the pack. This is has already been discussed 2 pages ago.
#305
Posted 28 October 2004 - 09:47 AM
#306
Posted 28 October 2004 - 10:45 AM
and swgreed, plz keep ur pack up to date....there r many ppl looking forward for support
#307
Posted 28 October 2004 - 11:01 AM
I don't think the traffic goes by the calendar month, since the v1 pack had exceeded bandwidth yesterday but is back available today.
#308
Posted 28 October 2004 - 11:47 AM
lieblingsbesuch, on Oct 28 2004, 06:45 PM, said:
but it's not necessary
only quicktime alternative update and i won't download and integrate the full pack again only to add those minor changes
#309
Posted 29 October 2004 - 06:01 AM
Did I miss any mirror site or would it possible to mirror the download at another site than current "Arcorusersite" ?
\Fraefel
#310
Posted 31 October 2004 - 03:36 AM
SiMoNsAyS, on Oct 26 2004, 07:10 AM, said:
.ram format is from real media, only a small kb that you can edit with notepad. that's why you CAN'T watch it, because alone can't be played. it's a streaming format and you need to be connected.
.ra means real audio format and can be played with wmp10 with real alternative codecs.
.rm means real media (video) format, same from above.
@iwod why those encoders if you only want decoders? because there are a few people (like me) that wants to have an option in vdub and want to convert between formats. it's not matter of space or money because they are free and their size is not bigger than a few kb.
@moo
Quote
This is false.
.Ram is a Audio/Video format for RealMedia. It can also be used for streaming video, as it can reach low bitrates. When you demultiplex .ram, you end up with . ra (audio) and .rm (video). If you have done some video editing, you would know this.
Asf, wma, divx and have even seen mpeg have been used for live-streaming. These are real files.
Windows Media Player uses a web plugin to decode .ram but has no access to .ram files saved to hdd. Windows Media Player Classic does access the codec to play .ram files off the hdd.
#311
Posted 31 October 2004 - 07:45 AM
@SiMoNsAyS
I'm not FBI or IRS and this forum not for that. If you don't wont to share it's up to you.
BTW, I'm sorry too, because I'm running Windows XP pro with SP2 on Pentium 2 - 133 MHz, 32 MB RAM ,500MB HDD and also don't care belive me or not.
thanks.
moo
#312
Posted 31 October 2004 - 10:32 AM
@moo i'm sure you're not FBI or IRS (LoL) and it's not a thing about what share and what not (really LoL) because if you read a few posts back RaveRod shows how to associate those file extensions with WMP10 and as you can read on many posts (like mine) it can be played without problems, it's only that if some1 wants a screenshot to demostrate it...
if you have followed all the steps, it's a matter of your hardware (yeah i believe you
#313
Posted 31 October 2004 - 05:48 PM
moo, on Oct 31 2004, 07:45 AM, said:
133mhz machine with 32mb of ram? gezz WinXP will choke your rig to death and it'll bring it down to knee and begging you put it out of misery.
#314
Posted 31 October 2004 - 06:50 PM
Let me enlighten you. Here is a link. Use right-click and save target as. You will download a 790kb file that can be played off the hdd.
I have a few hundred mbs of ram files. I also have a friend who loves realplayer and its format. He has gigs of it (movies and music clips). Realproducer, if I remember correctly, is the tool for editing this files, as they are audio/video files.
The fact is, that people use this format for everyday use, not just streaming.
btw, you may need windows media player classic or zoomplayer to play this file from the hdd.
#315
Posted 31 October 2004 - 08:50 PM
as you can see in the attached shot what you download is a .RM file (wayne-spin.ram.rm be sure to "show hidden extensions for known file types").
i'm currently watching it in WMP10. i think it's a vipper, isn't it? anyway nice black "stripped-white" car
i'm having problems capturing the overlay you know i think fraps can do it...
#316
Posted 31 October 2004 - 08:58 PM
you can think that it was watched with realone and there took the screenshot, but i don't have it installed. in the hd i own a lot of .mov files that are played perfectly too so yes, this pack is a MUST have!
edit: double clicking the file didn't work, there must be a little bug in raverod code but i think i've solve it. i'll post advances ASAP.
edit: haha! i've found it
@echo off
cmdow @ /HID
REM Variables
FOR %%A IN ("%PROGRAMFILES%") DO SET SHORTPF=%%~sA
REM WMP10
REG ADD "HKLM\SOFTWARE\Classes\RealPlayer.RA.6\shell\Open\command" /VE /D "%SHORTPF%\Windows Media Player\wmplayer.exe /Open \"%%L\"" /f
REG ADD "HKLM\SOFTWARE\Classes\RealPlayer.RAM.6\shell\Open\command" /VE /D "%SHORTPF%\Windows Media Player\wmplayer.exe /Open \"%%L\"" /f
REG ADD "HKLM\SOFTWARE\Classes\RealPlayer.RM.6\shell\Open\command" /VE /D "%SHORTPF%\Windows Media Player\wmplayer.exe /Open \"%%L\"" /f
REG ADD "HKLM\SOFTWARE\Classes\RealPlayer.RV.6\shell\Open\command" /VE /D "%SHORTPF%\Windows Media Player\wmplayer.exe /Open \"%%L\"" /f
REG ADD "HKLM\SOFTWARE\Classes\movfile\shell\Open\command" /VE /D "%SHORTPF%\Windows Media Player\wmplayer.exe /Open \"%%L\"" /f
REG ADD "HKLM\SOFTWARE\Classes\movfile\DefaultIcon" /VE /D "%systemroot%\system32\QuickTime\quicktime.ico" /f
REG ADD "HKLM\SOFTWARE\Classes\qtfile\shell\Open\command" /VE /D "%SHORTPF%\Windows Media Player\wmplayer.exe /Open \"%%L\"" /f
REG ADD "HKLM\SOFTWARE\Classes\movfile\DefaultIcon" /VE /D "%systemroot%\system32\QuickTime\quicktime.ico" /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.rm" /v "Runtime" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.rm" /v "Permissions" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.ram" /v "Runtime" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.ram" /v "Permissions" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.ra" /v "Runtime" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.ra" /v "Permissions" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.mov" /v "Runtime" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.mov" /v "Permissions" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.qt" /v "Runtime" /t REG_DWORD /d 1 /f
REG ADD "HKCU\SOFTWARE\Microsoft\MediaPlayer\Player\Extensions\.qt" /v "Permissions" /t REG_DWORD /d 1 /f
save it as a .cmd file and run it from runonceex, this will solve the icons bug and double clicking a real or quicktime file will play it on wmp10!!
This post has been edited by SiMoNsAyS: 31 October 2004 - 09:09 PM
#317
Posted 31 October 2004 - 09:16 PM
btw, if you can download it as I suggested, you would get a saved ram file.
Attached File(s)
-
rampic.JPG (27.45K)
Number of downloads: 44
#318
Posted 31 October 2004 - 09:26 PM
Quote
btw, if you can download it as I suggested, you would get a saved ram file.
first what you download it's a bad named .RM file and second, you can watch real and quicktime movies with wmp10 so now breath and go to check it, if my point is correct i'll wait a big SORRY.
anyway we need a 3rd tester so... any1?
edit: i should put this on big bold yellow caracters, because our friend @MHz needs a good probe, well download that file and hex edit it with your favorite hex editor. i'll copy the first lines...
Quote
......y..Audio Stream.audio/x-pn-realaudio...V.ra......ra5
This post has been edited by SiMoNsAyS: 31 October 2004 - 09:35 PM
#319
Posted 31 October 2004 - 09:43 PM
Attached File(s)
-
rampic2.JPG (78.5K)
Number of downloads: 44
#320
Posted 31 October 2004 - 11:27 PM
- ← Anyone know silent install switches for TeamViewer?
- Application Installs
- Xara Designer Pro 7.1.1.17.261 + Sn →



Help


Back to top









