运行ram扩展文件 [英] Run ram extended files

查看:70
本文介绍了运行ram扩展文件的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

好吧,我想从互联网上流式传输扩展的ram文件,所以我做了这段代码

 AxWindowsMediaPlayer1.URL = "  



例如,此代码是..AxWindowsMediaPlayer1开始以任何方式连接文件并进行缓冲,然后什么也没有发生. "h2_lin">解决方案

.ram是Real Audio文件,Media Player不知道如何处理.据我所知,尚无可与Media Player一起使用的编解码器.


您可以针对这种格式和许多类似格式使用K-Lite代码包.请参阅:
http://en.wikipedia.org/wiki/K-Lite_Codec_Pack [ http://codecguide.com/ [ ^ ].

另一种方法是使用ffmpeg将您的媒体文件转码为可以使用的文件.请参阅:
http://en.wikipedia.org/wiki/FFmpeg [ http://ffmpeg.org/ [ ^ ].

我现在使用的是2012年5月13日的版本,您的格式是Real media(RealAudio或RealVideo);此版本的编解码器列表显示:
编解码器:

 D ..... =支持解码
.E .... =支持编码
..V ... =视频编解码器
..A ... =音频编解码器
..S ... =字幕编解码器
... S .. =支持draw_horiz_band
.... D. =支持直接渲染方法1
..... T =支持怪异的帧截断

D A D ralf RealAudio无损
DEA D real_144 RealAudio 1.0(14.4K)
D A D real_288 RealAudio 2.0(28.8万)
DEV D RV10 RealVideo 1.0
DEV D RV20 RealVideo 2.0
D V D rv30 RealVideo 3.0
D V D rv40 RealVideo 4.0
D A D sipr RealAudio SIPR/ACELP.NET



当然,两种工具都可以免费使用.

祝你好运,

—SA


well i want to stream extended ram file from the internet so i did this code

AxWindowsMediaPlayer1.URL = "http://www.mysite.com/files/thefile.ram"



this code is for example..any way the AxWindowsMediaPlayer1 start to connect tot he file and buffering then nothing happen..so i wonder dos it need spesific codec or ther''s another tool to run and stream ram extended files

解决方案

.ram is a Real Audio file, which Media Player does not know how to handle. As far as I know, there is no codec for it to make it work with Media Player.


You can use K-Lite Code Pack for this and many similar formats. Please see:
http://en.wikipedia.org/wiki/K-Lite_Codec_Pack[^],
http://codecguide.com/[^].

Another way is using ffmpeg to transcode your media files into something you can work with. Please see:
http://en.wikipedia.org/wiki/FFmpeg[^] (please see the list of the supported format here, some Real formats you may need are supported),
http://ffmpeg.org/[^].

I''m using the version of May 13, 2012 right now and your format is Real media (RealAudio or RealVideo); the codec list for this versions shows:
Codecs:

D..... = Decoding supported
.E.... = Encoding supported
..V... = Video codec
..A... = Audio codec
..S... = Subtitle codec
...S.. = Supports draw_horiz_band
....D. = Supports direct rendering method 1
.....T = Supports weird frame truncation

D A D  ralf RealAudio Lossless
DEA D  real_144 RealAudio 1.0 (14.4K)
D A D  real_288 RealAudio 2.0 (28.8K)
DEV D  rv10 RealVideo 1.0
DEV D  rv20 RealVideo 2.0
D V D  rv30 RealVideo 3.0
D V D  rv40 RealVideo 4.0
D A D  sipr  RealAudio SIPR / ACELP.NET



Of course, both tools are free to use.

Good luck,

—SA


这篇关于运行ram扩展文件的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆