FFMPEG install problem on Unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers FFMPEG install problem on Unix
# 1  
Old 02-12-2012
FFMPEG install problem on Unix

Guys,

I'm new on Unix and I was hoping you could help me installing ffmpeg on Apple TV 1st Gen, which is a Unix based OS. This is the version of Unix.

Darwin AppleTV.local 8.8.2 Darwin Kernel Version 8.8.2: Mon Jan 29 18:57:29 PST 2007; root:xnu-792.94.18~1/RELEASE_I386 i386 i386


I was following the tutorial on the page Link: documentation.hwdmediashare.co.uk/wiki/Setting_up_your_server_for_hwdVideoShare#Install_FFMPEG but the "make distclean" and the following commands didn't work. It shows "command not found".

Do you know why does it happen? Do I have to install a package or something extra?

Here are the commands that didn't work:

# make distclean # ./configure --enable-gpl --enable-version3 --enable-nonfree --enable-shared --enable-libmp3lame --enable-libx264 --enable-libfaac --enable-libvorbis --enable-libopencore-amrnb --enable-libopencore-amrwb # make clean && make && make install # make tools/qt-faststart
# 2  
Old 02-12-2012
Are you sure you're in the same folder as it?

If you don't have make, you're going to need it.
# 3  
Old 02-13-2012
Corona688, I'm on the same folder, but I still get the same error "Command not found".

Do you know how could I install the make command? Maybe that's a modified version of unix and it didn't come, would that be possible?

Thanks.
# 4  
Old 02-13-2012
You're going to need a whole lot more than make, you're going to need all of gcc and maybe a few other tools. It could end up being hundreds of megs of custom-built stuff.

Do you know what processor this system is? If it's possible to build the code somewhere else, that'd be prefereable.
# 5  
Old 02-13-2012
I believe the processor is 1ghz, I wouldn't like to stuff it and it would be significantly slower latter.

Is it possible to install GCC and then uninstall it? Maybe I could try this one first and if it makes it slower I would have to format it all.

I don't have another PC with unix, but I believe I could install Ubuntu. Would that work? How would I build the code there and then bring it back to Apple TV?
# 6  
Old 02-13-2012
A 1Ghz what, though?

Adding files to a system doesn't make it slower. Files just sit there. What I'm concerned about is 1) whether this system has room at all, being some sort of embedded thing
2) whether installing gcc on this thing would work or is even possible.
# 7  
Old 02-14-2012
The processor is a 1Ghz Intel Pentium M (code named Crofton) with 256 MB of 400*MHz DDR2 SDRAM, and has 160gb of HD

Do you think its possible to install the GCC? If not, could help me building the code on another pc and then bringing it here?

By the way, I am assuming that FFMPEG is the best (or more adequated) app for converting videos, right?
 
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Ffmpeg

Hello everyone, I am new here so forgive me if this is in the wrong place. I am new to shell script and am trying to write a script to use with a program called ffmpeg. Would this be something I could get help with here? set /p VIDEO=Enter full name of video file on desktop: md... (7 Replies)
Discussion started by: junorich
7 Replies

2. Windows & DOS: Issues & Discussions

Qt windows 10 install problem?

qt windows 10 install problem? (0 Replies)
Discussion started by: kaja
0 Replies

3. Windows & DOS: Issues & Discussions

FFMPEG command problem...

Hi, Currently having some trouble with FFMPEG.... I have the following files: 0001_.gif 0002_.gif ............. 0584_.gif 0585_.gif 0586_.gif 0587_.gif 0588_.gif 0589_.gif 0590_.gif 0591_.gif And am trying to use ffmpeg to join them to a video as follows: (7 Replies)
Discussion started by: pasc
7 Replies

4. OS X (Apple)

FFMPEG install on 10.4.11, errors compiling and also using port

i've got an older white macbook running 10.4.11. about 5 years old i think. trying to install ffmpeg in 2 different ways. having errors on both. first tried this one: ffmpeg installation on Mac OSX and i got this error when i got down to "make" on the ffmpeg itself make(350) malloc: ***... (1 Reply)
Discussion started by: danpaluska
1 Replies

5. Debian

Install ffmpeg with x264 without root

Hi, I need help with following problem: I don't have a root access and i need to install ffmpeg with x264 support. The problem is, tha without root, I cannot install shared libraries to /usr/lib and ffmpeg won't find them. I tried multiple workaround, even setting LD_LIBRARY_PATH, but nothing... (1 Reply)
Discussion started by: chrisperry
1 Replies

6. SCO

Sco unix v/386 3.2 problem boot and install

Hi i have a problem after boot with N1 disk and putting N2 disk and pressing the enter in this message:Insert N2(filesystem) floppy and press after by this(pressing enter) the system is reboot!! why??? :confused: my old pc is a Pentium II 333mhz 3gb hd 64mb ram please help!! :( (3 Replies)
Discussion started by: panos_pit
3 Replies

7. Solaris

problem on install

I install seems corrupt, I feel the kernel is corrupt and would like to set the kernel to the default settings(i heard this will fix the problem) anyone know how to do this? (1 Reply)
Discussion started by: csaunders
1 Replies

8. AIX

Install Sophos Problem

Dear all, when i try to install sophos to my AIX server, it display the error "/opt/IBM/ITM/bin/unix is not a directory" ( the detail screen is attached). is i need to create that directory manually or there is other situation in here? Thanks Rick Wong (2 Replies)
Discussion started by: rickhlwong
2 Replies

9. UNIX for Dummies Questions & Answers

kdevelop problem install

Dear All I am trying to install KDevelop 3.0.0. on Mandrake 9.2. I have installed all the required dependencies but for some reason when I configure KDevelop it can't find Berkeley DB...although I know its on the system. I just installed it. I'm quite perplexed. Can anyone help? Last line of... (4 Replies)
Discussion started by: u6ik
4 Replies

10. UNIX Desktop Questions & Answers

is there any problem that install windows2000 and unix on one computer

I want to know if there is any problem that install windows2000 and unix or linux on same computer.I partition my harddisk to 4, 3 of 4 are NTFS, 1 is FAT32, I want to install unix or linux on this partition.how should I do??? (6 Replies)
Discussion started by: sw_water
6 Replies
Login or Register to Ask a Question