Using Media Player Watching friends(II)
Download the software:
http://www.real.com/realplayer/download
I get the deb package
http://cache-download.real.com/free/unix/RealPlayer11GOLD.deb
install it. But it does not work.
I try to play the movie with command
>mplayer began.mkv
I get the error message:
Opening video decoder: [realvid] RealVideo decoder
Win32 LoadLibrary failed to load: drvc.dll, /usr/lib/codecs/drvc.dll
Error loading dll
ERROR: Could not open required DirectShow codec drvc.dll.
Read the RealVideo section of the DOCS!
VDecoder init failed
Opening video decoder: [realvid] RealVideo decoder
Called unk__beginthreadex
Selected video codec: [rv40win] vfm: realvid (Win32 RealPlayer 9 RV40)
>mencoder inputfile.mkv -ovc lavc -oac lavc -o outputfile.avi
I get error message:
[mp2 @ 0x92bd9c0]bitrate 224 is not allowed in mp2
So I try the command like this:
>mencoder inputfile.mkv -oac lavc -ovc lavc -lavcopts abitrate=160 -o outputfile.avi
It can work, but it is not a good way.
During my apt-get install command, it always show this error message:
dpkg: error processing firmware-b43-installer (--configure):
I try to fix this problem:
>sudo apt-get install -f
>sudo dpkg --configure -a
>sudo apt-get purge firmware-b43-installer
references:
http://rainx.cn/blog/archives/116
http://ubuntuforums.org/showthread.php?p=10165388#post10165388
分享到:
相关推荐
在Windows CE 6.0(简称CE6)环境中,C#开发者经常需要集成多媒体功能,这时Windows Media Player(WMP)控件成为一个常用的解决方案。本文将深入探讨如何在C#项目中调用并使用Windows Media Player组件,以及解决在...
在本文中,我们将深入探讨如何使用C#编程语言与Windows Media Player控件来创建一个功能齐全的媒体播放器。Windows Media Player控件是.NET Framework的一部分,允许开发人员将媒体播放功能集成到他们的应用程序中,...
在C#中调用多媒体播放器,如Windows Media Player(简称MediaPlayer),可以帮助开发者实现应用程序内的音频播放功能。本教程将深入探讨如何利用C#调用MediaPlayer控件来播放音乐,并分享一个经过长期研究和改进的...
在本文中,我们将深入探讨如何使用Visual Studio 2005和C#语言增强Windows Media Player功能。Windows Media Player(WMP)是微软提供的一款多媒体播放器,它支持多种音频和视频格式,提供了丰富的播放控制和媒体...
### WindowsMediaPlayer插件属性与方法详解 #### 一、引言 Windows Media Player(WMP)作为一款由微软开发的多媒体播放器,在多种操作系统中都有着广泛的应用。它不仅支持多种媒体格式,还提供了丰富的API接口供...
在IT行业中,有时候我们需要在应用程序中实现音频播放功能,但不依赖特定的媒体播放器,例如Media Player。这里我们探讨如何使用C#编程语言来绕过Media Player,直接调用系统底层的音频处理函数,以实现更加灵活和...
在本文中,我们将深入探讨如何在C#编程环境中利用Windows Media Player内核创建一个功能丰富的播放器应用。Windows Media Player控件(WMP)是一个强大的工具,它允许开发者通过简单的API调用来实现音频和视频的播放...
集成媒体播放器的iOS使用迅捷本教程讲授如何使用Swift将Media Player集成到iOS应用程序中。 借助iOS提供的MediaPlayer框架,我们将把媒体播放功能集成到我们的应用程序中。 您可以在此处找到有关如何使用代码库的...
using Windows.Media; ``` 2. 创建MediaPlayer实例: 在你的类中,你需要创建一个MediaPlayer对象。这将作为播放器的核心组件。 ```csharp MediaPlayer mediaPlayer = new MediaPlayer(); ``` 3. 加载媒体...
MPUI/Mplayer ... ... 3nity Media Player 3.0.0.2 *Found and corrected: a display bug with main program menu on windows xp *Found and corrected: a duplicate data in the setup program.
- Using-screensavers-inside-the-Windows-Media-Player.pdf:这是一个PDF文档,很可能提供了关于如何在WMP中使用屏幕保护程序的详细教程或者技术指南。 - LogOn.aspx?rp=%2FKB%2Faudio-video%2FSheepWMP%2FSheepWMP...
player.OpenFile("path_to_media_file.mp3"); player.Play(); ``` 在提供的压缩包中,`CSharpAPlayerDemo.sln`是一个Visual Studio解决方案文件,包含了整个项目的配置信息。打开这个文件,我们可以看到项目结构和...
Sample Code for Using the Windows Media Audio and Video Codec Interfaces
可以通过以下代码实例化一个`WindowsMediaPlayer`对象: ```csharp using WMPLib; public class MediaPlayerExample { private WindowsMediaPlayer _player; public MediaPlayerExample() { _player = new ...
### Visual Media Processing Using MATLAB: A Comprehensive Guide for Beginners In today’s digital age, visual media processing is an essential skill for anyone involved in the creation, editing, or ...
Introducing Microsoft Expression Studio: Using Design, Web, Blend, and Media IntroducingExpressionStudio.jpg (13.24 KB) 2009-7-13 17:29 Introducing Microsoft Expression Studio: Using Design, Web, ...
This book follows a step-by-step approach to teach readers the concepts of social media analytics using the Python programming language. To explain various data analysis processes, real-world datasets...
Visualize and analyze data from social media platforms to understand and model complex relationships using various concepts and techniques such as Sentiment Analysis, Topic Modeling, Text ...