
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (101)
-
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 ;
-
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 -
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 (10137)
-
FFMpeg convert AVI to be compatible with older hardware
17 novembre 2014, par Radim BurgetI have a video file (mycompatible_video.avi), that can be played by my (older) hardware video player without any problem. Information about the AVI container using command :
ffprobe mycompatible_video.avi
is the following :
Input #0, avi, from 'myvideo.avi':
Metadata:
encoder : VirtualDubMod 1.5.10.2 (build 2540/release)
Duration: 01:35:56.62, start: 0.000000, bitrate: 1015 kb/s
Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv
420p, 640x272 [SAR 1:1 DAR 40:17], 878 kb/s, 23.98 fps, 23.98 tbr, 23.98 tbn, 23
.98 tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 k
b/sI have also another file "my_incompatible_video.mkv", that I want to convert using FFMPEG with command :
ffmpeg -i my_incompatible_video.mkv -c:v mpeg4 -vtag xvid converted_video.avi
Information about the result using command :
ffprobe converted_video.avi
is :
Input #0, avi, from 'converted_video.avi':
Metadata:
encoder : Lavf56.9.100
Duration: 01:34:48.68, start: 0.000000, bitrate: 890 kb/s
Stream #0:0: Video: mpeg4 (Simple Profile) (xvid / 0x64697678), yuv420p, 128
0x688 [SAR 1:1 DAR 80:43], 750 kb/s, 23.98 fps, 23.98 tbr, 23.98 tbn, 24k tbc
Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 k
b/sUnfortunately, my hardware player reports that the result "converted_video.avi" is incompatible.
What FFMPEG command to convert the video should be used ?
-
w32pthreads : use the CONDITION_VARIABLE typedef if available
9 octobre 2014, par James Almerw32pthreads : use the CONDITION_VARIABLE typedef if available
This silences warnings about passing arguments from incompatible pointer type
when targeting Windows Vista or newer.Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Martin Storsjö <martin@martin.st> -
w32pthreads : use the CONDITION_VARIABLE typedef if available
9 octobre 2014, par James Almerw32pthreads : use the CONDITION_VARIABLE typedef if available
This silences warnings about passing arguments from incompatible pointer type
when targeting Windows Vista or newer.Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Martin Storsjö <martin@martin.st>