Questions tagged [ffmpeg]

FFmpeg is a free software project that produces libraries and programs for handling multimedia data. The most notable parts of FFmpeg are libavcodec, an audio/video codec library used by several other projects, libavformat, an audio/video container mux and demux library, and the ffmpeg command line program for transcoding multimedia files.

FFmpeg is a free software project that produces libraries and programs for handling multimedia data. The most notable parts of FFmpeg are libavcodec, an audio/video codec library used by several other projects, libavformat, an audio/video container mux and demux library, and the ffmpeg command line program for transcoding multimedia files.

99 questions
0
votes
2 answers

I cannot add Centos 7 repository to install FFMPEG

When trying to use this command to add ffmpeg repository in Centos 7, I tried to add the repository using this command: yum localinstall --nogpgcheck https://download1.rpmfusion.org/free/el/rpmfusion-free-release-7.noarch.rpm After several seconds,…
jstuardo
  • 155
  • 1
  • 7
0
votes
1 answer

How can I measure the load capacity of my video encoding server and plan for scaling?

I have a server running on Amazon EC2 that acts as a video encoder (LAMP CentOS + FFMPEG). How can I load test it with video files and get an idea of how many encodings it can handle. I can't seem to find where FFMPEG keeps a log file or how to…
undefined
  • 654
  • 2
  • 8
  • 18
0
votes
0 answers

Command FFMPEG works if runned from terminal but not from NGINX

i have a code like this /home/ubuntu/bin/ffmpeg -re -v verbose -i rtmp://localhost:1935/live/title_event \ -http_persistent 1 -http_user_agent Custom-agent -vf scale=w=640:h=360:force_original_aspect_ratio=decrease -c:a aac -ar 48000 -c:v…
tidpe
  • 201
  • 3
  • 12
-1
votes
1 answer

How can I access comand line like cmd.exe on my dedicated linux server?

I have installed the ffmpeg by composer in my local server(windows7) and everything is working good now the site is live on internet (server CENTOS 6.7 x86_64 kvm) and I need to install it to the server. I dont know how to do this. I installed it on…
-1
votes
1 answer

Ubuntu 12.04 upgrade php 5.4 missing php5-ffmpeg

I updated php to version 5.4, through the repository ppa:ondrej/php5, but now I can not install the package php5-ffmpeg because it gives me this error: php5-ffmpeg: Depends: phpapi-20090626 also if I try to write php-v gives me this warning: PHP…
Lughino
  • 113
  • 4
-1
votes
1 answer

Starting ffserver on macos - Permission Denied

I am trying to start ffserver on Snow leopard. dev:~ Shashank$ ffserver -d -f /usr/etc/ffserver.config I get this in my terminal. ffserver version 1.1.3 Copyright (c) 2000-2013 the FFmpeg developers built on Feb 27 2013 00:48:40 with gcc 4.2.1…
-1
votes
4 answers

How to install FFMpeg in WampServer 2.0 (Windows XP)

I need to install the ffmpeg PHP extension on my localhost so I can test few of my scripts but I am having troubles figuring out how to do that. I have WampServer 2.0 with PHP 5.2.9-2, my OS is Windows XP. Please somebody give me step by step…
Richard Knop
  • 1,149
  • 2
  • 20
  • 34
-1
votes
1 answer

Video Uploading on Amazon instances?

I am having real problems trying to wrap my head around my problem. I have decided on the middle and end solution to my problem but I can't seem to work out the the beginning of it. So as a bit of a project I'm building a Youtube style site. My…
Sammaye
  • 719
  • 1
  • 8
  • 16
-2
votes
1 answer

Stuck while installing ffmpeg

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…
Chirag
  • 271
  • 1
  • 4
  • 11
1 2 3 4 5 6
7