Re: [FFmpeg-user] RTSP/H.264 stream - errors, smearing

2016-11-04 Thread Keith Thelen
On Nov 5, 2016, at 3:15 AM, Carl Eugen Hoyos wrote: > Please provide an elementary stream. I thought that was what I provided. Perhaps I was wrong! > How do you mean that? “as far as I know” - which clearly isn’t too far ;-) So that I understand, you were requesting I run: ffmpeg -i input -vc

Re: [FFmpeg-user] VBV buffer size not set - during stream copy

2016-11-04 Thread Hans Carlson
On Sat, 5 Nov 2016, Carl Eugen Hoyos wrote: 2016-11-05 1:23 GMT+01:00 Hans Carlson : VBV buffer size not set, using default size of 130KB If you want the mpeg file to be compliant to some specification Like DVD, VCD or others, make sure you set the correct buffer size What do I need t

Re: [FFmpeg-user] RTSP/H.264 stream - errors, smearing

2016-11-04 Thread Carl Eugen Hoyos
2016-11-05 2:13 GMT+01:00 Keith Thelen : > On Nov 5, 2016, at 2:52 AM, Carl Eugen Hoyos wrote: > You cut the important part: Please provide an elementary stream. >> $ ffmpeg -i input -vcodec copy out.h264 > > > Actual commands used to create the aforementioned files: > > ffmpeg -i rtsp://10

Re: [FFmpeg-user] RTSP/H.264 stream - errors, smearing

2016-11-04 Thread Keith Thelen
On Nov 5, 2016, at 2:52 AM, Carl Eugen Hoyos wrote: > $ ffmpeg -i input -vcodec copy out.h264 Actual commands used to create the aforementioned files: ffmpeg -i rtsp://10.12.1.71/stream1 -vcodec copy -t 180 /tmp/mankato.ts ffmpeg -i rtsp://10.12.9.71/stream1 -vcodec copy -t 180 /tmp/lewisville.

Re: [FFmpeg-user] Segmentation fault with tee and fifo muxers

2016-11-04 Thread Carl Eugen Hoyos
2016-11-04 21:28 GMT+01:00 Maxim Kozlov : > Got Segmentation fault using tee and 2xfifo muxers. > With tee + one fifo evrything works fine. > /opt/ffmpeg-git-20161104-64bit-static# ./ffmpeg -re -v verbose -i > sample.mp4 -vf scale=width=-2:height=320,fps=fps=15 -threads 8 -vcod

Re: [FFmpeg-user] VBV buffer size not set - during stream copy

2016-11-04 Thread Carl Eugen Hoyos
2016-11-05 1:23 GMT+01:00 Hans Carlson : > VBV buffer size not set, using default size of 130KB > If you want the mpeg file to be compliant to some specification > Like DVD, VCD or others, make sure you set the correct buffer size > What do I need to do to avoid this message? Use -target d

Re: [FFmpeg-user] Filter chain query

2016-11-04 Thread Carl Eugen Hoyos
2016-11-05 1:15 GMT+01:00 Dan Bridges : > Instead of > > -vf file1,filter2 > > can I use > > -vf filter1 -vf filter2? No, see ticket #4184 or, even simpler, test yourself. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org

Re: [FFmpeg-user] Installing on Snow Leopard 10.6.8

2016-11-04 Thread Carl Eugen Hoyos
2016-11-04 22:13 GMT+01:00 Joel Lopez : > I'm stuck with some older machines that we can't upgrade because of > software we have on them. Is it possible to install FFMPEG on OSX > 10.6.8? > > I've tried brew brew is supported somewhere else. I would expect that FFmpeg works out-of-the-box on 10

Re: [FFmpeg-user] RTSP/H.264 stream - errors, smearing

2016-11-04 Thread Carl Eugen Hoyos
2016-11-05 0:50 GMT+01:00 Keith Thelen : > On Nov 4, 2016, at 7:42 PM, Carl Eugen Hoyos wrote: >> For the warnings, please provide the recording of an elementary stream. > > Three minutes’ worth each, from two separate-but-identical cameras: > > http://www.kanabec.net/~kthelen/p/mankato.ts > http:

[FFmpeg-user] VBV buffer size not set - during stream copy

2016-11-04 Thread Hans Carlson
At some point after ffmpeg 2.8.5 I started to see this message when stream copying mpg2 videos: VBV buffer size not set, using default size of 130KB If you want the mpeg file to be compliant to some specification Like DVD, VCD or others, make sure you set the correct buffer size I can pro

[FFmpeg-user] Filter chain query

2016-11-04 Thread Dan Bridges
Instead of -vf file1,filter2 can I use -vf filter1 -vf filter2? I'm creating a FFMPEG command line based on EVs, with filtering based on the values of VOutputFrameSize and VFilter EVs. Dan. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http

Re: [FFmpeg-user] RTSP/H.264 stream - errors, smearing

2016-11-04 Thread Keith Thelen
On Nov 4, 2016, at 7:42 PM, Carl Eugen Hoyos wrote: > Is it possible that you are seeing a reception problem? I doubt it. These are IP cameras, both on decent links (one is even hard-wired to the same switch as the PC involved). Camera spec sheet, in case anyone’s curious: http://tinyurl.com/es

[FFmpeg-user] Installing on Snow Leopard 10.6.8

2016-11-04 Thread Joel Lopez
Hi, I'm stuck with some older machines that we can't upgrade because of software we have on them. Is it possible to install FFMPEG on OSX 10.6.8? I've tried brew and I got errors with git. I manually installed git and got around it. Now I'm getting stuck on Yasm. I've manually installed it bu

Re: [FFmpeg-user] FFMPEG freeze during m3u8 record

2016-11-04 Thread mario4025
yes the file work, however it is freezing every 2 seconds, the whole video. regarding the 404, i think this was just temporary on one stream. normally there is no 404 error. so do you think this can be patched or any way to have this working again? -- View this message in context: http://ffmp

Re: [FFmpeg-user] FFMPEG freeze during m3u8 record

2016-11-04 Thread mario4025
also if you watch the performer on your ipad (which is the m3u8 playlist stream) there is no any interruption or freeze. so i might think this is ffmpeg related? -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/FFMPEG-freeze-during-m3u8-record-tp4678057p4678095.html Sen

[FFmpeg-user] Segmentation fault with tee and fifo muxers

2016-11-04 Thread Maxim Kozlov
Hi all! Got Segmentation fault using tee and 2xfifo muxers. With tee + one fifo evrything works fine. # uname -a Linux 3.13.0-92-generic #139-Ubuntu SMP Tue Jun 28 20:42:26 UTC 2016 x86_64 x86_64 x86_64 GNU/Linux /opt/ffmpeg-git-20161104-64bit-static# ./ffmpeg -re -v verbose -i sample.mp4 -vf

Re: [FFmpeg-user] fade usage in complex filter

2016-11-04 Thread Erik Dobberkau
> > But at this point I`m getting a 'too many inputs specified' error just > trying to test the fade filter > > ffmpeg.exe -y -i "C:\Users\Public\Documents\Video > Recordings\99-9-99\tempc-2016-11-04-14-34-14.avi" -preset faster -r > 20 > -tune film -c:v libx264 -b:a 96k -crf 27 -pixel_format

[FFmpeg-user] fade usage in complex filter

2016-11-04 Thread Jesse Koegler
Hi, I am trying to add some fading in a complex filter. I`m not sure if this is the correct approach or not -- I have a video where I want to do some crossfading between scenes but I am stuck on simple fade. Ideally I want to do something like this: scene 1: frames 0-100 normal -- frames 100-120

Re: [FFmpeg-user] Specifying lib path when building ffmpeg

2016-11-04 Thread Matteo Naccari
> We have a process that we developed in the last decade to fix such issues: > We call it "reviewing" and it starts the moment you send a patch to the > mailing list. > (Note that I still believe there is no issue, but please proof me > wrong!) OK, I think we can send this patch after the 15th (on

Re: [FFmpeg-user] Issues with framerate read for wmv2 file

2016-11-04 Thread Carl Eugen Hoyos
2016-11-04 15:27 GMT+01:00 Mark Huang : > Hi Carl, > > Thanks for answering my question. I tried using a forced frame rate using > option "-r 30" and it seems to fix the issue. Out of curiosity, ffmpeg > outputs the framerate as: > > Stream #0:1(eng): Video: wmv2 (WMV2 / 0x32564D57), yuv420p, 6

Re: [FFmpeg-user] RTSP/H.264 stream - errors, smearing

2016-11-04 Thread Carl Eugen Hoyos
2016-11-04 17:01 GMT+01:00 Keith Thelen : > user@host$ ffmpeg -i rtsp://10.12.1.71/stream1 -vcodec copy /tmp/output.ts > ffmpeg version 3.1.3-static http://johnvansickle.com/ffmpeg/ Copyright (c) > 2000-2016 the FFmpeg developers Looks too old. Is it possible that you are seeing a reception pr

Re: [FFmpeg-user] Specifying lib path when building ffmpeg

2016-11-04 Thread Carl Eugen Hoyos
2016-11-04 17:45 GMT+01:00 Matteo Naccari : >> > Where is your patch? >> >> Found it, sorry. >> >> Is the memcpy() unavoidable? >> Since you already released, it's probably time to send the patch. > > Like I replied to Sven, we'd like to submit the patch shortly. Sounds good! > However, given th

Re: [FFmpeg-user] Specifying lib path when building ffmpeg

2016-11-04 Thread Matteo Naccari
Hi Carl, > > Where is your patch? > > Found it, sorry. > > Is the memcpy() unavoidable? > Since you already released, it's probably time to send the patch. Like I replied to Sven, we'd like to submit the patch shortly. However, given this outstanding issue with the linker linking the wrong libra

Re: [FFmpeg-user] Specifying lib path when building ffmpeg

2016-11-04 Thread Matteo Naccari
Hi Sven, > Did you put the path to your boost libraries in there, too? Alternatively can > you also try to set the LIBRARY_PATH and LD_LIBRARY_PATH and > LD_RUN_PATH variables. I've tried also this option but still it doesn't work. In particular the problem is that on my system I have libboost1.5

[FFmpeg-user] RTSP/H.264 stream - errors, smearing

2016-11-04 Thread Keith Thelen
Hello all! I have a couple of Pelco ES5230 cameras, which I’m trying to capture video from. But I’m having a couple problems: one, I get lots of errors (as below) mentioning the SEI has been truncated; and two, after a few minutes I’ll notice the bottom half of the picture will frequently appea

Re: [FFmpeg-user] ffmpeg mpegts timestamp mismatch

2016-11-04 Thread aergistal
> we see a constant mismatch between PTS and PCR Timestamps of exactly 700ms It's normal to have a PTS value greater than the current PCR. ISO/IEC 13818-1 says it must not exceed 1s. The default ffmpeg demux-decode delay is 0.7s. You can set it with -muxdelay [s]. __

Re: [FFmpeg-user] Issues with framerate read for wmv2 file

2016-11-04 Thread Mark Huang
Hi Carl, Thanks for answering my question. I tried using a forced frame rate using option "-r 30" and it seems to fix the issue. Out of curiosity, ffmpeg outputs the framerate as: Stream #0:1(eng): Video: wmv2 (WMV2 / 0x32564D57), yuv420p, 640x480, > 800 kb/s, SAR 1:1 DAR 4:3, 1k tbr, 1k tbn,

[FFmpeg-user] mpegts mux discard all pcr when use -codec copy

2016-11-04 Thread dariusz w
Hello, could you help me with this issue: why ffmpeg with option -codec copy and output -f segment discards all pcr from original file? Is there any possibility that we could keep original timing? regards -- View this message in context: http://ffmpeg-users.933282.n4.nabble.com/mpegts-mux-