
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (43)
-
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (5704)
-
How can I play an overlay video in a loop using ffmpeg-python ?
3 septembre 2021, par kupI want to play an overlay video in infinite loop until the video ends. I have tried the below command, but this doesn't seem to work :


video = video.overlay(overlay_file, x=0, y=0, eof_action='repeat')
(
 ffmpeg
 .output(video, "out.mkv")
 .run()
)



-
2559x1450 image sequence won't convert to yuv420p video file, vlc cant play yuv444p10le
24 mars 2019, par SachaI upscaled a movie with waifu2x (from 1920x1088 to 2559x1450)
i now have an image sequence that i need to convert to an mp4
when i try -pix_fmt yuv420p, it says that it cannot devide the width by 2
so i tried yuv444p10le, but yuv444p doesnt play on anything else than ffplay.so, how do i convert my img sequence into a video vlc can play ?
ive also tried this : -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2"
but that doesnt work eitherand i had to convert to 2559x1450 cause otherwise it would stretch, (it took 90 hours to convert all the frames so i cant just do it over again)
i want the output to be a 2559x1450 video file that is playable on vlc.
-
2559x1450 image sequence won't convert to yuv420p video file, vlc cant play yuv444p10le
24 mars 2019, par SachaI upscaled a movie with waifu2x (from 1920x1088 to 2559x1450)
i now have an image sequence that i need to convert to an mp4
when i try -pix_fmt yuv420p, it says that it cannot devide the width by 2
so i tried yuv444p10le, but yuv444p doesnt play on anything else than ffplay.so, how do i convert my img sequence into a video vlc can play ?
ive also tried this : -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2"
but that doesnt work eitherand i had to convert to 2559x1450 cause otherwise it would stretch, (it took 90 hours to convert all the frames so i cant just do it over again)
i want the output to be a 2559x1450 video file that is playable on vlc.