Questions about using the ffmpeg command line tool should be asked on Super User.

learn more… | top users | synonyms

4
votes
0answers
150 views

How do I alter my FFMPEG command to make my HTTP Live Streams more efficient?

I want to reduce the muxing overhead when creating .ts files using FFMPEG. Im using FFMPEG to create a series of transport stream files used for HTTP live streaming. ./ffmpeg -i myInputFile.ismv \ ...
4
votes
0answers
4k views

sws_scale YUV --> RGB distorted image

I want to convert YUV420P image (received from H.264 stream) to RGB, while also resizing it, using sws_scale. The size of the original image is 480*800. Just converting with same dimensions works ...
4
votes
0answers
513 views

Installing ffmpeg into Python 2.7

I have been trying to install pyffmpeg in Python 2.7 unsuccessfully. I found a package for Python 2.6, but I can't get it to work. So, I have been mulling around with 2.7. I've seen previous post from ...
3
votes
0answers
51 views

ffmpeg - Can I draw an audio channel as an image?

I'm wondering if it's possible to draw an audio channel of a video or audio file as an image using ffmpeg, or if there's another tool that would do it on Win2k8 x64. I'm doing this as part of an ...
3
votes
0answers
361 views

Writing an MP4 file on the Mac with OpenCV ffmpeg

I am using OpenCV with ffmpeg on a mac to write video. I've been able to successfully write .avi files using the codec/fourcc code, FMP4. I would like to write .mp4 files, however. When I try to write ...
3
votes
0answers
145 views

Parallelize encoding of audio-only segments in ffmpeg

We are looking to decrease the execution time of segmentation/encoding from wav to aac segmented for HTTP live streaming using ffmpeg to segment and generate a m3u8 playlist by utilizing all the cores ...
3
votes
0answers
193 views

How do I encode KLV packets to an H.264 video using libav*

Currently I am using libav* to encode H.264 videos. I want to add KLVPackets to the bitstream but do not know where to implement it. There is a struct within avcodec, but I am unsure of how to write ...
3
votes
0answers
838 views

Encoding raw YUV420P to h264 with AVCodec on iOS

I am trying to encode a single YUV420P image gathered from a CMSampleBuffer to an AVPacket so that I can send h264 video over the network with RTMP. The posted code example seems to work as ...
3
votes
0answers
179 views

ffmpeg command line working on emulator but not in device in android

i want to convert sequence of images into video.i successfully completed this task in emulator.but in real device its not working.what's the problem.i put the ffmpeg executable files and libraries in ...
3
votes
0answers
254 views

FFMPEG Can't Display The Duration Of a Video

I'm trying to use ffmpeg to capture frames from a video file, but I can't even get the duration of a video. everytime when I try to access it with pFormatCtx->duration I'm getting 0. I know the ...
3
votes
0answers
914 views

undefined reference to `x264_encoder_open_125'

While installing ffmpeg on Ubuntu 12.04 I am getting following error libavcodec/libavcodec.a(libx264.o): In function `X264_init': /root/ffmpeg/libavcodec/libx264.c:492: undefined reference to ...
3
votes
0answers
229 views

pjsip build for iOS 5, won't make

I retrieved the latest build from the SVN trunk on Friday and attempted to build following the directions on the getting started wiki. make dep seems to execute without any problems, but make fails ...
3
votes
0answers
1k views

c++, FFMPEG, H264, creating zero-delay stream

I'm trying to encode video (using h264 codec at the moment, but other codecs would be fine too if better suited for my needs) such that the data needed for decoding is available directly after a frame ...
3
votes
0answers
263 views

Creating .flv files on the iphone without using ffmpeg

How does one create .flv files on the iPhone? I am aware of ffmpeg (with its LGPL restrictions). But are there other APIs that have been ported to iOS?
3
votes
0answers
679 views

ffmpeg : How to set AVFormatContext from NSData

I'm using FFmpeg library in Objective-C. I want to set AVFormatContext from NSData which contain imagedata. I know I can set AVFormatContext with av_open_input_file(). so writing contents of NSData ...
2
votes
0answers
74 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 ...
2
votes
0answers
181 views

Download Video from m3u8 with ffmpeg and multibitrate

I need to download the videos from a streaming site (Akamai) once they are recorded. I can do it with ffmpeg without troubles, but only if the manifest file has only one video stream. If it has ...
2
votes
0answers
47 views

Identifying Audio bit rate using FFMPEG

I'm using FFMPEG to identify the bit rate of an audio file in my Rails app. I am downloading the file from S3, and storing temporarily in the tmp folder, then running FFMPEG commands against it. ...
2
votes
0answers
146 views

Resolving rtmp stream url from Adobe Flash container

How can a rtmp stream url be retrieved completely with its playpath and be played with ffplay/avconv from a flash plugin. In embedded flash code below rtmp address exits (rtmp://live.atv.com.tr/atv) , ...
2
votes
0answers
193 views

ffmpeg audio synch issue - fractional framerate

We are working on an Android app which uses the ffmpeg library via JNI to edit the frames of a video while keeping size, codec etc the same. We are having an issue where the audio of the output ...
2
votes
0answers
227 views

How to discover framebuffer width on android?

i'm capturing framebuffer on my android device, but the decode is not working for the correctly resolution. I found i can get the bbp and screen resoution using: ioctl -rl 28 /dev/graphics/fb0 17920 ...
2
votes
0answers
84 views

Is it possible to add audio at the end of an existing audio stream?

I managed to implement my decoding and encoding audio class with libavformat. I can create and read mp3, ogg, ... Now, I'd like to add a function to "record at the end of an existing audio file". ...
2
votes
0answers
181 views

java.lang.ExceptionInInitializerError in FFmpeg Test Demo

I have a demo called FFMpegTest of Android which i downloaded from here..https://github.com/appunite/AndroidFFmpeg..and i also have Library file of FFMpeg which is in this demo and i am using this ...
2
votes
0answers
1k views

ffmpeg settings or alternatives to ffmpeg on raspberry pi for video streaming

I have a Raspberry Pi (model B) running raspbian wheezy on a 16gb SD card. I also have a 32gb flash storage attached on the usb. I'm trying to stream a video (h264 encoded mp4 file 1280x720) over the ...
2
votes
0answers
146 views

Run ffmpeg using shell_exec from a file called by AJAX

Good morning, I will do my best to phrase a "thoughtful" and "helpful" question for all regarding running FFMPEG using shell_exec from a file called by AJAX. First I will start by listing my current ...
2
votes
0answers
281 views

How to receive RTSP stream with Xuggler with additional ffmpeg commandline options?

I'm able to get RTSP stream with Xuggler from IP camera with default UDP transport, but it generates errors like [Thread-6] ERROR org.ffmpeg - [h264 @ 00000000489652B0] corrupted macroblock I googled ...
2
votes
0answers
115 views

switch between video streaming

I am struggling with switching between multiple live streams. For example, I have five live streaming servers streaming(HTTP or RTSP) and I want to put some broker between those (five) streaming ...
2
votes
0answers
111 views

Pipe yuv frames to ffmpeg

I read camera input frames and then do some transformation on them and then I would like to make a video of it. At the moment I am writing the raw yuv420 images to sdcard as one big file and then ...
2
votes
0answers
152 views

Android combine audio and video file with ffmpeg programatically

Like the title mentioned, I want to combine an audio file with a video file programatically on android platform. So, if your guys have any idea about it, thanks for your reply!
2
votes
0answers
554 views

Android RTSP streaming buffer size for delayed playback

I can access and view RTSP streams from IP cameras on Android via the VideoView component without problems. Now I need to play the RTSP stream with a delay (i.e. if I specify a 30 second delay, the ...
2
votes
0answers
112 views

audio filter with ffmpeg code libraries not working

I am trying out the filtering_audio.c example provided with the ffmpeg libraries for Windows to extract the audio from a MP4 file, resample to 8 KHz and convert from stereo to mono. The example pipes ...
2
votes
0answers
188 views

FFMPEG avcodec_find_decoder(2) (CODEC_ID_MPEG2VIDEO) always returns incomplete AVCodec?

I got a problem with FFMPEG (avcodec-54.dll) 1) I wrote a .NET wrapper. As far as I can see it works well. 2) I try to decode something... and thats were the problem is: ... ...
2
votes
0answers
641 views

Hardware Accelerated h264 decoding using ffmpeg, OpenCV

I am working on a Video analytics application where I have to decode an RTSP stream to give IplImage frames which are then fed into my analytics pipeline. Now, the OpenCV VideoCapture structure allows ...
2
votes
0answers
1k views

Getting message -> Invalid data found when processing input

I want to use ffmpeg lib in my library.For that purpose,i have successfully compiled it.But when i try to execute any command,i am getting this message: Invalid data found when processing input. I ...
2
votes
0answers
512 views

Increase the bitrate tolerance of ffmpeg for creating screenshots of a movie

I'm getting the error bitrate tolerance too small for bitrate so far no problem. I know that there are several switches to increase that but nothing works. ffmpeg -y -r 1/30 -b:v 999999k -bt 999999k ...
2
votes
0answers
662 views

Bambuser ffmpeg - “arm-linux-androideabi-gcc is unable to create an executable file.”

I know this may be possible duplicate of some questions. but answers for those threads are not helping me. I am trying to compile ffmpeg library for android using Bambuser's ffmpeg. I downloaded ...
2
votes
0answers
356 views

Running ffmpeg commands from android ffmpeg syntax error in logcat

I have successfully compiled ffmpeg for android and have ported it. I placed libffmpeg.so in /system/lib directory ffmpeg executable in /system/bin and /system/xbin directory (i was not sure where ...
2
votes
0answers
299 views

FFmpeg / Create video / Add caption (timestamp) of each jpg file to generate mp4

I've got some pictures, as screenshot-1.jpg, ..., screenshot-345.jpg, cycle of automatic capture from my computer (cycle of 30 seconds). I use FFmpeg to generate a video mp4 format, but, I want to add ...
2
votes
0answers
293 views

extract frames using ffmpeg with corresponding frame number

I am trying to extract frames using FFMPEG using the following command: ffmpeg.exe ' -i ' videoFile ' -r 1/5 ' imgsFolder '\%5d.png' Its extracting frames and assigning frame names in a sequential ...
2
votes
0answers
5k views

Using FFMPEG to stream continuously videos files to a RTMP server

FFMPEG handles RTMP streaming as input or ouput, and it's working well. I want to stream some videos (a dynamic playlist managed by a python script) to a RTMP server, and i'm currently doing ...
2
votes
0answers
203 views

Error when Decode h264 file by using FFMPEG with multithreading?

I write the code for decoding many .flv video files. Each video file is decoded by a separate thread. When I try on 1 thread, everything is ok. But when I try on more than 2 threads, it always occurs ...
2
votes
0answers
92 views

Replacing I-frame in MP4 video

I'd like to replace I-frame with another picture in order to achieve ghost-effect. (So P- and B-frames remain the same) How can I do this via ffmpeg (or any other soft)?
2
votes
0answers
497 views

cannot open file using avformat_open_input - returns “Cannot open! Invalid data found when processing input”

I am just playing with ffmpeg on iOS 5. I started with something simple, like opening .mov file. The code fragment: AVFormatContext *pFormatCtx = NULL; av_register_all(); NSString* fileName = ...
2
votes
0answers
2k views

How to force Constant Bit Rate using FFMPEG

I use FFMPEG (command line Input) to convert my videos to a specific output format. The problem I am facing is when I try to pass a constant bit rate(700 kbps) to FFMPEG, the result is an output video ...
2
votes
0answers
1k views

to create video from image sequence on android

I want to create video from image sequence (on android) by this code: opencv_core.IplImage image = cvLoadImage("/sdcard/mytest/testimage.jpg"); FFmpegFrameRecorder recorder = new ...
2
votes
0answers
926 views

How to convert a swf to mp4/flv or so with command line?

I'm going to convert a swf to mp4/flv or so with batch line in linux. I've tried ffmpeg, mencoder or a perl script FLV::info. But all these convert just the video in the swf(maybe encoded by H.263 or ...
2
votes
0answers
935 views

H264 HW Decoding on Android Using FFmpeg-10

I've noticed that ffmpeg has already included (libavcodec/libstagefright.cpp) and claimed to support H264's hardware decoding through StageFright framework. I've build the shared library according to ...
2
votes
0answers
418 views

unable to load PHP_ffmpeg.dll

Been trying to make this work but no luck. I always get PHP Warning: PHP Startup: Unable to load dynamic library 'C:\xampp\php\ext\php_ffmpeg.dll' - The specified module could not be found. Using ...
2
votes
0answers
301 views

Passing FileInputStream and FileOutputStream to ffmpeg to transcode(using JAVE-Java Audio Video Encoding)

I am trying to transcode a *.mov file into a *.mp4 file using JAVE, which calls ffmpeg. Both input file and output file are in InputStream and OutputStream forms. That means I need to pass ...
2
votes
0answers
469 views

Grabbing rtsp/rtp stream with libavformat

world. I'm trying to grab rtsp mjpeg stream from IP-camera (realtime) as described in http://www.inb.uni-luebeck.de/~boehme/using_libavcodec.html, but ported to newer version. It works well with mpeg ...

1 2 3 4 5 27