|
What is a good command line tool to get the video bitrate of a divx or xvid avi file for linux?
Started by Kyle Brandt on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
The option -frames 0 tells it not to playback the file, and -vo null -ao null give it null drivers for video... .
$ mplayer -vo null -ao null -identify -frames 0 foo.avi
In particular, you want the -identify option .
You can use MPlayer to get that information.
|
|
When the user uploads a video (only divx/avi/mkv allowed) I'd like to get a thumbnail for the video so that is can be displayed in the divx player before play is clicked. Is there any way to do this is ASP.net or javascript.
Started by Jonathan on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
For more information on the exact parameters you might need to use, check out Creating... .
The easiest way to do this would be to use something like FFMpeg , though it's a command line application and you'd probably need to write some kind of wrapper around it .
|
|
The DivX player browser plugin has been working properly on my mac for a while, until it has recently stopped functioning.
The player loads properly, however, it appears to do nothing - the video fails to load, and the player fails to play.
This is consistent...
Started by blueberryfields on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at superuser):
If you just re-install, ....
Delete all the divx components divx software.
Also upgrading to Snow Leopard has stopped Flash from being able to kill any browser .
Upgrade to the latest versions of Flash and DivX, this solved it for me.
|
Ask your Facebook Friends
|
I have some simple WPF with a MediaElement which is, generally, working. I have some simple AVIs and WMVs which are working.
I have a DivX AVI that works fine in Media Player but doesn't render at all in the WPF MediaElement control. It plays the audio...
Started by Ronnie on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
|
|
I'm currently going through my DVD collection, and digitising it, to allow me to watch it on a media streamer (I'm NOT a filesharer!!)
I want to know what software i should use, to convert my DVD's to AVI divx format.
I currently use Xilisoft DVD ripper...
Started by alex on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at superuser):
If you do match original, ....
There is a option saying something like target aspect ratio .
To your original question, as you already have a copy of Xillisoft I am trying to do a solution without requiring anything extra
Look on the right settings column .
|
|
How can I embed any type of video onto a webpage, youtube seems to be able to upload any type of video and I'd like to know if I can do that too without huge amounts of resources and money (the website would be very small with definitely under 100 member...
Started by Jonathan on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
Decided to use Divx webplayer, as it does avi, divx, and mkv.
You can do the same, if you like.
For embedding.
|
|
Hi
I have had Windows 7 for about 2-3 months now. I installed DivX codec/player & all the stuff that comes with it after about 1 month use.
For the last few weeks I have been experiencing frequent crashes of my Windows Explorer whenever I try to open ...
Started by ppdjoy on
, 14 posts
by 2 people.
Answer Snippets (Read the full thread at cnet):
I thought the dll that you were talking....
So I think it has something to do with DivX.
Try OTHER versions of DIVX and be very sure your DivX & all its components, the problem was no more.
Is to unregister a dll but I don't like that one .
|
|
The question itselft tells a lot, can anybody tell me how or point me to the right tutorial? thank you
Answer Snippets (Read the full thread at serverfault):
There's also a good program called MPlayer (google will find it) but in my experience it's less user-friendly :)
Check out the CentOS... .
Have a look at VLC:
http://videolan.org/vlc
It's an excellent, cross-platform media player that supports many formats .
|
|
Hi, i'm really new to linux. I have tried searching the web for how to install divx or codecs on my acer aspire one. This machine uses linpus.
any help would be appreciated
Started by Hagland on
, 15 posts
by 8 people.
Answer Snippets (Read the full thread at linuxquestions):
I have tried searching the web for how to install divx or codecs on my acer aspire one.
This machine to linux.
I have tried searching the web for how to install divx or codecs on my acer aspire one.
|
|
So what is the currently preferred way to add DivX streaming support to Firefox? RPMFusion is added.
Started by CrimsonKing on
, 4 posts
by 3 people.
Answer Snippets (Read the full thread at fedoraforum):
The npapi-vlc (formerly mozilla-vlc) package from rpmfusion-nonfree repo does divX, and just about.
|