[FFmpeg-devel] [PATCH v2] avformat/img2dec: Option to play sequence backwards

2022-02-14 Thread Sergio Acereda
This patch should allow playing an image sequence in backwards direction, without needing to apply a reverse filter. ffmpeg -i sequence%05d.png forward.mkv ffmpeg -reverse 1 -i sequence%05d.png backward.mkv Signed-off-by: Sergio Acereda --- libavformat/img2.h| 1 + libavformat/img2dec.c

Re: [FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards

2022-02-13 Thread Sergio Acereda
Once I have a new patch, how should I proceed? Should I amend my previous commit and send a new patch with [FFmpeg-devel,v2] prefix? Thanks, > On 12 Feb 2022, at 12:57, Sergio Acereda wrote: ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org htt

[FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards

2022-02-12 Thread Sergio Acereda
This patch should allow playing an image sequence in backwards direction, without needing to apply a reverse filter. ffmpeg -i sequence%05d.png forward.mkv ffmpeg -reverse 1 -i sequence%05d.png backward.mkv Signed-off-by: Sergio Acereda --- libavformat/img2.h| 1 + libavformat/img2dec.c

[FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards

2022-02-11 Thread Sergio Acereda
This patch should allow to play an image sequence in backwards direction, without needing to apply a reverse filter. ffmpeg -i sequence%05d.png forward.mkv ffmpeg -reverse 1 -i sequence%05d.png backward.mkv Signed-off-by: Sergio Acereda --- libavformat/img2.h| 1 + libavformat/img2dec.c

Re: [FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards

2022-02-11 Thread Sergio Acereda
> I think Apple Mail wraps the lines in the mail or somehow else alters it > breaking > the patch. > > I would recommend to use git send-email or try it with a different mail > client > like MailMate maybe. I see... I'll try with git send-email then, not sure if it will open a new thread or

Re: [FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards

2022-02-11 Thread Sergio Acereda
, in order to not repeating the same mistake again. Thanks, Sergio > On 10 Feb 2022, at 21:50, Sergio Acereda wrote: > > By the way, is there any problem with the patch itself? Not sure why it says > 'Failed to apply patch'. > > Did my email client break it so

[FFmpeg-devel] [PATCH] [FFmpeg-devel, v2] avformat/img2dec: Option to play sequence backwards

2022-02-11 Thread Sergio Acereda
This patch should allow to play a image sequence in backwards direction, without needing to apply a reverse filter. $ ffmpeg -i sequence%05.png forward.mkv $ ffmpeg -reverse 1 sequence%05.png backward.mkv Signed-off-by: Sergio Acereda --- libavformat/img2.h| 1 + libavformat/img2dec.c

Re: [FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards

2022-02-10 Thread Sergio Acereda
By the way, is there any problem with the patch itself? Not sure why it says 'Failed to apply patch'. Did my email client break it somehow? > ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To u

Re: [FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards

2022-02-10 Thread Sergio Acereda
Yes, I tried, but this only works if your sequence has the '-' before the numeric elements. You can see they comment that in the thread, by saying you have to remove the '-' from the expression. $ ffmpeg -v debug -start_number -24 -i Comentaris_prova_%05d.png out.mkv ffmpeg version 2020-10-17-gi

[FFmpeg-devel] [PATCH] avformat/img2dec: Option to play sequence backwards

2022-02-10 Thread Sergio Acereda
Signed-off-by: Sergio Acereda --- This patch should allow to play a image sequence in backwards direction, without needing to apply a reverse filter. $ ffmpeg -i sequence%05.png forward.mkv $ ffmpeg -reverse 1 sequence%05.png backward.mkv --- libavformat/img2.h| 1 + libavformat/img2dec.c

[FFmpeg-devel] [PATCH] avdevice/gdigrab: client_only option to discard decorations such as titlebar or borders

2020-06-19 Thread Sergio Acereda
--- libavdevice/gdigrab.c | 25 + 1 file changed, 25 insertions(+) diff --git a/libavdevice/gdigrab.c b/libavdevice/gdigrab.c index f406fa..b09c88d94d 100644 --- a/libavdevice/gdigrab.c +++ b/libavdevice/gdigrab.c @@ -52,6 +52,7 @@ struct gdigrab { intheight;