
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (111)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (14349)
-
FFMPEG : Too many packets buffered for output stream 0:1
3 février 2024, par Der MichaI want to add a logo to a video using FFMPEG. I encountered this error : "Too many packets buffered for output stream 0:1.", "Conversion Failed.". I tried with diffent pictures and videos, always got the same error. Google didn't help much either. I found a thread



C:\Users\Anwender\OneDrive - IT-Center Engels\_Programmierung & Scripting\delphi\_ITCE\Tempater\Win32\Debug\ffmpeg\bin>ffmpeg ^
Mehr? -i C:\Users\Anwender\Videos\CutErgebnis.mp4 ^
Mehr? -i C:\Users\Anwender\Pictures\pic.png ^
Mehr? -filter_complex "overlay=0:0" ^
Mehr? C:\Users\Anwender\Videos\Logo.mp4
ffmpeg version N-90054-g474194a8d0 Copyright (c) 2000-2018 the FFmpeg developers
 built with gcc 7.2.0 (GCC)
 configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libmfx --enable-amf --enable-cuda --enable-cuvid --enable-d3d11va --enable-nvenc --enable-dxva2 --enable-avisynth
 libavutil 56. 7.101 / 56. 7.101
 libavcodec 58. 11.101 / 58. 11.101
 libavformat 58. 9.100 / 58. 9.100
 libavdevice 58. 1.100 / 58. 1.100
 libavfilter 7. 12.100 / 7. 12.100
 libswscale 5. 0.101 / 5. 0.101
 libswresample 3. 0.101 / 3. 0.101
 libpostproc 55. 0.100 / 55. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\Anwender\Videos\CutErgebnis.mp4':
 Metadata:
 major_brand : isom
 minor_version : 512
 compatible_brands: isomiso2avc1mp41
 encoder : Lavf58.9.100
 comment : Captured with Snagit 13.1.3.7993
 : Microphone - Mikrofon (Steam Streaming Microphone)
 :
 Duration: 00:01:51.99, start: 0.015011, bitrate: 148 kb/s
 Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1918x718 [SAR 1:1 DAR 959:359], 149 kb/s, 14.79 fps, 15 tbr, 15k tbn, 30 tbc (default)
 Metadata:
 handler_name : VideoHandler
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 1 kb/s (default)
 Metadata:
 handler_name : SoundHandler
Input #1, png_pipe, from 'C:\Users\Anwender\Pictures\pic.png':
 Duration: N/A, bitrate: N/A
 Stream #1:0: Video: png, pal8(pc), 400x400, 25 tbr, 25 tbn, 25 tbc
File 'C:\Users\Anwender\Videos\Logo.mp4' already exists. Overwrite ? [y/N] y
Stream mapping:
 Stream #0:0 (h264) -> overlay:main (graph 0)
 Stream #1:0 (png) -> overlay:overlay (graph 0)
 overlay (graph 0) -> Stream #0:0 (libx264)
 Stream #0:1 -> #0:1 (aac (native) -> aac (native))
Press [q] to stop, [?] for help
Too many packets buffered for output stream 0:1.
[aac @ 000001f4c5257a40] Qavg: 65305.387
[aac @ 000001f4c5257a40] 2 frames left in the queue on closing
Conversion failed!




My FFMPEG Version :
ffmpeg-20180322-ed0e0fe-win64-static



Details about the Video :



C:\Users\Anwender\OneDrive - IT-Center Engels\_Programmierung & Scripting\delphi\_ITCE\Tempater\Win32\Debug\ffmpeg-20180322-ed0e0fe-win64-static\bin>ffprobe.exe C:\Users\Anwender\Videos\CutErgebnis.mp4
ffprobe version N-90399-ged0e0fe102 Copyright (c) 2007-2018 the FFmpeg developers
 built with gcc 7.3.0 (GCC)
 configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth
 libavutil 56. 11.100 / 56. 11.100
 libavcodec 58. 15.100 / 58. 15.100
 libavformat 58. 10.100 / 58. 10.100
 libavdevice 58. 2.100 / 58. 2.100
 libavfilter 7. 13.100 / 7. 13.100
 libswscale 5. 0.102 / 5. 0.102
 libswresample 3. 0.101 / 3. 0.101
 libpostproc 55. 0.100 / 55. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\Users\Anwender\Videos\CutErgebnis.mp4':
 Metadata:
 major_brand : isom
 minor_version : 512
 compatible_brands: isomiso2avc1mp41
 encoder : Lavf58.9.100
 comment : Captured with Snagit 13.1.3.7993
 : Microphone - Mikrofon (Steam Streaming Microphone)
 :
 Duration: 00:01:51.99, start: 0.015011, bitrate: 148 kb/s
 Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 1918x718 [SAR 1:1 DAR 959:359], 149 kb/s, 14.79 fps, 15 tbr, 15k tbn, 30 tbc (default)
 Metadata:
 handler_name : VideoHandler
 Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 1 kb/s (default)
 Metadata:
 handler_name : SoundHandler



-
Anomalie #4128 : Bug de génération de boucle avec les modèles Spip
11 avril 2018, par Julien PORIAUSalut,
parfois le jeu de caractère "binaire" est visible uniquement dans le
code source (ligne 1233). Mais on observe tout de même un soucis dans la
mise en page.view-source:http://spip-dev.nidecker.com/probleme-de-langue.html?lang=ca
Julien.
Le 11.04.2018 à 14:28, redmine@spip.org a écrit :
La demande #4128 a été mise à jour par b b.
- Statut changé de /Nouveau/ à /En cours/
- Priorité changé de /Haut/ à /Bas/
Salut, peux-tu fournir le code du modèle en question ?
De mon côté, je n’ai aucun problème sur la page que tu cites en exemple...
Anomalie #4128 : Bug de génération de boucle avec les modèles Spip
<https://core.spip.net/issues/4128#change-13824>- Auteur : Julien PORIAU
- Statut : En cours
- Priorité : Bas
- Assigné à :
- Catégorie : code généré
- Version cible : 3.2
- Resolution :
- Navigateur : Firefox
Dans les modèles personnalisés Spip, les images (boucle documents ou
logos) sont mal générées et provoque un bug d’encodage visible dans le
front-end lors du passage dans une autre langue (balises multi).
Nous n’avons pas trouvé où était le souci dans Spip, mais les
caractères qui remontent dans le code source, ressemblent aux octets
qui composent le fichier binaire d’une image.
Voir en live ici :
http://spip-dev.nidecker.com/probleme-de-langue.html?lang=ca.Pour essayer d’isoler cette anomalie, nous avons procédé de la sorte
avec l’aide de mon développeur :1. Nous sommes reparti d’un SPIP 3.1.7 entièrement neuf (minimal),
avec deux modèles Spip, rien d’autre.
Le bug se reproduit, ce qui exclus un problème lié aux squelettes ou
autres plugins.Nous n’avons pas réussi a déterminer précisément ce qui génère ce bug,
à part que c’est dans un contexte où on appelle une langue pas définie
dans le multi.
En fonction du contenu de l’article, du nombre de modèles dans
l’article, en fonction des boucles dans les inclure, le bug n’arrive
pas au même endroit...Le problème vient de la génération des logos ou documents : si on
supprime les balises |#LOGO_*| ou si on renomme |IMG| en |IMG_|, plus
d’erreur.
Même sans traitements, avec juste |[(#LOGO_*)]|, rien à faire.2. Nous avons pensé que c’était peut être une image au mauvais format :
On a alors tenté de passer |ImageOptim| sur tout le répertoire |/IMG|,
redimensionné tous les logos en vignettes png de 320x240, rien à faire...3. On a fini par passer ce site de test en 3.2, pas mieux.
4. Nous avons épluché les caches générés dans |/tmp/cache| et
|/tmp/cache/skel|, tout paraît normal de ce côté là..5. On a ensuite un peu avancé en enlevant dans |mes_options.php| la
variable |$GLOBALS[’forcer_lang’] = true|".
Sur la version minimal, plus de bug. Mais sur le site de production,
le problème réside toujours.
Mais en faisant des tests avec et sans (et en supprimant bien
|/tmp/cache/| à chaque fois), ça se confirme pour la version minimal.6. A partir d’une copie de la version production, nous avons désactivé
tout les plugins, passer |ImageOptim| sur |/IMG| et rien a faire..
Impossible de déterminé d’où vient le problème :(7. Nous avons essayé d’écrire comme ceci : |[
src="(#LOGO_MOT|image_reduire50,*|extraire_attributsrc)" alt="">]|
Cela fonctionne sur la version minimal mais pas sur la version production.8. Dans la version minimal, j’ai encore récemment testé une dernière
chose. J’ai supprimé les documents non sollicités sur ma page de teste
(spip.php ?article1441&lang=ca).
Avec la requête SQL suivante : |DELETE FROM jones_documents WHERE
id_document NOT IN
(1948,1949,2534,2535,630,631,1783,1784,1785,1786,1787,1788,1781,1782)|
Le bug n’apparait plus..Je sèche..
Vous trouverez ici en téléchargement une archive de la version minimal
(Spip 3.1.7) :
https://www.dropbox.com/s/dek0zg7jafl8uxe/jones.zip?dl=0] ( 20mo)
Pour reproduire le bug, il suffit de passer la variable "&lang=ca"
dans l’article 1441 (localhost/spip.php ?article1441&lang=ca).Je donne volontiers un accès à la version production si besoin.
Vous recevez ce mail car vous êtes impliqués sur ce projet.
Pour changer les préférences d’envoi de mail, allez sur
http://core.spip.org/my/account---
L’absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus Avast.
https://www.avast.com/antivirus -
merge multiple videos and images dynamically using ffmpeg [duplicate]
16 avril 2018, par robert tamunoemiThis question already has an answer here :
I am trying to merge several images and videos together. When there is more than one video, the audio of the next video is lost. Here is my command :
$filter = "[0][1][2][3][4]concat=n=5:v=1:a=0,scale=320:240";
$cmd = 'ffmpeg -y -i videos/video__152344425320.mp4 -loop 1 -framerate 24 -t 10 -i images/4_152222487376001.png -i videos/video__152344425320.mp4 -loop 1 -framerate 24 -t 10 -i images/4_152222487376002.png -loop 1 -framerate 24 -t 10 -i images/4_152222487376003.png -filter_complex '.$filter.' out.mp4';
shell_exec($cmd.' 2> log.txt');This works but when I set
concat=n=5:v=2:a=1
, I get this error :ffmpeg version N-89674-g57d0c24132 Copyright (c) 2000-2018 the FFmpeg developers
built with gcc 7.2.0 (GCC)
configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-bzlib --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-amf --enable-cuda --enable-cuvid --enable-d3d11va --enable-nvenc --enable-dxva2 --enable-avisynth --enable-libmfx
libavutil 56. 7.100 / 56. 7.100
libavcodec 58. 9.100 / 58. 9.100
libavformat 58. 3.100 / 58. 3.100
libavdevice 58. 0.100 / 58. 0.100
libavfilter 7. 8.100 / 7. 8.100
libswscale 5. 0.101 / 5. 0.101
libswresample 3. 0.101 / 3. 0.101
libpostproc 55. 0.100 / 55. 0.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'videos/video__152344425320.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2017-12-10T04:51:23.000000Z
Duration: 00:02:48.62, start: 0.000000, bitrate: 77 kb/s
Stream #0:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 176x144 [SAR 1:1 DAR 11:9], 51 kb/s, 10.01 fps, 9.99 tbr, 15984 tbn, 999 tbc (default)
Metadata:
creation_time : 2017-12-10T04:51:23.000000Z
handler_name : IsoMedia File Produced by Google, 5-11-2011
Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 24 kb/s (default)
Metadata:
creation_time : 2017-12-10T04:51:24.000000Z
handler_name : IsoMedia File Produced by Google, 5-11-2011
Input #1, png_pipe, from 'images/4_152222487376001.png':
Duration: N/A, bitrate: N/A
Stream #1:0: Video: png, rgba(pc), 176x144 [SAR 3780:3780 DAR 11:9], 24 fps, 24 tbr, 24 tbn, 24 tbc
Input #2, mov,mp4,m4a,3gp,3g2,mj2, from 'videos/video__152344425320.mp4':
Metadata:
major_brand : mp42
minor_version : 0
compatible_brands: isommp42
creation_time : 2017-12-10T04:51:23.000000Z
Duration: 00:02:48.62, start: 0.000000, bitrate: 77 kb/s
Stream #2:0(und): Video: mpeg4 (Simple Profile) (mp4v / 0x7634706D), yuv420p, 176x144 [SAR 1:1 DAR 11:9], 51 kb/s, 10.01 fps, 9.99 tbr, 15984 tbn, 999 tbc (default)
Metadata:
creation_time : 2017-12-10T04:51:23.000000Z
handler_name : IsoMedia File Produced by Google, 5-11-2011
Stream #2:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 22050 Hz, mono, fltp, 24 kb/s (default)
Metadata:
creation_time : 2017-12-10T04:51:24.000000Z
handler_name : IsoMedia File Produced by Google, 5-11-2011
Input #3, png_pipe, from 'images/4_152222487376002.png':
Duration: N/A, bitrate: N/A
Stream #3:0: Video: png, rgba(pc), 176x144 [SAR 3780:3780 DAR 11:9], 24 fps, 24 tbr, 24 tbn, 24 tbc
Input #4, png_pipe, from 'images/4_152222487376003.png':
Duration: N/A, bitrate: N/A
Stream #4:0: Video: png, rgba(pc), 176x144 [SAR 3780:3780 DAR 11:9], 24 fps, 24 tbr, 24 tbn, 24 tbc
[AVFilterGraph @ 00000000030fe580] Too many inputs specified for the "scale" filter.
Error initializing complex filters.
Invalid argument