Re: [FFmpeg-user] recording @ 120fps on mac fails with 'activeVideoMinFrameDuration not supported'

2017-11-14 Thread DopeLabs
what you are seeing is from the status line during the encode... this shows you the current encoding frame rate. if its below the specified framerate, the 'speed' value at the end of that line will be less than 1. basically your current system hardware, and current ffmpeg encoding options can

Re: [FFmpeg-user] recording @ 120fps on mac fails with 'activeVideoMinFrameDuration not supported'

2017-11-14 Thread Roman Puttkammer
I did run into another issue; though the frame rate 320/240 @ 120fps is set successfully, ffmpeg reports only 30+ fps later on. (It starts off at 50, then drops down to 30+ shortly thereafter.) This seems less straightforward - unless I'm not using the command line options right (or am

Re: [FFmpeg-user] recording @ 120fps on mac fails with 'activeVideoMinFrameDuration not supported'

2017-11-14 Thread Roman Puttkammer
Never mind, found the issue. The code in avfoundation.m breaks out of one loop only instead of two. I'll submit a patch. On Tue, Nov 14, 2017 at 9:03 PM Roman Puttkammer wrote: > Carl - thanks, I tried that now. Same thing happens. > > I found this link that seems to

Re: [FFmpeg-user] Overlay fails in the middle of the video

2017-11-14 Thread Carl Eugen Hoyos
2017-11-12 19:30 GMT+01:00 Michael Koch : > I'm trying to make a timelapse video from 145 images, which must first be > cropped to quadratic size and then a circular mask must be overlaid. The > overlay comes from a PNG image (black border with transparent circle).

Re: [FFmpeg-user] How to record via udp without c:v copy?

2017-11-14 Thread Carl Eugen Hoyos
2017-11-13 23:11 GMT+01:00 jjouv hcchnv : > I want to record from sever that play rtsp You cannot "record" (as in: dump) an rtsp stream > udp This is not related to udp. > When I record without c:v copy I get lot of packages lost > so i cant stream it well Then I

Re: [FFmpeg-user] Overlay fails in the middle of the video

2017-11-14 Thread Michael Koch
> OT: Cool photos! Michael, what lens did you use? An 8mm? If you don't mind me asking. yes, Canon EF 8-15mm at 8mm. I'm making a timelapse in the wood over a full year. > If you wanted to convert it back this could work? > $ ffmpeg -i IMG_044.JPG -pix_fmt yuvj422p IMG_044-yuvj422p.JPG

[FFmpeg-user] Απ: FFmepg transcode to h265

2017-11-14 Thread Robison Robison
Hello, Maybe i need install libx265? I think also is necessary to update the my ffmepg, u can explain how to do? Thanks Από: ffmpeg-user εκ μέρους του Moritz Barsnick Στάλθηκε: Τρίτη, 14 Νοεμβρίου 2017 9:58

Re: [FFmpeg-user] FFmepg transcode to h265

2017-11-14 Thread Moritz Barsnick
On Tue, Nov 14, 2017 at 19:45:05 +, Robison Robison wrote: > I need transcode video to format h265. Now i am trancode in h264 > format. Please how i can to change format H264 to H265? [...] > vcodec=libx264 Change libx264 to e.g. libx265. Your ffmpeg needs to support the particular encoders

[FFmpeg-user] FFmepg transcode to h265

2017-11-14 Thread Robison Robison
Hello, I need transcode video to format h265. Now i am trancode in h264 format. Please how i can to change format H264 to H265? This is the command ffmepg command=/usr/local/bin/ffmpeg -probesize 200 -correct_ts_overflow 1 -i http://178.54.624.8:5789 -threads auto -acodec libfaac -vpre

Re: [FFmpeg-user] Decklink SDI Closed Captions / teletext capture

2017-11-14 Thread Ross Currie
Thanks. I must have mis-read that previously. On Sun, Nov 12, 2017 at 8:24 AM, Carl Eugen Hoyos wrote: > 2017-11-10 21:44 GMT+01:00 Ross Currie : > > Has anyone had any success capturing closed captions text from SDI using > a > > decklink card? > > > > I'm

Re: [FFmpeg-user] recording @ 120fps on mac fails with 'activeVideoMinFrameDuration not supported'

2017-11-14 Thread Carl Eugen Hoyos
2017-11-14 4:54 GMT+01:00 Roman Puttkammer : > ffmpeg version 3.4 Copyright (c) 2000-2017 the FFmpeg developers Please test current FFmpeg git head. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Subscription to mailing list doesn't work

2017-11-14 Thread Michael Koch
> I will contact them to be removed from the blacklist/blocklist. Thank you very much. It's working now. Michael ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or

[FFmpeg-user] Inhouse VODs on Windows

2017-11-14 Thread Wilk, Sebastian
Good day to all of you avid Ffmpegpeople, as the title suggests I am trying to create (at least a prototype, that is) of an inhouse "YouTube" if you will. The goals are: Video on demand, users will click on a link/file, which should then open in a viewer (preferably browser)