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
1 answer

Default location for installing a module? (ffmpeg)

I'm trying to install this module - ffmpeg-php on a dedicated server, but am unsure where I should be saving this file and setting it up so that the binaries get created at the appropriate location. Where should I be downloading it, wget…
siliconpi
  • 1,807
  • 6
  • 32
  • 46
0
votes
1 answer

Why do I see two different ffmpeg binaries?

On Debian Lenny I built my own ffmpeg. When i do ffmpeg --version inside of a sudo bash shell I get the version I just build. Outside of it I get the old version. When using sudo ffmpeg I get the new version. How do I replace the old version of…
user274
0
votes
2 answers

FFMPEG strips audio while converting video

I have Ubuntu server 8.04 installed with the Multiverse repos enabled. I have installed FFMPEG, with its PHP extension also. When I try to convert videos into the flv format, I find that the audio is stripped out. Also, audio cannot be converted to…
0
votes
1 answer

serving video / ffmpeg (how to cut out the SaaS middleman!!)

what is the full life-cycle of a video file that is sitting on [any server] and ends up being viewed by the consumer. e.g this company show its architecture:http://www.pandastream.com/arch it seems to me all they are doing is running ffmpeg and…
user51817
0
votes
1 answer

ffmpeg-php won't start after upgrading php from 5.1.6 to 5.2.13

CentOS 5, installed ffmpeg and compiled the ffmpeg.so. Everything works fine. Then upgrade the php to 5.2.13 (using an external repository) recompiled ffmpeg.so but now when trying to load php: PHP Warning: PHP Startup: ffmpeg: Unable to initialize…
Dani
  • 531
  • 3
  • 11
  • 24
0
votes
1 answer

ffmpeg installation error

Now that I'm down to the last part to install the FFMPEG it tells me to do the following cd /usr/local/src/ffmpeg/ ./configure --enable-libmp3lame --enable-libogg --enable-libamr-nb --enable-libamr-wb --enable-libvorbis --disable-mmx…
Thomas
0
votes
1 answer

AlmaLinux cannot install ffmpeg

New install of AlmaLinux 8 (r8.7 (Stone Smilodon)). I ran the following in preparation to install ffmpeg: sudo dnf -y install https://download.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm sudo yum install yum-utils -y sudo…
WhiteRau
  • 107
  • 7
0
votes
1 answer

Which version of H263 does libavcodec support?

Which version of H263 does libavcodec support? I'm looking for H263 2000 (v3/H263++) support, but I can't verify anywhere that that's what being supported.
0
votes
1 answer

Cannot get FFMPEG in SNAP to convert videos to MP4

I recently installed FFMPEG with SNAP. For some reason, the regular ffmpeg install isn't working on this particular server. The file path that I have been using with my previous ffmpeg installation is /usr/bin/ffmpeg -i, as shown in this excerpt…
Charlie
  • 1
  • 1
0
votes
1 answer

Why can push mp4 into a rtmp stream instead of rtsp stream?

I build stream server with nginx, and can push the MP4 into a rtmp stream with : ffmpeg -re -i /mnt/hls/m7.mp4 -vcodec libx264 -vprofile baseline -g 30 -acodec aac -strict -2 -f flv rtmp://127.0.0.1/live Now I want to push it with rtsp…
showkey
  • 115
  • 1
  • 4
  • 19
0
votes
1 answer

How to convert any video to mp4 with php, ffmpeg and CentOS

I have been converting videos for about a year working in localhost on a Mac. The path is, '/usr/local/bin/ffmpeg' and it has always worked fine. Recently, I installed ffmpeg on my server, with a CentOS 8 operating system, and the php script I have…
margie
  • 1
  • 2
0
votes
1 answer

ffmpeg rtsp server not stopping when peer disconnect

There is an ffmpeg instance running as a server on a VPS, that converts RTSP video to HLS and serves it to the web (using Apache). The RTSP video comes from a computer somewhere else (in another town in this case), to which I have an IP camera…
Emil Avramov
  • 131
  • 6
0
votes
1 answer

Best AWS option for occasional video encoding with FFMPEG?

I have an app which receives a video file and a text from a front-end form, creates a video intro with text, merges this intro with 1 to 2 hour video. Everything is being encoded using ffmpeg, after the encode job completes, it uploads final video…
0
votes
0 answers

Cannot run bash script via php possible permissions

I have ffmpeg installed on a CentOS 7 machine running a standard LAMP stack. I can run ffmpeg fine by itself in a terminal, like so: ffmpeg -i "rtsp://admin:password@10.0.0.152/play2.sdp" camera1.mp4 I have a php script more or less like the…
Dustin
  • 1
  • 1
0
votes
1 answer

Video Encoding/Trans coding Conversion Dedicated Server

I am looking to buy a dedicated server for my video project, I have multiple video upload at the same time each video I upload is about 2-3 GB in size and about 2-3 hours in length (TV Series/Movies). Currently I am using Intel Xeon E5-1650V3…
Brajman
  • 103
  • 1