Results 1 to 10 of 10
I need a mp4 converter that I can get, if possible one through the package manager. Thanks....
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 04-05-2009 #1
mp4 converter?
I need a mp4 converter that I can get, if possible one through the package manager. Thanks.
- 04-05-2009 #2
You could try this, although I do not use it nor do I know if it offers the support you need.
Download avi & mp4 converter 0.0.2 for Linux - avi & mp4 converter is a Nautilus script that allows you to convert between different video formats. - SoftpediaI do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
I'd rather be lost at the lake than found at home.
- 04-05-2009 #3
- 04-06-2009 #4Linux Guru
- Join Date
- Nov 2007
- Location
- Córdoba (Spain)
- Posts
- 1,513
mencoder can convert almost anything.
- 04-07-2009 #5
I installed the mencoder but how do I open it, I couldn't find it.
- 04-30-2009 #6Just Joined!
- Join Date
- Apr 2009
- Posts
- 26
You could use the free program with Wine mediacoder. Its worked quite well for me, but cannot convert all iTunes files (though it did convert most).
- 05-02-2009 #7
The application may be command line only, in which case you will not find a menu entry for it. Rather open a terminal and type "men" and then press tab to try and complete it. Failing this...
You can use your package manager to identify for you where all the files from the package were installed. In my case "rpm -qa '*<package>*'" to get the correct package name, and then "rpm -q <package name> --list" to see where everything went. Pipe to less if the output is long, "rpm -q <package name> --list | less". [You will have to use apt-cache for Ubuntu???]
Look for a file "mencoder" copied to some directory outside of /usr/sbin, like /opt/ perhaps in the list of installed files. Then run the file from there.Respectfully... Sarlac II
~~
The moving clock K' appears to K to run slow by the factor (1-v^2/c^2)^(1/2).
This is the phenomenon of time dilation.
The faster you run, the younger you look, to everyone but yourself.
- 05-02-2009 #8
Oh yeh, and if you are looking to convert DVD's to MP4 (you didn't specify a conversion direction), then try "handbrake" in your repository.
- 06-12-2009 #9Just Joined!
- Join Date
- Jun 2009
- Posts
- 17
Super C is good for Converting and is reliable
- 06-14-2009 #10Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 10,152
Personally, I prefer ffmpeg for video/audio conversion purposes. It's multi-threaded, works with just about every audio/video type known to human-kind, and even though it is command-line driven, it isn't too difficult to use, after a bit of experimentation to get the best results for your purposes.
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote

