Newest 'ffmpeg' Questions - Stack Overflow
Les articles publiés sur le site
-
malloc error ubuntu ffmpeg server not streaming
21 septembre 2012, par user1509326enter code here
I was following this tutorial http://jeremyblythe.blogspot.com/2012/05/raspberry-pi-webcam.html and when i run the following command from rootffserver -f /root/ffserver.conf & ffmpeg -v 2 -r 5 -s 640x480 -f video4linux2 -i /dev/video1` http://localhost:8090/webcam.ffm
The camera is turned on and everything is fine, except it does not stream, i checked the terminal and it says the following.
from video 1 i get the following error bind(port 8090): Address already in use *** glibc detected *** ffmpeg: malloc(): smallbin double linked list corrupted: 0x0000000000e5ac00 **
when i another port like 5000 i get the same result
ffserver -f /root/ffserver.conf & ffmpeg -v 2 -r 5 -s 640x480 -f video4linux2 -i /dev/video1 http://localhost:8090/webcam.ffm [2] 3795 avserver version 0.8.3-4:0.8.3-0ubuntu0.12.04.1, Copyright (c) 2000-2012 the Libav developers built on Jun 12 2012 16:52:09 with gcc 4.6.3 *** glibc detected *** ffmpeg: malloc(): smallbin double linked list corrupted: 0x0000000000b77c00 ***
-
ffmpeg how convert mp3 to acc ? [closed]
21 septembre 2012, par John SmithPossible Duplicate:
ffmpeg how convert audio files in other formats?code:
$infile=$dir.'file1.mp3'; $outfile_aac=$dir.'file1.acc'; shell_exec("ffmpeg -i $infile -ab 256 $outfile_aac");
code create file .acc with size = 0... Where my error?
FFmpeg version SVN-r12216, Copyright (c) 2000-2008 Fabrice Bellard, et al. configuration: libavutil version: 49.6.0 libavcodec version: 51.50.1 libavformat version: 52.7.0 libavdevice version: 52.0.0 built on Feb 25 2008 12:40:30, gcc: 4.1.2 20070626 (Red Hat 4.1.2-14) invalid new backstep 1008 Input #0, mp3, from '/hsphere/local/home/c292729/testwork.ru/10001/ConcertMedia/1348165273ExPRoG.mp3': Duration: 00:01:48.8, start: 0.000000, bitrate: 319 kb/s Stream #0.0: Audio: mp3, 44100 Hz, stereo, 320 kb/s Output #0, adts, to '/hsphere/local/home/c292729/testwork.ru/10001/ConcertMedia/1348165273ExPRoG.aac': Stream #0.0: Audio: 0x0000, 44100 Hz, stereo, 64 kb/s Stream mapping: Stream #0.0 -> #0.0 Unsupported codec for output stream #0.0
what codec me need use?
-
Why html5 dont play audio file with this name ?
21 septembre 2012, par John SmithTell me please, why audio file with name '1348175998expro' is play , but audio file with name '1348175998exprog' is not play???
Link http://testwork.ru/10001/ConcertMedia/1348175998exprog.mp3 http://testwork.ru/10001/ConcertMedia/1348175998expro.mp3
What it a lag?
-
Loop image ffmpeg HLS
20 septembre 2012, par hockey_daveTrying to loop an image to get a segmented HLS output.
ffmpeg -loop 1 -i image.png -vcodec libx264 -acodec aac -map 0 -f segment -segment_time 5 -segment_list /seg.m3u8 /200_%06d.ts Metadata: encoder : Lavf54.26.101 Stream #0:0: Video: h264, yuv444p, 1344x840, q=-1--1, 90k tbn, 25 tbc Stream mapping: Stream #0:0 -> #0:0 (png -> libx264) Press [q] to stop, [?] for help Failed to open bitstream filter h264_mp4toannexb for stream 0 with codec libx264: Invalid argument [mpegts @ 0x7fe91a615600] H.264 bitstream malformed, no startcode found, use the h264_mp4toannexb bitstream filter (-bsf h264_mp4toannexb) av_interleaved_write_frame(): Invalid argument
Adding in the filter does not seem to help.
-
FFMPEG blur filter not working at all [closed]
20 septembre 2012, par Kashif AhmedI am trying to blur out the video using FFMPEG by following there documentation, but it is not working at all, all it do moves the few frames forward
Command used is ffmpeg -i demo2.flv.mp4 -vf "unsharp=7:7:2.5" demo2.mp4