Notices


Reply
Thread Tools
Posts: 5 | Thanked: 2 times | Joined on Jan 2009 @ NH, USA
#1
I'm looking for a way to compile a series of JPEG images on my tablet into a video file. On my desktop, I'd use FFMpeg or MEncoder, but I haven't been able to find versions of these tools compiled for Maemo. I'm not looking to convert video on my desktop for playing on the tablet; I'm away from my computer for a month, and would like to use my tablet to do the video processing.
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!
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#2
http://www.mediafire.com/?0hqzwzzyytz - comes with mencoder. (thanks to Bundyo)
 

The Following 2 Users Say Thank You to qwerty12 For This Useful Post:
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#3
I have an ffmpeg binary if you are interested.
 

The Following User Says Thank You to ukki For This Useful Post:
Posts: 5 | Thanked: 2 times | Joined on Jan 2009 @ NH, USA
#4
An ffmpeg binary would be great. Thanks for the fast replies!
 
Posts: 882 | Thanked: 1,310 times | Joined on Mar 2007
#5
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
 

The Following 6 Users Say Thank You to ukki For This Useful Post:
sla_erick's Avatar
Posts: 30 | Thanked: 6 times | Joined on Aug 2008 @ Mexico
#6
how do i install the mplayer.tar.gz file on the tablet?
 

The Following User Says Thank You to sla_erick For This Useful Post:
Posts: 232 | Thanked: 32 times | Joined on Jul 2009 @ Idaho
#7
I'm not a linux person much but I think it needs to be chmod +x to be able to run... Im still a chmod noob though so don't take my word!
Edit oh... extract mencoder... perhaps it has a make or something in it? don't chmod the archive.

Last edited by Mgamerz; 2009-10-13 at 03:35.
 
Posts: 28 | Thanked: 7 times | Joined on Mar 2010
#8
Originally Posted by ukki View Post
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
i'm hoping to try this binary too but i'm stumped. could someone please explain how to "install" it?

getting the two libs are easy, i'm just stumped as to what to do with the "ffmpeg" file thats inside the zip archive.

thanks!!
 
Posts: 1,341 | Thanked: 708 times | Joined on Feb 2010
#9
btw, whether in PC (Linux, Windows, ...) or in tablet (if you get ffmpeg2theora compiled), I've found ffmpeg2theora to be best transcoding software for videos to be watched on N900.
http://v2v.cc/~j/ffmpeg2theora/download.html
(If you install to Fedora/Debian/Ubuntu, look from your repositories first as it surely is there also and it is more secure way to install anything that way.)

For example:
Code:
$ ffmpeg2theora -p padma anyTypeOfVideo.avi
Will ouput anyTypeOfVideo.ogv which has Theora as video codec, Vorbis as audio codec and the resolution is correctly resized to be good for N900 (800x480) and it knows how to handle both 4:3 and 16:9 sources. If you have interlaced video, it may recognize it correctly, but you can also force deinterlacing with --deinterlace option.
$ ffmpeg2theora -p info
...
padma Video: 640x360 for 16:9 material, 640x480 for 4:3 material
Quality 6
Audio: Max 2 channels - Quality 3
(For 16:9 material someone may want to tweak more)
 

The Following User Says Thank You to zimon For This Useful Post:
Posts: 28 | Thanked: 7 times | Joined on Mar 2010
#10
i'm trying real hard to figure out how to use this ffmpeg "binary." google found this for me:

1. Copy ffmpeg to /usr/local/bin.
2. Execute the following in Terminal (as admin):
Code:
   sudo chown root:wheel /usr/local/bin/ffmpeg
   sudo chmod 755 /usr/local/bin/ffmpeg
Now you have a working version of ffmpeg in the Terminal.
although i used gainroot and used this code instead:

Code:
sudo chown root /usr/local/bin/ffmpeg
sudo chmod 755 /usr/local/bin/ffmpeg
it didn't work for me, but am i going in the right direction?

Last edited by lowtek; 2010-03-24 at 05:13.
 
Reply


 
Forum Jump


All times are GMT. The time now is 07:59.