[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Playing Video



On 23/05/12 13:41, Ethan Rosenberg wrote:
> Dear List -
> 
> This might not be the correct address for this problem.  If it is not,
> please direct me appropriately.
> 
> I am trying to play a video. The following code is in Index1.html:
> 
>  <video width="320" height="240" controls="controls" src=
> <file:///home/ethan/Gingy/Converted_Files/DSCF0142.mov>"file:///home/ethan/Gingy/Converted_Files/DSCF0142.mov"
> type="video/mov" >


Should be:-

<video width="320" height="240" controls="controls"
src="file:///home/ethan/Gingy/Converted_Files/DSCF0142.mov"
type="video/mov" >

You'll probably get a mime type unknown error - with Iceweasel just tick
the "always use this application" (or similar) and select /usr/bin/vlc
as the handler in the pop-up dialog


Pick another handler if you prefer, mplayer should play Quicktime.
You're also missing a codecs parameter from the video tag - but doesn't
matter for local use. You'll need to modify your .htaccess if you want
to publish the tag.

<snipped>

> 
> If I try to play from the terminal - /usr/bin/mplayer
> /home/ethan/Gingy/Converted_Files/DSCF0142.mov
> 
> I receive the following errors:
> 
> [VD_FFMPEG] Trying pixfmt=0.
> Could not find matching colorspace - retrying with -vf scale...
> Opening video filter: [scale]
> The selected video_out device is incompatible with this codec.
> Try appending the scale filter to your filter list,
> e.g. -vf spp,scale instead of -vf spp.
> 
> Help and advice, please.

Mplayer may need some tuning - it appears you have the incorrect video
output module.


Try vlc - it 'should' work out of the box (*not* the one from
debian-multimedia).



Kind regards

-- 
Iceweasel/Firefox/Chrome/Chromium/Iceape/IE extensions for finding
answers to questions about Debian:-
https://addons.mozilla.org/en-US/firefox/collections/Scott_Ferguson/debian/


Reply to: