Linux - General This Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
08-22-2015, 03:15 AM
|
#1
|
Senior Member
Registered: Apr 2003
Posts: 3,695
Rep:
|
What is the easy way converting .mov file to mp4
Hi all,
I have .mov files download from IPhone. Please advise the easy way converting them to .mp4
Thanks
Regards
satimis
|
|
|
08-22-2015, 04:23 AM
|
#2
|
Member
Registered: May 2015
Location: Latvia
Distribution: Arch, Centos
Posts: 368
|
Code:
ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4
|
|
|
08-22-2015, 06:14 AM
|
#3
|
Senior Member
Registered: Apr 2003
Posts: 3,695
Original Poster
Rep:
|
Hi,
I have been trying >1 hour to get ffmpeg installed on Ubuntu 14.04
Finally following commands worked for me
$ sudo add-apt-repository ppa:mc3man/trusty-media
$ sudo apt-get update
Code:
.....
Fetched 1,941 kB in 13s (141 kB/s)
W: Failed to fetch http://hk.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-amd64/Packages Hash Sum mismatch
W: Failed to fetch http://hk.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-amd64/Packages Hash Sum mismatch
W: Failed to fetch http://hk.archive.ubuntu.com/ubuntu/dists/trusty-updates/main/binary-i386/Packages Hash Sum mismatch
W: Failed to fetch http://hk.archive.ubuntu.com/ubuntu/dists/trusty-updates/universe/binary-i386/Packages Hash Sum mismatch
W: Failed to fetch http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu/dists/trusty/main/binary-amd64/Packages 404 Not Found
W: Failed to fetch http://ppa.launchpad.net/jon-severinsson/ffmpeg/ubuntu/dists/trusty/main/binary-i386/Packages 404 Not Found
.....
$ sudo apt-get install ffmpeg gstreamer0.10-ffmpeg
$ which ffmpeg
Quote:
Originally Posted by ugjka
Code:
ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4
|
Your advice works for me. Thanks
satimis
|
|
|
08-22-2015, 08:59 AM
|
#4
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
Out of curiosity why did you have to add a PPA to install a package that's in the Ubuntu repositories?
http://packages.ubuntu.com/search?su...searchon=names
|
|
|
08-22-2015, 11:31 AM
|
#5
|
Senior Member
Registered: Apr 2003
Posts: 3,695
Original Poster
Rep:
|
Quote:
Originally Posted by 273
|
Hi,
Before adding PPA I couldn't install ffmpeg.
$ sudo apt-get install ffmpeg
Code:
package not found ....
something like that.
I have spent sometimes searching for a solution without result. Most threads found required adding PPA. But all suggestions didn't work until I found the solution mentioned in my previous posting
satimis
|
|
|
08-22-2015, 11:36 AM
|
#6
|
LQ Addict
Registered: Dec 2011
Location: UK
Distribution: Debian Sid AMD64, Raspbian Wheezy, various VMs
Posts: 7,680
|
Ah, I see, it seems Ubuntu has moved to libav rather than ffmpeg so the Ubuntu equivalent is probably something like avconv from libav-tools.
|
|
|
08-22-2015, 12:14 PM
|
#7
|
Senior Member
Registered: Apr 2003
Posts: 3,695
Original Poster
Rep:
|
Quote:
Originally Posted by 273
Ah, I see, it seems Ubuntu has moved to libav rather than ffmpeg so the Ubuntu equivalent is probably something like avconv from libav-tools.
|
Yes, you're right.
When I tried sorting out my problem I found some articles suggesting me turning to avconv
satimis
|
|
|
All times are GMT -5. The time now is 09:25 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|