 |
 |
 |
 |
| Using Fedora General support for current versions. Ask questions about Fedora and it's software that do not belong in any other forum. |

8th October 2010, 07:34 PM
|
|
Registered User
|
|
Join Date: Oct 2010
Age: 22
Posts: 3

|
|
|
No video playback, only audio.
Hi guys, I've looked around the forum for someone with a similar problem, but I found nothing. I recently installed Fedora 13 in my laptop, installed the audio codecs(mp3..and etc) and worked just like a dream. But every time I try to play a mpeg, avi, mov file in a player (vlc, xine, mplayer) I get no video, just a black screen. But I get the audio from the video. Any ideas?
thanks.
|

8th October 2010, 09:25 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Posts: 492

|
|
|
Re: No video playback, only audio.
Hi,
Regarding mplayer, it ships with video output set by default to VDPAU. If you don't have an nVidia card + nv driver, you end up with black screen. For mplayer, check the video settings in the GUI. "xv" is a reasonable choice for non-VDPAU users.
WWell,
|

8th October 2010, 10:08 PM
|
 |
Registered User
|
|
Join Date: Apr 2010
Location: uk
Posts: 726

|
|
|
Re: No video playback, only audio.
Hello
play the vid from the command line with mplayer
Code:
mplayer ~/videos/vid.avi
press q and post the result
__________________
fedora 14 fluxbox and gnome2 hp compaq nx9030 laptop 2Gb ram, helicopter landing pad, jacuzzi, mini fridge, gateway to alternative dimension
|

9th October 2010, 02:33 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Age: 22
Posts: 3

|
|
|
Re: No video playback, only audio.
[wencelewski@mauro-notebook Green.Street.Hooligans[2005]DvDrip[Eng]-aXXo]$ mplayer Green.Street.Hooligans\[2005\]DvDrip\[Eng\]-aXXo.avi
MPlayer SVN-r31628-4.4.4 (C) 2000-2010 MPlayer Team
mplayer: could not connect to socket
mplayer: No such file or directory
Failed to open LIRC support. You will not be able to use your remote control.
Playing Green.Street.Hooligans[2005]DvDrip[Eng]-aXXo.avi.
AVI file format detected.
[aviheader] Video stream found, -vid 0
[aviheader] Audio stream found, -aid 1
VIDEO: [DX50] 488x338 12bpp 23.976 fps 795.8 kbps (97.1 kbyte/s)
Clip info:
Software: VirtualDubMod 1.5.10.1 (build 2366/release)
SUB: Added subtitle file (1): ./Green.Street.Hooligans[2005]DvDrip[Eng]-aXXo.srt
Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
[vdpau] Error when calling vdp_device_create_x11: 1
================================================== ========================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffodivx] vfm: ffmpeg (FFmpeg MPEG-4)
================================================== ========================
================================================== ========================
Opening audio decoder: [mp3lib] MPEG layer-2, layer-3
AUDIO: 48000 Hz, 2 ch, s16le, 96.0 kbit/6.25% (ratio: 12000->192000)
Selected audio codec: [mp3] afm: mp3lib (mp3lib MPEG layer-2, layer-3)
================================================== ========================
AO: [pulse] 48000Hz 2ch s16le (2 bytes per sample)
Starting playback...
Movie-Aspect is 1.44:1 - prescaling to correct movie aspect.
VO: [xv] 488x338 => 488x338 Planar YV12
A: 3.1 V: 3.1 A-V: 0.004 ct: -0.044 75/ 75 31% 3% 3.0% 2 0
that's what appeared!
|

11th October 2010, 07:54 PM
|
 |
Registered User
|
|
Join Date: Apr 2010
Location: uk
Posts: 726

|
|
|
Re: No video playback, only audio.
Hello
sorry about the delay, well everything looks ok in that file, a normal avi, divx vid and mp3 audio.
Do you have gstreamer plugins bad and ugly installed ? they're available from rpmfusion, they should be all you need
You could try a different video driver, if you type you should see a list of available drivers, the first I'd try is x11 like this
Code:
mplayer -vo x11 ~/video.avi
one last thing, you haven't mentioned using ffplay which can only be done from the command line, seems to work when all else fails
__________________
fedora 14 fluxbox and gnome2 hp compaq nx9030 laptop 2Gb ram, helicopter landing pad, jacuzzi, mini fridge, gateway to alternative dimension
|

12th October 2010, 06:46 AM
|
|
Registered User
|
|
Join Date: Oct 2010
Age: 22
Posts: 3

|
|
|
Re: No video playback, only audio.
Quote:
Code:
mplayer -vo x11 ~/video.avi
|
Okay, that worked. But how can I manage to use that codec on vlc? And yes, I have gstreamer ugly and bad installed.
|

12th October 2010, 07:22 PM
|
|
Registered User
|
|
Join Date: Oct 2008
Posts: 492

|
|
|
Re: No video playback, only audio.
Hi,
"-vo x11" is not a codec. It defines which video output to use. On Linux you can use multiple "paths" to push the video to the screen: VDPAU (for nv driver and nVidia cards), xv (for most cards/driver which support the Xv extension of X Window system), SDL (for systems which have proper OpenGL support), x11 (a fail-safe if nothing better works).
On most modern video cards at least "xv" works properly. Try "mplayer -vo xv video.avi". If it works, chose "xv" as default output in teh Mplayer GUI (probably same for VLC). If not, come back here with the output of "lspci" to try and figure out what video card you have and which driver is used.
WWell,
|

5th November 2010, 06:33 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 3

|
|
|
Re: No video playback, only audio.
hello
new to fedora and linux no more windows user
I have a problem no video or audio play back
I get these msgs
mplayer and any app needs those plugins
MPEG-2 Video decoder
MPEG-1 Audio decoder
then the msg
Could not find plugin in any configured software source
Location not found.
please help
---------- Post added at 11:33 AM GMT ---------- Previous post was at 11:30 AM GMT ----------
update
I installed some alsa for audio decoder and what ever I can find reasonable for video decoder
same result
thanx
|

5th November 2010, 07:26 PM
|
 |
Registered User
|
|
Join Date: Apr 2010
Location: uk
Posts: 726

|
|
|
Re: No video playback, only audio.
Hello
the quick answer is click on the yellow fedora set-up guides at the top of this page and install autoten.
vlc has most of what you need built in as does mplayer both of which are excellent media players
welcome to the real world
__________________
fedora 14 fluxbox and gnome2 hp compaq nx9030 laptop 2Gb ram, helicopter landing pad, jacuzzi, mini fridge, gateway to alternative dimension
|

6th November 2010, 03:31 PM
|
|
Registered User
|
|
Join Date: Nov 2010
Posts: 3

|
|
|
Re: No video playback, only audio.
thanx guys foe the prompt response
VLC solved all audio video isues
thanx again
THANX bonedome
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 01:57 (Friday, 24-05-2013)
|
|
 |
 |
 |
 |
|
|