
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (67)
-
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 ) (...) -
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
Sur d’autres sites (9706)
-
Ffmpeg converts video of double size of original video with second part without audio
21 janvier 2020, par mridul4cI am converting some videos with below command in ffmpeg
ffmpeg -y -i source.mp4 -c:a libfdk_aac -ac 2 -ab 128k -c:v libx264 -x264opts keyint=24:min-keyint=24:no-scenecut -crf 18 -b:v 4000k -maxrate 4000k -bufsize 4000k -vf "scale=-1:1080" destination_1080.mp4
But in some cases the output video is exactly double size of the original and the second part is without audio. Please help.
-
How can I batch convert all of my video files to AAC audio without converting the video ?
21 mai 2015, par JamesI’ve used XMedia Recode to do this and it works great. I set video to "copy", audio to "convert", and it takes 2 minutes for a 2GB file. There’s two problems with it for batch work though. It doesn’t detect files in subfolders, and you have to specify the audio bitrate.
I’d like to be able to say convert everything in Z :\Videos, inherit the audio bitrate, and put the file named "(original file)-converted" in the original folder. Is that possible ? Using Windows 8.1.
-
How can i write a tool that acquires video/audio from my input video card ? [on hold]
21 juillet 2014, par user3180895i’d like to write a simple program that can read audio and video from my input card and can save it in a file.
I’d like to write it in Java, but if it is not possible, i can change language.
I tried to use ffmpeg, but my device has crossbar limitations.My question is :
Exists one library which can read input buffer from my device and save it in a file ?
Can someone post a "Hello World" code for a simple example ?
Thanks a lot.
P.S. I am actual working with Windows.