Re: [FFmpeg-user] How to add 4 streams to one YouTube channel???

2018-10-16 Thread Rad J
Hi DL, Thanks for that suggestion, I got it all configured however it's not showing up live... any ideas? https://www.screencast.com/t/HIX0JDrhHs I have tried shared stream key as well as single stream key. Here is my command line used: ffmpeg -f lavfi -i anullsrc -rtsp_transport tcp -i

Re: [FFmpeg-user] Converting to Dialogic VOX format with ffmpeg

2018-10-16 Thread איל חסון
What does it take to "sponsor such a project"? Eyal Hasson. -Original Message- From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of Carl Eugen Hoyos Sent: Wednesday, October 17, 2018 12:47 AM To: FFmpeg user questions Subject: Re: [FFmpeg-user] Converting to Dialogic

Re: [FFmpeg-user] Converting to Dialogic VOX format with ffmpeg

2018-10-16 Thread Carl Eugen Hoyos
2018-10-16 15:39 GMT+02:00, איל חסון : > I know ffmpeg has a vox decoder, but do you know if there is > any way to use ffmpeg to CREATE vox files? Encoding to ADPCM_IMA_OKI is not supported, I guess you could sponsor such a project. Carl Eugen ___

Re: [FFmpeg-user] Roku Blu-Ray Playback: Blue Flickering at Bottom of Screen

2018-10-16 Thread Carl Eugen Hoyos
2018-10-16 17:58 GMT+02:00, Joshua Blagden : > Hi folks, > > I got into Blu-Rays about six months ago and I've been "digitizing" them > with MakeMKV. > > I have some Doctor Who Blu-Rays from 2011 that are in MPEG-4, but are > interlaced with MBAFF interlacing. Are you sure they are interlaced?

Re: [FFmpeg-user] Drawtext and Metadata

2018-10-16 Thread Carl Eugen Hoyos
2018-10-16 22:35 GMT+02:00, Grant Griffith : > No luck. "[Parsed_drawtext_3 @ 0x7fd419428000] %{metadata=print} > is not knowned= 0x " Please provide the command line you tested together with the complete, uncut console output. Carl Eugen ___

Re: [FFmpeg-user] Obscure Watermarking with ffmpeg possible?

2018-10-16 Thread Carl Eugen Hoyos
2018-10-16 8:56 GMT+02:00, Chris von Görstinger : > is it currently possible to watermark a video with obscure > watermarking algorithm in ffmpeg? Assuming you are not requesting a simple overlay: No. > Or is it planed for future to implement such a filter? I suspect most open-source activists

Re: [FFmpeg-user] Drawtext and Metadata

2018-10-16 Thread Grant Griffith
No luck. "[Parsed_drawtext_3 @ 0x7fd419428000] %{metadata=print} is not knowned= 0x " At this point I'm thinking of running ffprobe and parsing the xml into variables On Tue, Oct 16, 2018 at 2:58 PM DopeLabs wrote: > have you tried > > %{metadata=print:key=duration} > > > > > > On Oct 16,

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-16 Thread Paul B Mahol
On 10/16/18, DopeLabs wrote: > never happens to me and i have many processes that use -r running in the > background 24/7 > > they all start with > > ffmpeg -d -i > > and end with > > -f flv rtmp://host/app/stream > >> On Oct 16, 2018, at 3:16 16AM, sailor-godkane wrote: >> >> Could using -r

Re: [FFmpeg-user] How to add 4 streams to one YouTube channel???

2018-10-16 Thread Rad J
Hello Mortiz, Thanks for getting back to me so quickly! Here is my command line I currently use: ffmpeg -rtsp_transport tcp -i "rtsp://:@10.1.10.125:554/cam/realmonitor?channel=1=0" -i "rtsp://:@10.1.10.125:554/cam/realmonitor?channel=2=0" -f lavfi -i anullsrc -filter_complex "

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-16 Thread DopeLabs
never happens to me and i have many processes that use -r running in the background 24/7 they all start with ffmpeg -d -i and end with -f flv rtmp://host/app/stream On Oct 16, 2018, at 3:16 16AM, sailor-godkane wrote: > > Could using -r with a filtergraph at the same time hang the

Re: [FFmpeg-user] Drawtext and Metadata

2018-10-16 Thread DopeLabs
have you tried %{metadata=print:key=duration} > On Oct 16, 2018, at 7:18 04AM, Grant Griffith > wrote: > > Hey everyone > > I'm hoping to wanting to create a mosaic tile for video clips. I've got the > majority of the setup dialed in, but the drawtext metadata is fighting me. > > I'd

Re: [FFmpeg-user] How to add 4 streams to one YouTube channel???

2018-10-16 Thread DopeLabs
an option you may wish to explore if you have the available network and encoding resources is youtube live streaming support for multiple cameras for a single livestream. each 'camera' has its own rtmp ingestion url and stream key and the viewer can choose which of the cameras they want to

[FFmpeg-user] Roku Blu-Ray Playback: Blue Flickering at Bottom of Screen

2018-10-16 Thread Joshua Blagden
Hi folks, I got into Blu-Rays about six months ago and I've been "digitizing" them with MakeMKV. I have some Doctor Who Blu-Rays from 2011 that are in MPEG-4, but are interlaced with MBAFF interlacing. I tried deinterlacing with Handbrake (Decomb/Bob), but that just made it worse by adding

[FFmpeg-user] Drawtext and Metadata

2018-10-16 Thread Grant Griffith
Hey everyone I'm hoping to wanting to create a mosaic tile for video clips. I've got the majority of the setup dialed in, but the drawtext metadata is fighting me. I'd like to have my mosaic tiles with a box containing filename, duration, encoder and optionally file size. So far this is where I

Re: [FFmpeg-user] Obscure Watermarking with ffmpeg possible?

2018-10-16 Thread Jim Shupert
A big player on obscure watermarking is "nexguard" ( https://dtv.nagra.com/watermarking) Nexguard has an API for implementing their technology in external transcoders. Maybe this would be a possible solution for using obscure watermarking with ffmpeg? isn't nexguard an expensive solution? --

Re: [FFmpeg-user] Installing ffmpeg from source, missing libs

2018-10-16 Thread Moritz Barsnick
On Tue, Oct 16, 2018 at 14:51:26 +0200, Reindl Harald wrote: > fc14 = Fedora 14 > > current is Fedora 28 with freetype-2.8-10.fc28.x86_64 and F14 is from > 2010 - frankly didn't the OP find a more ancient environment when using > a distribution with new releases every 6 months? Very true. OTOH,

[FFmpeg-user] Converting to Dialogic VOX format with ffmpeg

2018-10-16 Thread איל חסון
I know ffmpeg has a vox decoder, but do you know if there is any way to use ffmpeg to CREATE vox files? ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

Re: [FFmpeg-user] Installing ffmpeg from source, missing libs

2018-10-16 Thread Reindl Harald
Am 16.10.18 um 13:50 schrieb Moritz Barsnick: > On Tue, Oct 16, 2018 at 12:03:51 +0200, paweg wrote: >> I'm trying to install ffmpeg from source using this guide >> https://trac.ffmpeg.org/wiki/CompilationGuide/Centos. Getting error in >> configure >> ERROR: freetype2 not found >> manually in

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-16 Thread Paul B Mahol
On 10/16/18, sailor-godkane wrote: > Could using -r with a filtergraph at the same time hang the command at > random? > It could produce various weird effects. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Installing ffmpeg from source, missing libs

2018-10-16 Thread Moritz Barsnick
On Tue, Oct 16, 2018 at 12:03:51 +0200, paweg wrote: > I'm trying to install ffmpeg from source using this guide > https://trac.ffmpeg.org/wiki/CompilationGuide/Centos. Getting error in > configure > ERROR: freetype2 not found > manually in command line: > $pkg-config --exists freetype2 || echo

Re: [FFmpeg-user] How to add 4 streams to one YouTube channel???

2018-10-16 Thread Moritz Barsnick
On Mon, Oct 15, 2018 at 23:04:39 -0500, Rad J wrote: > However I'm having some issues with the stream quality and frame loss... > also YouTube is complaining about my stream type... You sometimes need to fiddle against YouTube's expectation. I remember that YouTube didn't see my live stream

Re: [FFmpeg-user] Live Streaming in browser just downloads a file no streaming happening

2018-10-16 Thread DopeLabs
most browsers dont have native flash playback support and usually require the flash player plugin.. but.. flash support is basically deprecated in most major browsers. you didnt say what browser your using, but if its chrome you may find this a good read...

Re: [FFmpeg-user] ffmpeg hang in background

2018-10-16 Thread sailor-godkane
Could using -r with a filtergraph at the same time hang the command at random? -- Sent from: http://www.ffmpeg-archive.org/ ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link

Re: [FFmpeg-user] Obscure Watermarking with ffmpeg possible?

2018-10-16 Thread VP Lists
There was a way to watermark some time ago, but I haven’t visited this in many years. IIRC, it was taken out. Sorry, no more info than that. > On Oct 16, 2018, at 2:56 AM, Chris von Görstinger > wrote: > > Hello, > > is it currently possible to watermark a video with obscure

[FFmpeg-user] Installing ffmpeg from source, missing libs

2018-10-16 Thread paweg
I'm trying to install ffmpeg from source using this guide https://trac.ffmpeg.org/wiki/CompilationGuide/Centos. Getting error in configure ERROR: freetype2 not found manually in command line: $pkg-config --exists freetype2 || echo 'no lib' gives me nothing, so it exists. And also: $pkg-config

[FFmpeg-user] Obscure Watermarking with ffmpeg possible?

2018-10-16 Thread Chris von Görstinger
Hello, is it currently possible to watermark a video with obscure watermaerking algorithm in ffmpeg? Or is it planed for future to implement such a filter? A big player on obscure watermarking is "nexguard" ( https://dtv.nagra.com/watermarking) Nexguard has an API for implementing their