Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Leonardo via ffmpeg-user
Hi >> $ mplayer >> MPlayer 1.3.0 (Debian), built with gcc-8 (C) 2000-2016 MPlayer Team>>That is >> too old unfortunately :(>>The timing fix was implemented in SVN revision >> 37936 and first>released in version 1.4.0 .>> I'd advise to build current >> development (SVN) version of MPlayer. I d

Re: [FFmpeg-user] To Speed Up thumbnail creation - picture & video

2020-06-22 Thread Carl Eugen Hoyos
Am Mo., 22. Juni 2020 um 10:04 Uhr schrieb Arunava Banerjee via ffmpeg-user : > Could a link with more recent versions of FFMPEG be provided? Sure: https://ffmpeg.org/releases/ffmpeg-snapshot-git.tar.bz2 Carl Eugen ___ ffmpeg-user mailing list ffmpeg-u

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Carl Eugen Hoyos
Am Mo., 22. Juni 2020 um 21:35 Uhr schrieb Michael Koch : > > Am 22.06.2020 um 20:59 schrieb Michael Koch: > > Am 22.06.2020 um 20:33 schrieb Leonardo via ffmpeg-user: > >> Here is the full output > >> > >> $ ffmpeg -framerate 1/5 -i figura%03d.png -c:v libx264 -pix_fmt > >> yuv420p -r 30 -vf sca

Re: [FFmpeg-user] FFmpeg Taking Huge RAM memory

2020-06-22 Thread Carl Eugen Hoyos
Am Mo., 22. Juni 2020 um 16:23 Uhr schrieb Matthew Reus : > *ffmpeg -hwaccel_device 0 -hwaccel nvdec -hwaccel_output_format cuda -i > 'udp://@172.16.16.25:9802?overrun_nonfatal=1&fifo_size=100\&overrun_nonfatal >

Re: [FFmpeg-user] Update ffmpeg

2020-06-22 Thread Carl Eugen Hoyos
Am Mo., 22. Juni 2020 um 10:36 Uhr schrieb Lhuillier Sébastien : > > Hi, > > I have a PC specifically dedicated to FFMPEG and video editing under debian > 9.12. > I would like to update FFMPEG (my version used is 3.2.14-1~deb9u1. > The proposed packages do not have the new version 4 of ffmpeg. Do I

Re: [FFmpeg-user] AAC wiki out of date?

2020-06-22 Thread Carl Eugen Hoyos
Am Mi., 17. Juni 2020 um 15:13 Uhr schrieb Kieran O Leary : > > I was looking to find out some info about AAC encoding in FFmpeg and I went > to the wiki https://trac.ffmpeg.org/wiki/Encode/AAC (Since this seems not obvious to many people:) The FFmpeg wiki is a wiki, nothing more, it is not "activ

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Alexander Strasser
On 2020-06-22 19:22 +, Leonardo via ffmpeg-user wrote: > $ mplayer > MPlayer 1.3.0 (Debian), built with gcc-8 (C) 2000-2016 MPlayer Team That is too old unfortunately :( The timing fix was implemented in SVN revision 37936 and first released in version 1.4.0 . I'd advise to build current dev

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Leonardo via ffmpeg-user
Hi, indeed, removing the filter scale OR replacing -vf scale=1920:1080 by -s 1920x1080, do the job. I really appreciate all tips. Thanks,Leonardo On Monday, June 22, 2020, 4:35:03 PM GMT-3, Michael Koch wrote: Am 22.06.2020 um 20:59 schrieb Michael Koch: > Am 22.06.2020 um 20:33 schrie

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Leonardo via ffmpeg-user
> > > On Monday, June 22, 2020, 4:10:16 PM GMT-3, Michael Koch wrote: > > > Am 22.06.2020 um 20:33 schrieb Leonardo via ffmpeg-user:> >  Here is the > full output> >> > $ ffmpeg -framerate 1/5 -i figura%03d.png -c:v libx264 > -pix_fmt yuv420p -r 30 -vf scale=1920:1080 video.mp4> >

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Michael Koch
Am 22.06.2020 um 20:59 schrieb Michael Koch: Am 22.06.2020 um 20:33 schrieb Leonardo via ffmpeg-user:   Here is the full output $ ffmpeg -framerate 1/5 -i figura%03d.png -c:v libx264 -pix_fmt yuv420p -r 30 -vf scale=1920:1080 video.mp4 It works when you remove the scale filter, but don't ask

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Leonardo via ffmpeg-user
Hi, $ mplayer MPlayer 1.3.0 (Debian), built with gcc-8 (C) 2000-2016 MPlayer Team and $ vlc --version VLC media player 3.0.11 Vetinari (revision 3.0.11-0-gdc0c5ced72) I'm running debian 10 On Monday, June 22, 2020, 4:18:12 PM GMT-3, Alexander Strasser wrote: Hi! On 2020-06-22 17:34

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Alexander Strasser
Hi! On 2020-06-22 17:34 +, Leonardo via ffmpeg-user wrote: > I have two images named figur001.png and figur002.png that I want to make a > video of 10 seconds, each figure being displayed for 5 seconds. > > After command > > ffmpeg -framerate 1/5 -i figur%03d.png -c:v libx264 -pix_fmt yuv420p

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Michael Koch
Am 22.06.2020 um 20:33 schrieb Leonardo via ffmpeg-user: Here is the full output $ ffmpeg -framerate 1/5 -i figura%03d.png -c:v libx264 -pix_fmt yuv420p -r 30 -vf scale=1920:1080 video.mp4 It works when you remove the scale filter, but don't ask me why. Michael ___

Re: [FFmpeg-user] AAC wiki out of date?

2020-06-22 Thread Noeck
17.06.20 15:12 Kieran O Leary: > I was looking to find out some info about AAC encoding in FFmpeg and I went > to the wiki https://trac.ffmpeg.org/wiki/Encode/AAC > Would I be correct in saying that it's out of date, as the native encoder > is now the best quality since 3.0? There's an emphasis

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Leonardo via ffmpeg-user
Here is the full output $ ffmpeg -framerate 1/5 -i figura%03d.png -c:v libx264 -pix_fmt yuv420p -r 30 -vf scale=1920:1080 video.mp4 ffmpeg version 4.1.4-1~deb10u1 Copyright (c) 2000-2019 the FFmpeg developers built with gcc 8 (Debian 8.3.0-6) configuration: --prefix=/usr --extra-version='1~de

Re: [FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Carl Eugen Hoyos
Am Mo., 22. Juni 2020 um 19:45 Uhr schrieb Leonardo via ffmpeg-user : > I have two images named figur001.png and figur002.png that I want to make a > video of 10 seconds, each figure being displayed for 5 seconds. > > After command > > ffmpeg -framerate 1/5 -i figur%03d.png -c:v libx264 -pix_fmt

[FFmpeg-user] Last frame with wrong duration - video from images

2020-06-22 Thread Leonardo via ffmpeg-user
Hello, I have two images named figur001.png and figur002.png that I want to make a video of 10 seconds, each figure being displayed for 5 seconds. After command ffmpeg -framerate 1/5 -i figur%03d.png -c:v libx264 -pix_fmt yuv420p -r 30 -vf scale=1920:1080 video.mp4 It seems that the full dura

Re: [FFmpeg-user] Update ffmpeg

2020-06-22 Thread Rob Hallam
On Mon, 22 Jun 2020 at 13:49, Lhuillier Sébastien < sebastien.lhuill...@gmail.com> wrote: > Since my last post, I have totally broken my distro If you'll permit a friendly tip outside the scope of this ML... As you have reinstalled anyway, now is a great time to consider i) backups and ii) conta

[FFmpeg-user] FFmpeg Taking Huge RAM memory

2020-06-22 Thread Matthew Reus
Hello , I m running Ubuntu 18.04 server with nvidia compiled with ffmpeg *ffmpeg version N-96891-g60b1f85 Copyright (c) 2000-2020 the FFmpeg developers* * built with gcc 7 (Ubuntu 7.4.0-1ubuntu1~18.04.1)* *configuration: --prefix=/root/ffmpeg_build --pkg-config-flags=--static --extra-cflags=-I

Re: [FFmpeg-user] 回复: fatal error: libavcodec/avcodec.h: No such file or directory

2020-06-22 Thread Reindl Harald
Am 22.06.20 um 15:29 schrieb 龙承启: > thank you very much! > but what I do to deal with this problem? wrong mailing list besides that i could puke when one replies with a off-list copy, using top posting and converts a message to html for no reason > 龙承启 > 邮箱:whkxa_618_...@163.com > >

[FFmpeg-user] 回复: fatal error: libavcodec/avcodec.h: No such file or directory

2020-06-22 Thread 龙承启
thank you very much! but what I do to deal with this problem? | | 龙承启 邮箱:whkxa_618_...@163.com | 签名由 网易邮箱大师 定制 在2020年06月22日 21:26,Reindl Harald 写道: Am 22.06.20 um 14:40 schrieb 龙承启: > Hello! > I have installed ffmpeg according to > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu >

Re: [FFmpeg-user] fatal error: libavcodec/avcodec.h: No such file or directory

2020-06-22 Thread Reindl Harald
Am 22.06.20 um 14:40 schrieb 龙承启: > Hello! > I have installed ffmpeg according to > https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu > And it is ok when running ffmpeg -version > But when I use #include in visual studio code, it > is shown that "can not open source file li

Re: [FFmpeg-user] Update ffmpeg

2020-06-22 Thread Lhuillier Sébastien
Thanks a lot. Since my last post, I have totally broken my distro. I have just finished th reinstall Thanks to all Le lun. 22 juin 2020 à 13:27, Moritz Barsnick a écrit : > On Mon, Jun 22, 2020 at 10:35:18 +0200, Lhuillier Sébastien wrote: > > I have a PC specifically dedicated to FFMPEG and

[FFmpeg-user] fatal error: libavcodec/avcodec.h: No such file or directory

2020-06-22 Thread 龙承启
Hello! I have installed ffmpeg according to https://trac.ffmpeg.org/wiki/CompilationGuide/Ubuntu And it is ok when running ffmpeg -version But when I use #include in visual studio code, it is shown that "can not open source file libavcodec/avcodec.h " And when run "gcc dec

Re: [FFmpeg-user] Update ffmpeg

2020-06-22 Thread Moritz Barsnick
On Mon, Jun 22, 2020 at 10:35:18 +0200, Lhuillier Sébastien wrote: > I have a PC specifically dedicated to FFMPEG and video editing under debian > 9.12. > I would like to update FFMPEG (my version used is 3.2.14-1~deb9u1. > The proposed packages do not have the new version 4 of ffmpeg. Do I have to

Re: [FFmpeg-user] How to terminate cleanly a recording on Windows

2020-06-22 Thread Verachten Bruno
The audio device does not have the same name under cmd.exe, but the "q" key worked. C:\Utilisateurs\fr20445>ffmpeg.exe -f dshow -i audio="Réseau de microphones (Rea ltek " -acodec pcm_s16le -ac 1 -ar 16000 1.wav ffmpeg version N-50911-g9efcfbe Copyright (c) 2000-2013 the FFmpeg developers built o

Re: [FFmpeg-user] Update ffmpeg

2020-06-22 Thread Lhuillier Sébastien
OK, I will try, I have never instal a software from sources Le lun. 22 juin 2020 à 10:38, Reindl Harald a écrit : > > > Am 22.06.20 um 10:35 schrieb Lhuillier Sébastien: > > I have a PC specifically dedicated to FFMPEG and video editing under > debian > > 9.12. > > I would like to update FFMPEG

Re: [FFmpeg-user] Update ffmpeg

2020-06-22 Thread Reindl Harald
Am 22.06.20 um 10:35 schrieb Lhuillier Sébastien: > I have a PC specifically dedicated to FFMPEG and video editing under debian > 9.12. > I would like to update FFMPEG (my version used is 3.2.14-1~deb9u1. > The proposed packages do not have the new version 4 of ffmpeg. Do I have to > reassemble m

[FFmpeg-user] Update ffmpeg

2020-06-22 Thread Lhuillier Sébastien
Hi, I have a PC specifically dedicated to FFMPEG and video editing under debian 9.12. I would like to update FFMPEG (my version used is 3.2.14-1~deb9u1. The proposed packages do not have the new version 4 of ffmpeg. Do I have to reassemble my whole system? Thanks _

Re: [FFmpeg-user] How to terminate cleanly a recording on Windows

2020-06-22 Thread Verachten Bruno
Thanks for trying Matteo, I'm using Cygwin on Windows 7. I will give a try at cmd.exe. On Sat, Jun 20, 2020 at 11:28 AM Matteo Contrini wrote: > On Fri, 19 Jun 2020, at 12:05 PM, Verachten Bruno wrote: > > I haven't tried this particular command under Linux, but usually hitting > > "q" ends the

Re: [FFmpeg-user] To Speed Up thumbnail creation - picture & video

2020-06-22 Thread Reindl Harald
Am 22.06.20 um 10:09 schrieb Dennis Mungai: > Do you have access to an NVIDIA GPU accelerated workflow on AWS? > > You may be able to get far better results by combining the use of > scale_cuda (or scale_npp) filter(s) paired with the thumbnail_cuda filter > for GPU accelerated thumbnail generat

Re: [FFmpeg-user] To Speed Up thumbnail creation - picture & video

2020-06-22 Thread Dennis Mungai
On Mon, 22 Jun 2020, 11:04 Arunava Banerjee via ffmpeg-user, < ffmpeg-user@ffmpeg.org> wrote: > Hello, > > Could a link with more recent versions of FFMPEG be provided? > > We could find the version as described on the following link: > https://tecadmin.net/install-ffmpeg-on-linux/ -- It is versi

Re: [FFmpeg-user] To Speed Up thumbnail creation - picture & video

2020-06-22 Thread Reindl Harald
Am 22.06.20 um 10:04 schrieb Arunava Banerjee via ffmpeg-user: > Could a link with more recent versions of FFMPEG be provided? https://ffmpeg.org/releases/ [builduser@buildserver:~]$ rpm -q ffmpeg-latest ffmpeg-latest-4.3.0-1.1.fc31.20200616.rh.x264.0.158..native.x86_64 [builduser@builds

Re: [FFmpeg-user] To Speed Up thumbnail creation - picture & video

2020-06-22 Thread Arunava Banerjee via ffmpeg-user
Hello, Could a link with more recent versions of FFMPEG be provided? We could find the version as described on the following link: https://tecadmin.net/install-ffmpeg-on-linux/ -- It is version 4.2.2. On Mon, Jun 22, 2020 at 1:12 PM Arunava Banerjee < arunava.baner...@capitalnumbers.com> wrote

Re: [FFmpeg-user] To Speed Up thumbnail creation - picture & video

2020-06-22 Thread Arunava Banerjee via ffmpeg-user
Hello, Thanks for the suggestions. Currently, for ubuntu 16.04, we are able to install only the FFMPEG 4 version. Will test on that surely and revert. Regards On Mon, Jun 22, 2020 at 12:41 PM Carl Eugen Hoyos wrote: > > > > Am 22.06.2020 um 07:23 schrieb Arunava Banerjee via ffmpeg-user < >

Re: [FFmpeg-user] To Speed Up thumbnail creation - picture & video

2020-06-22 Thread Carl Eugen Hoyos
> Am 22.06.2020 um 07:23 schrieb Arunava Banerjee via ffmpeg-user > : > > ffmpeg version 2.8.15 This will be five years old soon, please test current FFmpeg git head. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/