![]() |
2009-05-31
, 11:55
|
|
Posts: 4,274 |
Thanked: 5,358 times |
Joined on Sep 2007
@ Looking at y'all and sighing
|
#2
|
The Following 2 Users Say Thank You to qwerty12 For This Useful Post: | ||
![]() |
2009-05-31
, 12:28
|
Posts: 5 |
Thanked: 2 times |
Joined on Jan 2009
@ NH, USA
|
#4
|
![]() |
2009-05-31
, 13:20
|
Posts: 882 |
Thanked: 1,310 times |
Joined on Mar 2007
|
#5
|
apt-get install libfaad2-0
![]() |
2009-10-13
, 03:32
|
Posts: 232 |
Thanked: 32 times |
Joined on Jul 2009
@ Idaho
|
#7
|
![]() |
2010-03-23
, 17:03
|
Posts: 28 |
Thanked: 7 times |
Joined on Mar 2010
|
#8
|
ffmpeg.zip
Sorry, no package. Needs few extra libs:
http://p.quinput.eu/debfarm/pool/lib...-0.0_armel.deb
and libfaad2-0 from extras:
Code:apt-get install libfaad2-0
![]() |
2010-03-23
, 17:21
|
Posts: 1,341 |
Thanked: 708 times |
Joined on Feb 2010
|
#9
|
$ ffmpeg2theora -p padma anyTypeOfVideo.avi
$ ffmpeg2theora -p info
...
padma Video: 640x360 for 16:9 material, 640x480 for 4:3 material
Quality 6
Audio: Max 2 channels - Quality 3
The Following User Says Thank You to zimon For This Useful Post: | ||
![]() |
2010-03-24
, 04:03
|
Posts: 28 |
Thanked: 7 times |
Joined on Mar 2010
|
#10
|
1. Copy ffmpeg to /usr/local/bin.
2. Execute the following in Terminal (as admin):
Now you have a working version of ffmpeg in the Terminal.Code:sudo chown root:wheel /usr/local/bin/ffmpeg sudo chmod 755 /usr/local/bin/ffmpeg
sudo chown root /usr/local/bin/ffmpeg sudo chmod 755 /usr/local/bin/ffmpeg
Does anyone know if there are maemo packages of FFMpeg or MEncoder? If not, are there other tools that would do the same thing?
Thanks!