Skip to content

Tag: ffmpeg

Extract the time of the video with ffmpeg in Ubuntu

I am using Ubuntu 14.04.5 LTS 32 bit and ffmpeg to extract the time of a video. In Windows 10 the command works: In Linux ffmpeg returns the error in red: At least one output file must be specified The error complete is here: How can I fix this problem? Answer Use Or you could just use ffprobe

HTTP Live Stream stops playing after a while

I have a problem with streaming with ffserver. After I start ffserver and desktop-capture, everything seems to work fine. Then I open the browser and access the output(http://localhost:8090/test1.mpeg). It plays fine for 6-7 seconds then it stops and I have to refresh the page to get it work again. Does anyon…

FFmpeg not copying all audio streams

I’m having trouble getting ffmpeg to copy all audio streams from a .mp4 file. After hours of searching online, it appears this should copy all streams (as shown in example 4 here): in.mp4 contains 3 streams: Video Audio track 1 Audio track 2 out.mp4 (which should be identical to in.mp4) contains only 2 …