Re: [FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread Paul B Mahol
On 3/8/22, morgan holly via ffmpeg-user wrote: > > >> On Mar 8, 2022, at 12:07 PM, Paul B Mahol wrote: >> >> On 3/8/22, morgan holly via ffmpeg-user > > wrote: >>> Hi, >>> >>> I’m trying to remove telecine from a prores mov file using the pullup >>> filter: >>> >>>

Re: [FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread morgan holly via ffmpeg-user
> On Mar 8, 2022, at 12:07 PM, Paul B Mahol wrote: > > On 3/8/22, morgan holly via ffmpeg-user > wrote: >> Hi, >> >> I’m trying to remove telecine from a prores mov file using the pullup >> filter: >> >> Source file: >> Video: prores (LT), top coded first

Re: [FFmpeg-user] FFmpeg pipeline debugging

2022-03-08 Thread Alan
awesome, though I would also need the actual filter graph. How would I get that (assuming I’m not building/specifying filter graph in the ffmpeg command). So rephrasing the question: does ffmpeg produce an internal filter graph when user specifies a command line like below and if so how can I

[FFmpeg-user] Can't make zmq listen on anything but port 5555

2022-03-08 Thread Thomas Seilund via ffmpeg-user
Hi All I have an ex where ffmpeg using zmq listens on port . Command is only used to demonstrate opening of local port: ffmpeg -y -video_size 320x240 -i /dev/video0 -filter_complex "zmq,setpts=PTS-STARTPTS" -c:v libx264 -s 320x240 -r 25 -f mpegts /dev/null ffmpeg version

Re: [FFmpeg-user] FFmpeg pipeline debugging

2022-03-08 Thread Carl Zwanzig
On 3/8/2022 11:50 AM, Alan Petrus wrote: If so, can someone please point me in the right direction to look up documentation or examples of this case? Check this out- https://ffmpeg.org/ffmpeg-all.html#graph2dot Whether you have this program depends on how the build you're using was packaged,

[FFmpeg-user] FFmpeg pipeline debugging

2022-03-08 Thread Alan Petrus
Hello, I am trying to figure out how FFmpeg command line tool chains commands and runs them behind the scene and I'm wondering if it has concept of pipeline and pipeline graphs much like Gstreamer has; For example, https://gstreamer.freedesktop.org/documentation/tutorials/basic/images/playbin.png

Re: [FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread llee040
> On Mar 8, 2022, at 1:39 PM, Paul B Mahol wrote: > > If it still use yuv420p as first format in chain, it is wrong and not > correct approach. AFAIK the short example can be used to recreate the issue, however, it may not be a match for the source. L. Lee

Re: [FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread Paul B Mahol
On 3/8/22, llee040 wrote: > > >> On Mar 8, 2022, at 11:32 AM, morgan holly via ffmpeg-user >> wrote: >> >> Hi, >> >> I’m trying to remove telecine from a prores mov file using the pullup >> filter: >> >> Source file: >> Video: prores (LT), top coded first (swapped)), 720x480, 29.97 fps, 29.97 >>

Re: [FFmpeg-user] Average N frames of RTSP video for better snapshot quality?

2022-03-08 Thread Steven Kan
> On Mar 8, 2022, at 11:02 AM, Steven Kan wrote: > > >> On Mar 8, 2022, at 10:32 AM, Michael Koch >> wrote: >> >> Am 08.03.2022 um 19:09 schrieb Steven Kan: >>> After 7.5 years of waiting, my banana plant is finally flowering! I want to >>> do a time-lapse capture of the flowering and

Re: [FFmpeg-user] Average N frames of RTSP video for better snapshot quality?

2022-03-08 Thread Carl Zwanzig
On 3/8/2022 10:09 AM, Steven Kan wrote: Is there a way to tell ffmpeg to collect N frames of video and output one single averaged image to improve the SNR? Even if there’s some wind, the flower stalk shouldn’t be moving much. and that results in N JPGs. I suppose I could have a second ffmpeg

Re: [FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread llee040
> On Mar 8, 2022, at 11:32 AM, morgan holly via ffmpeg-user > wrote: > > Hi, > > I’m trying to remove telecine from a prores mov file using the pullup filter: > > Source file: > Video: prores (LT), top coded first (swapped)), 720x480, 29.97 fps, 29.97 > tbr, 30k tbn, 30k tbc (default) > >

Re: [FFmpeg-user] FFMPEG loudnorm - linear normalization

2022-03-08 Thread Paul B Mahol
On 3/8/22, CMG DiGiTaL wrote: > Yeah, this is what I suspected. You've got source files that are below >> > > Okay Clayton, I get the concept! > > As I'm doing a batch for myself, if necessary, normalize the LUFS of my > files, I was > left with this doubt as to why I can't do it in linear mode

Re: [FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread Paul B Mahol
On 3/8/22, morgan holly via ffmpeg-user wrote: > Hi, > > I’m trying to remove telecine from a prores mov file using the pullup > filter: > > Source file: > Video: prores (LT), top coded first (swapped)), 720x480, 29.97 fps, 29.97 > tbr, 30k tbn, 30k tbc (default) > > Command: > ffmpeg -i

Re: [FFmpeg-user] Average N frames of RTSP video for better snapshot quality?

2022-03-08 Thread Steven Kan
> On Mar 8, 2022, at 10:32 AM, Michael Koch wrote: > > Am 08.03.2022 um 19:09 schrieb Steven Kan: >> After 7.5 years of waiting, my banana plant is finally flowering! I want to >> do a time-lapse capture of the flowering and fruiting process. Due to its >> location, the easiest way for me to

Re: [FFmpeg-user] Average N frames of RTSP video for better snapshot quality?

2022-03-08 Thread Michael Koch
Am 08.03.2022 um 19:09 schrieb Steven Kan: After 7.5 years of waiting, my banana plant is finally flowering! I want to do a time-lapse capture of the flowering and fruiting process. Due to its location, the easiest way for me to get a camera out there is to use a little WyzeCam v3 with the

[FFmpeg-user] Average N frames of RTSP video for better snapshot quality?

2022-03-08 Thread Steven Kan
After 7.5 years of waiting, my banana plant is finally flowering! I want to do a time-lapse capture of the flowering and fruiting process. Due to its location, the easiest way for me to get a camera out there is to use a little WyzeCam v3 with the RTSP firmware and the Wyze lamp socket.

Re: [FFmpeg-user] FFMPEG loudnorm - linear normalization

2022-03-08 Thread CMG DiGiTaL
Yeah, this is what I suspected. You've got source files that are below > Okay Clayton, I get the concept! As I'm doing a batch for myself, if necessary, normalize the LUFS of my files, I was left with this doubt as to why I can't do it in linear mode and why I couldn't reach the -10 LUFS

[FFmpeg-user] Pullup filter is introducing chroma lag

2022-03-08 Thread morgan holly via ffmpeg-user
Hi, I’m trying to remove telecine from a prores mov file using the pullup filter: Source file: Video: prores (LT), top coded first (swapped)), 720x480, 29.97 fps, 29.97 tbr, 30k tbn, 30k tbc (default) Command: ffmpeg -i pullup_test.mov -an -vf pullup -r 24000/1001 -pix_fmt yuv420p -y

Re: [FFmpeg-user] Subtitles

2022-03-08 Thread llee...@sbcglobal.net
On Mar 8, 2022, at 5:13 AM, Vincent Meyrignac wrote: > > Good day. > > What I intend to do is to merge a subtitles file to a video one and get a > video file with the subtitles. > > I am using a HP Notebook with CPU Intel(R) Core (TM) i7-7500 CPU@ 2.70GHz > 2.90 GHz >withRAM 8,00 Go

[FFmpeg-user] Subtitles

2022-03-08 Thread Vincent Meyrignac
Good day. What I intend to do is to merge a subtitles file to a video one and get a video file with the subtitles. I am using a HP Notebook with CPU Intel(R) Core (TM) i7-7500 CPU@ 2.70GHz 2.90 GHz withRAM 8,00 Go AMD radeon and with Windows 10 Family 1803 Ok : it's