Re: [FFmpeg-user] Replace part of video with series of images

2018-01-30 Thread Carl Eugen Hoyos
2018-01-31 0:51 GMT+01:00 Joshua Grauman : > replace > Applicable if the input has alpha. With value 1, the pixels of the painted > box will overwrite the video’s color and alpha pixels. Default is 0, which > composites the box onto the input, leaving the video’s alpha intact. > > This is exactly

Re: [FFmpeg-user] Replace part of video with series of images

2018-01-30 Thread Joshua Grauman
I've made some progress with my command. But I've run into a problem. In the docs, under the drawbox command, it lists an option 'replace' replace Applicable if the input has alpha. With value 1, the pixels of the painted box will overwrite the video’s color and alpha pixels. Default is 0, whic

Re: [FFmpeg-user] Fwd: librsvg-2.0 not found using pkg-config

2018-01-30 Thread Carl Eugen Hoyos
2018-01-30 20:48 GMT+01:00 Charles Lawrence : > Based on Carl's suggestion, I switched over to git head vs the 3.4.1 > release and am encountering the same problem. > > The only option now that I'm trying to configure is librsvg but am > still encountering the "librsvg-2.0 not found using pkg-confi

Re: [FFmpeg-user] Fwd: librsvg-2.0 not found using pkg-config

2018-01-30 Thread Charles Lawrence
Based on Carl's suggestion, I switched over to git head vs the 3.4.1 release and am encountering the same problem. The only option now that I'm trying to configure is librsvg but am still encountering the "librsvg-2.0 not found using pkg-config" issue. I am now working directly in a debian stretc

Re: [FFmpeg-user] stream hls from ffmpeg via media-server to TV

2018-01-30 Thread Thomas Schmiedl
ffmpeg command: ffmpeg -i https://hddn01.skylinewebcams.com/live.m3u8?a=8i2q89556mjh7dlo87u31qm2h1 -c copy -f mpegts -listen 1 http://192.168.178.1:1234 ffmpeg output: ffmpeg version 3.4.1 Copyright (c) 2000-2017 the FFmpeg developers built with gcc 4.8.5 (GCC) configuration: --prefix=/h

Re: [FFmpeg-user] Reencoding video from image sequence doesn't work (sometimes)

2018-01-30 Thread serialhex
> On Sun, Jan 28, 2018 at 12:02 PM, Carl Eugen Hoyos wrote: > 2018-01-18 22:34 GMT+01:00 Carl Eugen Hoyos : > > > Are the attachments of your output file the reason for the > > issue: Does it disappear if you only put one video and one > > audio stream in the output file? > > Did you comment on t

Re: [FFmpeg-user] Fwd: librsvg-2.0 not found using pkg-config

2018-01-30 Thread Carl Eugen Hoyos
2018-01-30 3:06 GMT+01:00 Charles Lawrence : > Created a debian-based dockerfile a few days ago that successfully > built ffmpeg 3.4.1 from source with librsvg enabled. > > However today, without any intervening changes in the build script, > librsvg fails due to "librsvg-2.0 not found using pkg-co