
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (112)
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (14190)
-
Best video format/codec/technique to send small video with syncronization
22 janvier 2016, par EpsiloncoolI have a strange task to solve. We have a small-sized video window (like 300x200 pixels, 256-colors palette) and 44kHz 2ch sound playing on server. We need to send this stream video to some clients (1,2.. up to 10). Strict requirements is syncronization (we should have video syncronized as precise as 20 ms on all clients) and loss-less (preferrably no losses at all, but it is discussable).
Please recommend any good video format/codec/linux software to install on server to make this thing possible. Thanks !
-
Resizing video with FFmpeg to double size, but maintains original rectangle video on the top left
1er juin 2022, par MauroI have a video with 320 x 240 pixels.


I want to convert it to double size : 640 x 480 pixels.


But I don't want the video upscaled.


I mean : The final file must be a 640 x 480 video file, with the "original video" inside a 320 x 240 rectangle on top left, and the rest of screen filled with black background.


How can I do it with ffmpeg ?


-
adding audio files to exist video with ffmpeg make the video currapted
21 janvier 2018, par YanshofI have video file (.avi) and audio files (.wav) that i want to marge to ine avi file.
The wav files are marge with some delay ( work fine )
But in some cases the audio files are longer then the video stream and i getting currapted video file that contain only the audio - and i can’t see the video.
When i try to separate the audio and the video from the currapted video output i got the good video file and good audio file that i can use ( see the video and listen to the audio )
I don’t know if its possible to keep the audio and video in case the audio is longer on the delay that the video file.
Beside this, When i adding the audio files ... the video is less time .. i mean that if the video without the audio is 14 minus => after the audio is 13 minus
( when its not currapted )Here how i marge the files ( audio and the video )
ffmpeg.exe -report -i "..\\merged.avi" -i "Storage\\1.wav" -i
"Storage\\2.wav" -i "Storage\\3.wav" -filter_complex "adelay=30000|30000"
"adelay=91000|91000" "adelay=151000|151000" -c:v copy "Storage\\ALL.AVI"