Re: [FFmpeg-user] minterpolate ...for Paul

2021-01-27 Thread Carl Eugen Hoyos
> Am 28.01.2021 um 07:26 schrieb Mark Filipak (ffmpeg) : > > I'm seeing problems with minterpolate that manifest as occasional visual > errors in particular areas. Command line, complete, uncut console output and an input file missing. Carl Eugen

[FFmpeg-user] minterpolate ...for Paul

2021-01-27 Thread Mark Filipak (ffmpeg)
I'm seeing problems with minterpolate that manifest as occasional visual errors in particular areas. Visually, the issue looks like a math error diddling macroblocks. But there's some strangeness. The scene is a camera pan to the right and up. The strangeness appears at the top of the frame (as

Re: [FFmpeg-user] minterpolate problem

2021-01-27 Thread Mark Filipak (ffmpeg)
On 01/27/2021 05:47 PM, Carl Eugen Hoyos wrote: Am Mi., 27. Jan. 2021 um 02:03 Uhr schrieb Mark Filipak (ffmpeg) : ffmpeg -i SOURCE -map 0 -filter_complex "split[1][2], \ [1]telecine=pattern=55, select=not(eq(mod(n\,5)\,2))[3], \

Re: [FFmpeg-user] minterpolate problem

2021-01-27 Thread Carl Eugen Hoyos
Am Mi., 27. Jan. 2021 um 02:03 Uhr schrieb Mark Filipak (ffmpeg) : > ffmpeg -i SOURCE -map 0 -filter_complex "split[1][2], \ > [1]telecine=pattern=55, select=not(eq(mod(n\,5)\,2))[3], \ > [2]minterpolate=fps=6/1001:mi_mode=mci=mc_mode=obmc:scd=fdiff:scd_threshold=10, > \ >

Re: [FFmpeg-user] Sync. Issue. Video Gradually Falls Behind

2021-01-27 Thread Carl Eugen Hoyos
Am Mi., 27. Jan. 2021 um 19:09 Uhr schrieb Thomas Seilund via ffmpeg-user : > > > On 1/26/21 6:01 PM, Carl Eugen Hoyos wrote: > > Am Di., 26. Jan. 2021 um 16:51 Uhr schrieb Thomas Seilund via > > ffmpeg-user : > > > >> Input #0, h264, from 'pipe:': > >> Duration: N/A, bitrate: N/A > >>

Re: [FFmpeg-user] Sync. Issue. Video Gradually Falls Behind

2021-01-27 Thread Thomas Seilund via ffmpeg-user
On 1/26/21 6:01 PM, Carl Eugen Hoyos wrote: Am Di., 26. Jan. 2021 um 16:51 Uhr schrieb Thomas Seilund via ffmpeg-user : Input #0, h264, from 'pipe:': Duration: N/A, bitrate: N/A Stream #0:0: Video: h264 (High), yuv420p(progressive), 1280x720, 25 fps, 25 tbr, 1200k tbn, 50 tbc

Re: [FFmpeg-user] minterpolate problem

2021-01-27 Thread Phil Rhodes via ffmpeg-user
> I didn't know I could get help on individual filters.  To be completely fair, that is actually in the docs, but it's not exactly on the front page. P ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] minterpolate problem

2021-01-27 Thread Mark Filipak (ffmpeg)
On 01/27/2021 05:31 AM, Paul B Mahol wrote: On Wed, Jan 27, 2021 at 6:03 AM Mark Filipak (ffmpeg) wrote: I ask this because I think it can only be answered by looking at the source code. I'm not competent to do that. Your thinking is invalid. What part? Is 'mi_mode=dup' or

Re: [FFmpeg-user] (no subject)

2021-01-27 Thread owen s
adding realtime before the crop filter dropped the bitrate and increased the encoding speed to 80x i moved the realtime t filter after hwdownload, but the speed was still about 1.78 I looked over the filter documentation: https://ffmpeg.org/ffmpeg-filters.html#realtime_002c-arealtime and noticed

Re: [FFmpeg-user] minterpolate problem

2021-01-27 Thread Phil Rhodes via ffmpeg-user
On Wednesday, 27 January 2021, 10:31:35 GMT, Paul B Mahol wrote: > ffmpeg -h filter=minterpolate Y'know, I've been using ffmpeg for a really long time, and I had no idea you could do that. P ___ ffmpeg-user mailing list

Re: [FFmpeg-user] minterpolate problem

2021-01-27 Thread Paul B Mahol
On Wed, Jan 27, 2021 at 6:03 AM Mark Filipak (ffmpeg) wrote: > I ask this because I think it can only be answered by looking at the > source code. I'm not competent > to do that. > Your thinking is invalid. > > Is 'mi_mode=dup' or 'mi_mode=blend' or 'mi_mode=mci' the default? > ffmpeg -h

Re: [FFmpeg-user] What is the usage for -cgop/+cgop and -g options.

2021-01-27 Thread Hongyi Zhao
On Wed, Jan 27, 2021 at 10:52 AM pdr0 wrote: > > Hongyi Zhao wrote > > I noticed there are -cgop/+cgop and -g options used by ffmpeg. But I > > really can't figure out the usage of them. Any hints will be highly > > appreciated. > > -g is the maximum gop length (the maximum keyframe interval) .

Re: [FFmpeg-user] minterpolate problem

2021-01-27 Thread list+ffmpeg-user
On 2021-01-26 20:05, Mark Filipak (ffmpeg) wrote: On 01/26/2021 09:49 PM, pdr0 wrote: Jim DeLaHunt-2 wrote Perhaps the character between 'mci' and 'mc_mode' should be ':' instead of '='? That works for me -vf minterpolate=fps=6/1001:mi_mode=mci:mc_mode=obmc:scd=fdiff:scd_threshold=10