.FLV videos

Asked by bridabom73

I play some of my .FLV videos and they look like this. http://i276.photobucket.com/albums/kk31/DukemonDX/Screenshot-8.png But then others are fine. Are the videos damaged or should I be running them in a different program?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu totem Edit question
Assignee:
No assignee Edit question
Solved by:
Bhavani Shankar
Solved:
Last query:
Last reply:
Revision history for this message
Johannes Pilkahn (j-pilkahn) said :
#1

Have you tried VLC? Haven't seen an .flv that doesn't open in VLC correctly...

Revision history for this message
Best Bhavani Shankar (bhavi) said :
#2

You can use MPlayer or VLC to read .flv files.

To install mplayer or vlc

Enable extra repositories

http://psychocats.net/ubuntu/sources

after getting all the required repositories enabled

Type the following command in a terminal (applications -> accessories -> terminal)

sudo aptitude install vlc

(For VLC)

For mplayer

sudo aptitude install mplayer

You can also convert your file into another format with ffmpeg : "$ ffmpeg -i your_original_file.flv new_file.mpg". So you can open it with your favourite player.

Regards

Revision history for this message
bridabom73 (bridabom73) said :
#3

Woot! It works, so now I know its just the player, not the videos! I don't have to re-download them!!! :) THANKS!

Revision history for this message
bridabom73 (bridabom73) said :
#4

Thanks Bhavani Shankar, that solved my question.