-2

I am trying to istall ffmpeg on cPanel but I get stuck on this line

svn checkout svn://svn.ffmpeg.org/ffmpeg/trunk ffmpeg

I'm following tutorial from http://www.serverhostingsecrets.com/tutorials/cpanel-ffmpeg-howto/

Can someone please help me out here.

Chirag
  • 271
  • 1
  • 4
  • 11
  • Do you have subversion installed? What's the error you get when you try? – James L Nov 13 '10 at 03:50
  • provide at least OS / error message information ... whe are out of crystal balls today, sorry :( – Kristaps Nov 13 '10 at 12:16
  • I dont think I have subversion installed. How can I install it? Also I am running CentOS 64-bit.When I run that line it just gets stuck there. And after a while spits out timeout error – Chirag Nov 15 '10 at 02:37

1 Answers1

1

Grab the latest release, extract it (tar -xvjpf ffmpeg-0.6.1.tar.bz2), and continue with the tutorial. That should get you around the SVN requirement.

ben lemasurier
  • 768
  • 6
  • 21
  • or better grab the binary somewhere ! there is no need for packages with multimedia - package updates tend to break things by my experience, so get binary from some working system of yours and copy it there. The Ubuntu 10.10 is the first usable ffmpeg I saw in the distros in the long time... – Qiqi Jan 30 '11 at 03:43