Questions about using the ffmpeg command line tool should be asked on Super User.
0
votes
0answers
12 views
FFMPEG audio upsampling/resampling to 48000 Hz causes sound wheeze/noises/dissortions
I'm using the following example http://svn.gnumonks.org/tags/21c3-video/upstream/ffmpeg-0.4.9-pre1/output_example.c to make videos. If I use 44100 Hz for the output audio format it seems that all is ...
1
vote
0answers
55 views
Converting RGB images into lossless video with avconv / ffmpeg [closed]
I am trying to convert a series of PNG24 images containing a screen animation to a lossless video, so that every pixel is reproduced exactly as it was in the original. But avconv (and ffmpeg) both ...
0
votes
0answers
13 views
IP-Cam / CCTV-Cam Live Streaming on iPhone/iPad
I want to get stream of an ip-cam on my iPhone/iPad and want to display it on screen. By R&D i found that ffmpeg is the only way to achieve it but i found nothing on ffmpeg. Is there any other way ...
3
votes
2answers
4k views
PHP FFmpeg video aspect ratio problem
i compiled the new version of FFMPEG and the padding commands have been deprecated.
As i try to get familiar with the new -vf pad= commands, i want to ask, how can i
convert a video without changing ...
1
vote
1answer
3k views
H.264 conversion with FFmpeg (from a RTP stream)
Environment:
I have an IP Camera, which is capable of streaming it's data over RTP in a H.264 encoded format. This raw stream is recorded from the ethernet. With that data I have to work.
Goal:
In ...
0
votes
0answers
23 views
DirectShow Capture Source and FFMPEG
I have an AJA Capture card. The drivers installed with the card include some DirectShow filter. If I pop the filter into GraphEdit I see this:
and if I run the ffmpeg command
ffmpeg -f dshow ...
0
votes
0answers
10 views
Opening the ALSA microphone port using libavformat
I'm writing a fairly simple application to open the microphone port using the ALSA format on a linux VM. I'm trying to do this using libavformat and other ffmpeg libs ( avutil, avcodec, etc ).
I ...
0
votes
1answer
9 views
PHP exec or shell_exec not returning process id (PID) on Windows Wamp
I am on windows 7, using a WampServer, and trying to use FFMPEG.
The encoding works, but I can't get a process id back from either the exec()
method nor the shell_exec() methods.
This is my code :
...
-1
votes
0answers
13 views
How can I render video frames using QtFFmpegWrapper?
I have downloaded the latest QtFFMpegWrapper for Qt5, I am stuck with that how to configure the FFMPEG with QT5 and to render the video frames.
My Configuration is
QT5 intergrated with Visual ...
0
votes
1answer
70 views
Decode h264 stream with ffmpeg introduces a delay, how to avoid?
I'm working on some code that encodes a video feed, sends it over UDP to a client that then decodes the stream. It working fine using a x264 encoder, my only problem is that when i call ...
0
votes
0answers
6 views
Audio encoding using avcodec_fill_audio_frame() and memory leaks
As a part of encoding decoded audio packets, I'm using avcodec_fill_audio_frame(). I'm passing allocated AVFrame pointer to along with buffer containing the decoded samples and other parameters number ...
0
votes
0answers
12 views
Enabling ffmpeg Library at a Runtime?
Is it possible to enabling ffmpeg library(e.g librtmp) at runtime?
(not from config build)
0
votes
2answers
373 views
Transcoding wmv file to mp4 using Jave
I am trying to use Jave to convert a wmv file into h264(mp4).
The final version created by Jave plays fine with VLC player but when I try to use it inside the HTML5 video tag, it is not able to play ...
3
votes
1answer
520 views
How can I generate a video file directly from an FFmpeg filter with no actual input file?
FFmpeg has a number of video generating filters, listed in the documentation as "video sources":
cellauto
color
mptestsrc
fei0r_src
life
nullsrc, rgbtestsrc, testsrc
Those are great for using with ...
0
votes
2answers
388 views
FFMPEG with PHP convert video to mp4 and snapshots
I have recently started working on a website where users can upload videos to, and I am a beginner with ffmpeg, however I have been searching and searching for how to do these things I want to do, ...
0
votes
1answer
32 views
FFMPEG static build with RTMP support?
Is there any FFMPEG static build(linux CentOS in my case) download link with an RTMP support(--enable-librtmp)?
I have try to build one but it's unsuccessful.
0
votes
1answer
29 views
Best server side video processing library or software
I need your suggestion on selecting the right command line tool
that would allow me to process user uploaded videos.
By processing I mean:
Convert to flv, mp4, ogg etc formats
Modify quality, ...
0
votes
2answers
41 views
x264_encoder_open always return null
this is my code
x264_param_default(&m_X264Param) ;
nRet = x264_param_default_preset(&m_X264Param,"medium","zerolatency") ;
if (nRet)
{
return -1;
}
if (cpMain == Param.nProfile)
{
...
2
votes
5answers
3k views
ffmpeg install on CentOS 64-bit 'install with -fPIC' error
I get this error when attempting to compile ffmpeg on a 64bit CentOS machine.
Here are my ./configure options:
./configure --enable-shared --enable-gpl --enable-nonfree --enable-postproc ...
0
votes
1answer
20 views
Using ffmpeg static libraries in an visual studio explress C++ 2010 project
As the title says, I have been trying to get ffmpeg/libav libraries to work in MSVC++ 2010.
However, I keep running in the following error while coding on debug mode.
code:
extern "C"
{
...
0
votes
2answers
608 views
FFMPEG how to mux MJPEG encoded data into mp4 or avi container c++
I'm looking for a way to mux mjpeg (compressed) video data into a video container like mp4 or avi. (I'll also need to add audio in the future).
Since i use FFMPEG in other parts of my project as well ...
0
votes
0answers
10 views
Air and ffmpeg with NativeProcess
I´trying to create an Air application that can generate a movie file via ffmpeg. I´m using NativeProcess and it all works fine if (and only if) I add an ffmpeg that is compiled on my computer to the ...
0
votes
1answer
94 views
Display UDP(RGB) Input to ffmpeg or vlc
I receive from local port UDP packets that content only RGB payload (video stream).
How can I display RGB using ffmpeg or vlc?
1
vote
1answer
35 views
FFMPEG - format not available?
I'm converting some code from FFMPEG 0.8 to FFMPEG 1.2. I have an error during the call to the method avcodec_open2(): "Specified pixel format %s is invalid or not supported". The format I use is : ...
-1
votes
0answers
23 views
How to build ffmpeg and x264 for iOS 6.0?
Here's my configuration:
./configure --enable-libx264 --enable-gpl --extra-cflags=-I/usr/local/include --extra-ldflags=-L/usr/local/lib --disable-doc --disable-ffmpeg --disable-ffplay ...
0
votes
1answer
38 views
Learning Shell - creating a script with parameters that runs two separate cli apps
I want to learn shell script, so I'm trying to download a youtube video using youtube-dl then convert it to mp3 using ffmpeg.
I do it manually running youtube-dl http://youtube.com/watch?v=...
then
...
5
votes
1answer
189 views
How can I encode and segment audio files without having gaps (or audio pops) between segments when I reconstruct it?
I'm working on a web application that requires streaming and synchronization of multiple audio files. For this, I am using the Web Audio API over HTML5 audio tags because of the importance of timing ...
2
votes
1answer
31 views
Streaming video from an image using FFMPEG on Windows
I wrote a program that simulates a camera and converts the output into a video stream. The program is required to be able to run on Windows.
There are two components in the system:
Camera Simulator. ...
0
votes
0answers
23 views
Fast gnuplot terminal compatible with ffmpeg
I am using gnuplot to make some thousands of frames from raw data, I then make a video with ffmpeg (the easiest way I know to use advanced codecs like x264). The frames are not complicated: just few ...
3
votes
2answers
3k views
PHP Ignoring my max_execution_time
I have some task in my script that is about converting video with ffmpeg . I do this with codeigniter 2.0.3 and locate the script at libraries and use shell_exec() to run ffmpeg.
There are 3 tasks in ...
0
votes
1answer
21 views
Traceback error with Python when using ffmpeg to convert a video
The simple way my script runs is the user provides a folder location and a filetype and glob.glob() finds the files with the filetype provided and adds them to a list. It then uses a for loop and goes ...
0
votes
0answers
31 views
How to convert H264 RTP stream from PCAP to a playable video file
I have captured stream of H264 in PCAP files and trying to create media files from the data. The container is not important (avi,mp4,mkv,…).
When I'm using videosnarf or rtpbreak (combined with python ...
7
votes
5answers
7k views
Is /usr/local/lib searched for shared libraries?
Is /usr/local/lib searched for shared libraries ? I have this error:
[Leo@chessman ~]$ whereis ffmpeg
ffmpeg: /usr/local/bin/ffmpeg
[Leo@chessman ~]$ ffmpeg
ffmpeg: error while loading shared ...
0
votes
0answers
13 views
Video processing to support different web players and qualities [closed]
I am trying to accomplish something similar to youtube player.
The biggest issues I'm facing now is how should I process user uploaded video file.
For example since i want to switch between 240p, ...
0
votes
1answer
39 views
ffmpeg PNG - MP4 - Error opening input files: invalid argument
I am following along with this
visualization project
converting PNG files in an MP4.
The only change from the code on the example is that my time stamp starts with
1.
ffmpeg -r 20 -b 20M -i ...
0
votes
2answers
30 views
php exec() works on some calls, not other similar ones
I have a php script that cuts up video. Here are three exec() commands - two execute properly while one does not:
Works:
sudo ffmpeg -i /home/vidserver/videos/$filename.mp4 -ss $ctime -t 00:00:06 ...
0
votes
2answers
26 views
Setting individual pixels of an RGB frame for ffmpeg encoding
I'm trying to change the test pattern of an ffmpeg streamer, Trouble syncing libavformat/ffmpeg with x264 and RTP , into familiar RGB format. My broader goal is to compute frames of a streamed video ...
-1
votes
0answers
26 views
FFMPEG Transcoding suddenly stops
I am using ffmpeg to transcode an rtmp stream using the code below:
ffmpeg -y -i rtmp://server/videochat/testing -acodec libfaac -ac 2 -ab 64k -vcodec libx264 -f flv ...
0
votes
0answers
16 views
Memory leak while opening encoders in ffmpeg
I'm getting memory leaks in avcodec_find_encoder. Although I'm cleaning the resources properly
still I'm not able to get rid of the leak. By successive commenting the code I found that memory leaks ...
-1
votes
1answer
43 views
ffmpeg conversion for an entire folder? [closed]
Ive been using:
sudo ffmpeg -i Test.mkv -vcodec copy -acodec libfaac -ac 2 -ab 328k Test.mp4
for individual files, but now I have many gigabytes of mkvs in a folder and would like to do a ...
2
votes
0answers
67 views
Transcode HLS Segments individually using FFMPEG
I am recording a continuous, live stream to a high-bitrate HLS stream. I then want to asynchronously transcode this to different formats/bitrates. I have this working, mostly, except audio artefacts ...
1
vote
1answer
33 views
FFmpeg 1.0 < causing audio playback issues
I have an audio streamer based on ffplay. It works great using ffmpeg 0.11 but when I use ffmpeg 1.0 or the latest 1.2 release the audio seems to be decoded or played weirdly.
Essentially it sounds ...
-3
votes
0answers
22 views
How to make a MP4 header from a flv file with ffmpeg? [closed]
I'm a pythoner and I have to make an mp4 header from an flv file as soon as possible,or my boss would kill me.
0
votes
0answers
8 views
Seeking video using av_seek_frame()
I'm currently writing a small program to copy a clip from video file. The input from user is start and end time of clip. I'm converting the start time to frame number and then I'm seeking both audio ...
1
vote
0answers
21 views
Best format available for jwplayer
I want the quality 360p, so I thought the format. Mp4
but is slow to load the video on my local server is faster but takes a long web. videos in flv is faster.
I use ffmpeg to convert videos
I'm ...
1
vote
1answer
41 views
use python to split a video file into a set of parts
I use the following python code to split a FLV video file into a set of parts ,when finished ,only the first part video can be played ,the other parts are corrupted.I wonder why and Is there some ...
-2
votes
0answers
37 views
I tried to make an avi file from images using ffmpeg but the avi file is very small why?
I tried this:
In C# i'm creating 100 bitmap files:
for (int i = 0; i < 100; i++)
{
t.Save(@"D:\ffmpegtorun\ffmpeg-20130509-git-13cb6ed-win32-static\bin\Screenshots\" ...
3
votes
3answers
626 views
How to encode non-camera video in Android
I am working on an android application in which a video is dynamically generated by compositing a sequence of animation frames. I tried to use the Android Media Recorder API for this but have not ...
-1
votes
1answer
99 views
ffmpeg - Stream multiple files over an ffserver to one ffplay at different times? [closed]
I have an ffserver up and running. Using this server I can run a simple ffplay command:
ffplay udp://localhost:7777
which then waits for a stream. Then if I stream something to the server with a ...
0
votes
1answer
51 views
Problems converting .flv to mp3 using FFmpeg SDK
I'm using the FFmpeg SDK to programmatically convert videos to mp3.
I read the audio frames of the video this way:
while(av_read_frame(pFromCtx, &pkt) >= 0)
{
if(pkt.stream_index == ...


