Re: [FFmpeg-user] Keep vfr and original pts

2021-01-24 Thread Gyan Doshi
On 24-01-2021 10:44 pm, Wolfgang Hugemann wrote: Use -vsync 0. No addiitional frames should be added. Well, this is true, but the video is switched to cfr. As I said, I tried this too. And usin mkv or webm instead of mp4 make no difference. Why do you believe the result is CFR, or rather

Re: [FFmpeg-user] v4l2 overlay on mjpeg stream

2021-01-24 Thread Baltazár Radics
On Mon, Jan 25, 2021 at 12:59 AM Carl Eugen Hoyos wrote: > For future questions: > Please always post all information here on the mailing list, do not > use external resources > except for input samples. > Sorry, I thought I'd read to use pastesites but that must have been another forum. You

Re: [FFmpeg-user] v4l2 overlay on mjpeg stream

2021-01-24 Thread Carl Eugen Hoyos
Am Mo., 25. Jan. 2021 um 00:42 Uhr schrieb Baltazár Radics : > > output of `ffmpeg -i https://192.168.11.139:8080/video -thread_queue_size > 2048 -i /dev/video3 -filter_complex > '[0:v]scale=iw*4/3:-1,crop=1280:720[cam];[1:v]scale=4*iw:-1:flags=neighbor[calc];[cam] > [calc]overlay' -vcodec

Re: [FFmpeg-user] v4l2 overlay on mjpeg stream

2021-01-24 Thread Baltazár Radics
output of `ffmpeg -i https://192.168.11.139:8080/video -thread_queue_size 2048 -i /dev/video3 -filter_complex '[0:v]scale=iw*4/3:-1,crop=1280:720[cam];[1:v]scale=4*iw:-1:flags=neighbor[calc];[cam] [calc]overlay' -vcodec rawvideo -pix_fmt yuv420p -f v4l2 /dev/video2`: http://ix.io/2NeC output of

Re: [FFmpeg-user] Slide show with vfr

2021-01-24 Thread pdr0
Wolfgang Hugemann wrote > I did one step backward and tried to construct a vfr video from the > scratch using slides a an input: > > ffmpeg -y -f concat -i input.txt colors.mkv > > with input.txt as: > > ffconcat version 1.0 > file 'red.png' > duration 250ms > file 'yellow.png' > duration 500ms

Re: [FFmpeg-user] v4l2 overlay on mjpeg stream

2021-01-24 Thread Carl Eugen Hoyos
Am So., 24. Jan. 2021 um 23:34 Uhr schrieb Baltazár Radics : > > I'm trying to overlay a v4l2 input on the mjpeg stream of an android IP > camera. The first few seconds are alright, but the overlay slowly lags > behind more and more, and starts dropping frames. > I also get the following warning:

[FFmpeg-user] v4l2 overlay on mjpeg stream

2021-01-24 Thread Baltazár Radics
I'm trying to overlay a v4l2 input on the mjpeg stream of an android IP camera. The first few seconds are alright, but the overlay slowly lags behind more and more, and starts dropping frames. I also get the following warning: > > Thread message queue blocking; consider raising the

Re: [FFmpeg-user] Slide show with vfr

2021-01-24 Thread Carl Eugen Hoyos
Am So., 24. Jan. 2021 um 18:23 Uhr schrieb Wolfgang Hugemann : > > I did one step backward and tried to construct a vfr video from the > scratch using slides a an input: > > ffmpeg -y -f concat -i input.txt colors.mkv > > with input.txt as: > > ffconcat version 1.0 > file 'red.png' > duration

Re: [FFmpeg-user] Troublemaker in bugtracker

2021-01-24 Thread Carl Zwanzig
On 1/24/2021 1:37 AM, Paul B Mahol wrote: People should just ignore Carl Zwanzing and Phil Rhodes entries after all. (please spell my name correctly) Again, a statement without evidence or explanation, worth approximately nothing (ref the Latin proverb "quod grātīs asseritur, grātīs negātur"

[FFmpeg-user] Slide show with vfr

2021-01-24 Thread Wolfgang Hugemann
I did one step backward and tried to construct a vfr video from the scratch using slides a an input: ffmpeg -y -f concat -i input.txt colors.mkv with input.txt as: ffconcat version 1.0 file 'red.png' duration 250ms file 'yellow.png' duration 500ms file 'green.png' duration 500ms file 'cyan.png'

Re: [FFmpeg-user] Keep vfr and original pts

2021-01-24 Thread Wolfgang Hugemann
> Use -vsync 0. No addiitional frames should be added. Well, this is true, but the video is switched to cfr. As I said, I tried this too. And usin mkv or webm instead of mp4 make no difference. ffmpeg -y -i kollision.mp4 -vf boxblur=10:1 -vsync 0 -copyts blur.mp4 gives the output: ffmpeg

Re: [FFmpeg-user] Troublemaker in bugtracker

2021-01-24 Thread Bouke
> On 24 Jan 2021, at 10:37, Paul B Mahol wrote: > > People should just ignore Carl Zwanzing and Phil Rhodes entries after all. You are totally right, but I cant help myself. If ‘fake news’ (Don’t get me started on that…) is spread, I want to give some alternative view. And one thing I can’t

Re: [FFmpeg-user] 7.1 wave filter complex amerge issue

2021-01-24 Thread Bouke
> On 24 Jan 2021, at 11:44, Paul B Mahol wrote: > > On Sun, Jan 24, 2021 at 11:39 AM Bouke > wrote: > >> >> >>> On 24 Jan 2021, at 11:29, Paul B Mahol >> > wrote: >>> >>> On Sun, Jan 24, 2021 at 11:26 AM Bouke >> >

Re: [FFmpeg-user] 7.1 wave filter complex amerge issue

2021-01-24 Thread Paul B Mahol
On Sun, Jan 24, 2021 at 11:39 AM Bouke wrote: > > > > On 24 Jan 2021, at 11:29, Paul B Mahol wrote: > > > > On Sun, Jan 24, 2021 at 11:26 AM Bouke bo...@editb.nl>> wrote: > > > >> Trying to remap channels in a 7.1 Wave file, but that gives me a strange > >> error. > >> > >> (I’ve reduced my

Re: [FFmpeg-user] 7.1 wave filter complex amerge issue

2021-01-24 Thread Bouke
> On 24 Jan 2021, at 11:29, Paul B Mahol wrote: > > On Sun, Jan 24, 2021 at 11:26 AM Bouke > wrote: > >> Trying to remap channels in a 7.1 Wave file, but that gives me a strange >> error. >> >> (I’ve reduced my lines to the most simple to reproduce.) >> >> When I use

Re: [FFmpeg-user] 7.1 wave filter complex amerge issue

2021-01-24 Thread Paul B Mahol
On Sun, Jan 24, 2021 at 11:26 AM Bouke wrote: > Trying to remap channels in a 7.1 Wave file, but that gives me a strange > error. > > (I’ve reduced my lines to the most simple to reproduce.) > > When I use the same input file, but do a 5.1 remap it works as expected: > /Applications/ffmpeg -i

[FFmpeg-user] 7.1 wave filter complex amerge issue

2021-01-24 Thread Bouke
Trying to remap channels in a 7.1 Wave file, but that gives me a strange error. (I’ve reduced my lines to the most simple to reproduce.) When I use the same input file, but do a 5.1 remap it works as expected: /Applications/ffmpeg -i /Volumes/Data/LC_testfiles/8chan.wav -filter_complex

Re: [FFmpeg-user] colorchannelmixer: perceptual gamma

2021-01-24 Thread Simon Taylor
On Sat, 23 Jan 2021 at 21:34, Paul B Mahol wrote: > On Sat, Jan 23, 2021 at 6:32 PM Simon Taylor > wrote: > > > Question: Is there a way to make ffmpeg's colorchannelmixer use > perceptual > > gamma? > > > > Added pl option to colorchannelmixer. It is designed to preserve overall > rgb

Re: [FFmpeg-user] Troublemaker in bugtracker

2021-01-24 Thread Paul B Mahol
People should just ignore Carl Zwanzing and Phil Rhodes entries after all. They will eventually leave when they see they can not influence users. On Sun, Jan 24, 2021 at 4:23 AM Carl Zwanzig wrote: > Proof or it didn't happen? Did you just call Phil a liar? To what purpose? > > On 1/23/2021