Tell me more ×
Ask Ubuntu is a question and answer site for Ubuntu users and developers. It's 100% free, no registration required.

The terminal is where everything gets done in linux.

So if this is true?

How can I start a .avi extension file format from the Terminal?

share|improve this question

1 Answer

In general you start any command from a terminal by entering the command.

So to edit a file with gedit

gedit file_to_edit

An .avi is no different, just a different command

banshee your.avi

You may use any media player you wish.

the only thing is an avi itself is a container, so you may need to install some codics. codics are the tools to play mp3 and other audio visual files.

this link may help

LinuxCommand

share|improve this answer
cool thanks for the link. – ubuntu-nerd Dec 11 '11 at 4:32
1  
general syntax is <program> <file to be played> – Vineet Menon Dec 11 '11 at 5:01

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.