
Recherche avancée
Médias (91)
-
Corona Radiata
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Lights in the Sky
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Head Down
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Echoplex
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Discipline
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Letting You
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (49)
-
MediaSPIP Player : les contrôles
26 mai 2010, parLes contrôles à la souris du lecteur
En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...) -
L’agrémenter visuellement
10 avril 2011MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté. -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (5053)
-
How do I generate a color screen for the duration of an MP3 in ffmpeg ?
25 février 2019, par yaggeleeI have successfully generated a blue screen to add to an mp3. But, I have always needed to include the length of the clip to match the mp3. When I don’t include a timecode it continues to generate footage until I cancel the command.
ffmpeg -f lavfi -i color=blue:s=1920x1080 -i input.mp3 -t 00:02:08 output.mp4
How do I specify that I only want color generated during the length of the mp3 that I am adding ?
ffmpeg -i <.jpg> -i <.mp3>
This worked too but I don’t want to rely on a jpeg file.
-
How to hide sdl screen in sdl version 1.2.5 ?
12 avril 2019, par n2v2rda2I have made a movie player using ffmpeg and sdl 1.2.5 in MFC to play avi.
When I send video-image to my mfc-viewer insted of sending them to sdl screen, every play is OK, but when I play avi, sdl screen is popup which is not how it should do it.
Is it possible to hide sdl screen in version 1.2 or is there any way to hide sdl screen like hiding sdl-screen of MFC-viewer and so on ?
-
Artifacts in screen captures from h.264 video using python-ffvideo
8 juin 2015, par ajtI am using a python module called python-ffvieo to capture video stills from
mkv
files that are h.264 encoded. When I perform my screen captures the image files are heavily pixelated and contain many artifacts.I have converted one of the
mkv
files to aflv
file and am able to get screen captures from it with no artifacts or pixilation. I am wondering if this is a codec issue or something similar, but I am not sure how even to go about troubleshooting it.Here is the information from
ffmpeg
on themkv
file that I am trying to get the image captures from :Input #0, matroska,webm, from 'mm.mkv':
Metadata:
encoder : libebml v1.3.0 + libmatroska v1.4.1
creation_time : 2014-10-13 23:55:52
Duration: 00:48:03.71, start: 0.000000, bitrate: 1370 kb/s
Stream #0:0: Video: h264 (High), yuv420p(tv), 1280x720 [SAR 1:1 DAR 16:9], 23.98 fps, 23.98 tbr, 1k tbn, 47.95 tbc (default)
Stream #0:1: Audio: ac3, 48000 Hz, 5.1(side), fltp, 384 kb/s (default)And here is an image sample of the pixelation that I am talking about :
I know that this isn’t much to go off of and that the python module that I am using is kind of old, but I could really use some help.
Are these types of artifacts common when there is an encoding issue ? Can anyone tell me what I should be looking into to troubleshoot this ? I appreciate any and all help.