X-Received: by 2002:ac8:5f54:: with SMTP id y20mr12695630qta.324.1635097093293; Sun, 24 Oct 2021 10:38:13 -0700 (PDT) X-Received: by 2002:ac8:5c85:: with SMTP id r5mr13251263qta.219.1635097093024; Sun, 24 Oct 2021 10:38:13 -0700 (PDT) Path: ...!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: fr.comp.os.linux.configuration Date: Sun, 24 Oct 2021 10:38:12 -0700 (PDT) In-Reply-To: <6f021f1a-79a7-4a07-af6e-8b8b0606da71n@googlegroups.com> Injection-Info: google-groups.googlegroups.com; posting-host=2a01:cb1c:f17:900:a510:ee4b:f035:1add; posting-account=q7TWSwoAAACOGlDiqgPG6hvLEUJmQy4p NNTP-Posting-Host: 2a01:cb1c:f17:900:a510:ee4b:f035:1add References: <6f021f1a-79a7-4a07-af6e-8b8b0606da71n@googlegroups.com> User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <0c57ab0f-c150-477e-8bca-3e93467f5fb9n@googlegroups.com> Subject: Re: ffmpeg ? script mp4 From: ptilou Injection-Date: Sun, 24 Oct 2021 17:38:13 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Bytes: 3672 Lines: 59 Le samedi 23 octobre 2021 =C3=A0 18:29:23 UTC+2, ptilou a =C3=A9crit=C2=A0: > Slt,=20 >=20 > Je fais =C3=A7=C3=A0 :=20 > [philippe@fedora Vid=C3=A9os]$ vi test-ffmpeg.sh=20 > [philippe@fedora Vid=C3=A9os]$ ./test-ffmpeg.sh=20 > ffmpeg version 4.4-static https://johnvansickle.com/ffmpeg/ Copyright (c)= 2000-2021 the FFmpeg developers=20 > built with gcc 8 (Debian 8.3.0-6)=20 > configuration: --enable-gpl --enable-version3 --enable-static --disable-d= ebug --disable-ffplay --disable-indev=3Dsndio --disable-outdev=3Dsndio --cc= =3Dgcc --enable-fontconfig --enable-frei0r --enable-gnutls --enable-gmp --e= nable-libgme --enable-gray --enable-libaom --enable-libfribidi --enable-lib= ass --enable-libvmaf --enable-libfreetype --enable-libmp3lame --enable-libo= pencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libr= ubberband --enable-libsoxr --enable-libspeex --enable-libsrt --enable-libvo= rbis --enable-libopus --enable-libtheora --enable-libvidstab --enable-libvo= -amrwbenc --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx26= 5 --enable-libxml2 --enable-libdav1d --enable-libxvid --enable-libzvbi --en= able-libzimg=20 > libavutil 56. 70.100 / 56. 70.100=20 > libavcodec 58.134.100 / 58.134.100=20 > libavformat 58. 76.100 / 58. 76.100=20 > libavdevice 58. 13.100 / 58. 13.100=20 > libavfilter 7.110.100 / 7.110.100=20 > libswscale 5. 9.100 / 5. 9.100=20 > libswresample 3. 9.100 / 3. 9.100=20 > libpostproc 55. 9.100 / 55. 9.100=20 > *.MP4: No such file or directory=20 > [philippe@fedora Vid=C3=A9os]$=20 >=20 > Pour =C3=A7=C3=A0 comme script :=20 > for f in *.MP4=20 > do ./ffmpeg -i "$f" -r 25 "$f"_[%0d].png=20 > done=20 >=20 > ALors que quand je tape =C3=A7=C3=A0 :=20 > for f in *.AVI /=20 > do ./ffmpeg -i "$f" -r 25 "$f"_[%0d].png=20 > done=20 >=20 > J'ai mes film en images, et donc je suppose qu'il manque juste le codec, = donc ffmpeg, comme il en portable, faut telecharger et compiler, chercher l= es depot build ?=20 > SUr F34 tous =C3=A0 jour meme grayscale ...=20 Donc j=E2=80=99ai tap=C3=A9 en direct la commande ffmpeg et elle fonctionne= ! A mon avis contrairement =C3=A0 mon explication bitloker c=E2=80=99est pas = un bug, mais l=E2=80=99action de quelqu=E2=80=99un du mauvais c=C3=B4t=C3= =A9 de la force binaire =E2=80=A6 Do donc avant plus de trois messages par jours, alors que maintenant pas to= us les jours, une sorte de nationalisation ! >=20 > Merci=20 >=20 > --=20 > ptilou