Re: [FFmpeg-user] How to properly escape a literal comma ", " in drawtext filter text?

2020-12-28 Thread Steven Kan
> On Dec 28, 2020, at 9:33 PM, Carl Zwanzig wrote: > > On 12/28/2020 5:44 PM, Carl Zwanzig wrote: >> (If I have a chance later tonight, I might look into the filter's source >> code.) > > I took an admittedly quick look at vf_drawtext.c and the helper routines. It > looks like the only string

Re: [FFmpeg-user] How to properly escape a literal comma ", " in drawtext filter text?

2020-12-28 Thread Carl Zwanzig
On 12/28/2020 5:44 PM, Carl Zwanzig wrote: (If I have a chance later tonight, I might look into the filter's source code.) I took an admittedly quick look at vf_drawtext.c and the helper routines. It looks like the only string quoting needed would be for '\' and '%', so not for a comma. I

[FFmpeg-user] Screenrecording bound to a certain window & desktop ?

2020-12-28 Thread tuxic
Hi, (I am using GENTOO Linux and X11/openbox and a NVidia GeForce RTX 2060 SUPER graphics card.) I want to use ffmpeg for screenrecording (beside other tings of course...) Currently I need to stay on the certain desktop, which I currentlu recording. Is it possible somehow, to "lock" ffmpeg to

[FFmpeg-user] simple bob -- How?

2020-12-28 Thread Mark Filipak (ffmpeg)
I seek a way to do simple bob (i.e. repeat fields at 2xFPS) with no other filtering. Can you help me? I suppose I could do something like this: -filter_complex "split[s1][s2],[s1]separatefields[A1][a1],[s2]separatefields[A2][a2],[A1][A2]weave[Ao],[a1][a2]weave[ao],[Ao][ao]merge" (Kindly

Re: [FFmpeg-user] Thank you, Paul - Decimation with ppsrc=1 malfunctions

2020-12-28 Thread Mark Filipak (ffmpeg)
On 12/28/2020 03:01 PM, Mark Filipak (ffmpeg) wrote: -snip-> Thank you, Paul. I still see one small problem (which may be in the source) which I'd like to pursue, but the 2 major faults are now gone. Congratulations! ffmpeg -report -i preprocessed.mkv -i source.mkv -filter_complex

Re: [FFmpeg-user] How to properly escape a literal comma ", " in drawtext filter text?

2020-12-28 Thread Carl Zwanzig
On 12/28/2020 5:20 PM, Steven Kan wrote: Hmmm. I just tried: ./ffmpeg -i /Users/steven/Documents/Baking/4Up.mp4 -t 00:00:02 -vf drawtext="fontfile=/System/Library/Fonts/Keyboard.ttf: fontcolor=white: textfile=/Users/steven/Documents/Baking/UpperLeft.txt'" -c:v libx264

Re: [FFmpeg-user] How to properly escape a literal comma ", " in drawtext filter text?

2020-12-28 Thread Steven Kan
> On Dec 28, 2020, at 1:02 PM, Carl Zwanzig wrote: > > On 12/27/2020 11:01 AM, Steven Kan wrote: >> If I use that exact string, the comma renders as a white box. According >> to the drawtext documentation, I should escape the comma, but depending >> on the context I may have to escape the escape

Re: [FFmpeg-user] How to properly escape a literal comma ", " in drawtext filter text?

2020-12-28 Thread Carl Zwanzig
On 12/27/2020 11:01 AM, Steven Kan wrote: If I use that exact string, the comma renders as a white box. According to the drawtext documentation, I should escape the comma, but depending on the context I may have to escape the escape character before the comma, etc. I'm not on a mac, but it

Re: [FFmpeg-user] How to properly escape a literal comma ", " in drawtext filter text?

2020-12-28 Thread Steven Kan
Thanks for the feedback. I should have specified that I’m using macOS 10.14.6. Does anyone else have experience putting literal commas in their drawtext on macOS? > On Dec 27, 2020, at 12:34 PM, pdr0 wrote: > > > Not sure about other OS's - For Windows, you don't need to escape commas >

[FFmpeg-user] Thank you, Paul - Decimation with ppsrc=1 malfunctions

2020-12-28 Thread Mark Filipak (ffmpeg)
On 12/27/2020 04:48 PM, Mark Filipak (ffmpeg) wrote: On 12/27/2020 04:26 PM, Paul B Mahol wrote: On Sun, Dec 27, 2020 at 7:56 PM pdr0 wrote: pdr0 wrote I don't know if it's the full explanation... The way it should work is ppsrc should disable everything else , given if input src ,and ppsrc

[FFmpeg-user] separatefields, select=eq(mod(n, 4), 0)+eq(mod(n, 4), 3), weave

2020-12-28 Thread Mark Filipak (ffmpeg)
g started on 2020-12-28 at 12:44:59 Report written to "ffmpeg-20201228-124459.log" Log level: 48 ffmpeg version N-100461-gb0a882cc93 Copyright (c) 2000-2020 the FFmpeg developers built with gcc 9.3-win32 (GCC) 20200320 configuration: --prefix=/ffbuild/prefix --pkg-config-flags=--stati

Re: [FFmpeg-user] Ynt: Mailman privacy alert

2020-12-28 Thread Carl Zwanzig
On 12/28/2020 6:54 AM, MERT Gürtürk wrote: I have 8 minutes and 51 seconds of video recording (30 fps). Although the total image is 532, it turns out to be 533. Do you mean the number of seconds? Do you get that number from playing the video or from the metadata (which isn't always to be

[FFmpeg-user] Ynt: Mailman privacy alert

2020-12-28 Thread MERT Gürtürk
Hi, I have 8 minutes and 51 seconds of video recording (30 fps). Although the total image is 532, it turns out to be 533. ffmpeg -i 1.MP4 -c:v mpeg4 -q:v 2.0 -vsync 0 -an 2.MP4 I converted it to cfr format using this code.The result has not changed. Also, while dividing the video into

[FFmpeg-user] ffplay - Hikvision RTSP stream on Wan

2020-12-28 Thread Moty . Hevroni
Dear ffmpeg support team, I would like to get your opinion on a problem that occurs when trying to open RTSP streams, of our cameras (Hikvision) via Wan: When accessing the camera within the LAN, by command: (ffplay -i rtsp://admin:pass@192.168.1.40/streaming/channels/101/) The connection is