Skip to main content

All Questions

Tagged with
0 votes
0 answers
889 views

RTMP protocol not working with ffmpeg on CentOS 8.4

I'm struggling with ffmpeg working with RTMP/RTMPS protocol on CentOS 8.4. It is working fine on CentOS 7 and Debian, just the latest release of CentOS is having issues. Am i doing something wrong? ...
Matt's user avatar
  • 1
0 votes
1 answer
2k views

ffmpeg not working on command line

Code: ffmpeg -i video.mp4 output.webm Error: ffmpeg version 2.8.15 Copyright (c) 2000-2018 the FFmpeg developers built with gcc 4.8.5 (GCC) 20150623 (Red Hat 4....
mario's user avatar
  • 101
1 vote
1 answer
4k views

FFMPEG - why do I end up with old version after installing?

I managed to install FFMPEG on Centos via WHM following this guide. But when I run ffmpeg -version I get: 2.8.15 ...whereas the official site says the latest version is 4.0.2. How can I update my ...
Mitya's user avatar
  • 231
0 votes
1 answer
858 views

Correct Version of ffmpeg

I'm having issues replicating a centos 6 instance. It looks like I have 2 versions of ffmpeg on my old server: ffmpeg -version gives me: ffmpeg version 1.2.5 built on Jan 30 2014 19:45:47 with gcc 4....
user3783243's user avatar
0 votes
0 answers
2k views

FFMPEG Streaming Output Dropping On Virtual Server

I am currently using FFMPEG to stream on a virtual CENTOS server. I use the following script to stream to youtube live. ffmpeg -re -i program.01.mp4 -flags +global_header -acodec libmp3lame -ac 1 -ar ...
David Childers's user avatar
3 votes
3 answers
9k views

How to compile FFMPEG with h.265, h.264 and vp9 support on CentOS

I was using this https://trac.ffmpeg.org/wiki/CompilationGuide/Centos instructions to get through the process but ran into errors. cat /etc/centos-release CentOS Linux release 7.31611 (Core) What ...
Steffen Roller's user avatar
0 votes
2 answers
1k views

How to install ffmpeg on linux(centos 6.8) dedicated server

I want to install ffmpeg on my linux(centos 6.8) dedicated server using yum install ffmpeg command,But I am getting below error:- Loaded plugins: fastestmirror, security Setting up Install Process ...
Kiran Pardeshi's user avatar
1 vote
2 answers
12k views

how to install latest ffmpeg on Centos

I want to install the latest ffmpeg 2.8.5 on the Centos server. Followed this website http://www.mysql-apache-php.com/ffmpeg-install.htm and completed the installation. But the installed ffmpeg is an ...
Chito Cheng's user avatar
2 votes
2 answers
7k views

Conflicts between attempted installs while installing gstreamer plugin on Centos

I am trying to install gstreamer-ffmpeg package for opencv c++ coding purpose on Centos-6.7 When I type; sudo yum install gstreamer-ffmpeg* it gives error: Transaction Check Error: file /usr/...
goGud's user avatar
  • 121
0 votes
1 answer
680 views

FFmpeg works on CMD but gives error with PHP exec()

When i run ffmpeg on cmd it works good, i put export LD_LIBRARY_PATH=/usr/local/lib into /etc/profile.d because it couldn't fine libmp3lame at the first But when i run it with PHP exec() it still ...
Utku Dalmaz's user avatar
0 votes
1 answer
368 views

FFMpeg filters compilation on CentOS

I have compiled FFMPEG on CentOS 6.6 using this guide: https://trac.ffmpeg.org/wiki/CompilationGuide/Centos But, whenever I issue command ffmpeg -filters The output is FFmpeg version 0.6.5, ...
Anton Kuryan's user avatar
2 votes
0 answers
1k views

mpeg_decode_postinit() failure [closed]

I'm trying to take some thumbnails via ffmpeg command. My file name is "aaa.ts" and I want to take some thumbnails every second. Frankly, it works, but I have 4 red lines in terminal. So can you tell ...
Juneyoung Oh's user avatar
0 votes
1 answer
14k views

Converting from MXF to MPEG format with FFmpeg

We're trying to convert .mxf video to .mpeg on ffmpeg-0.9.2 and looks like 0.9.2 version doesn't support .mxf conversion to .mpeg. We don't want to switch on latest 0.11 version of ffmpeg as the ...
user avatar