
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (64)
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
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 (8923)
-
tests : Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter.
31 août 2015, par Peter Btests : Renamed pix_fmts wording in ffv1 test target name to match pix_fmt parameter.
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>
- [DH] tests/fate/vcodec.mak
- [DH] tests/ref/vsynth/vsynth1-ffv1-v0
- [DH] tests/ref/vsynth/vsynth1-ffv1-v3-bgr0
- [DH] tests/ref/vsynth/vsynth1-ffv1-v3-yuv420p
- [DH] tests/ref/vsynth/vsynth1-ffv1-v3-yuv422p10
- [DH] tests/ref/vsynth/vsynth1-ffv1-v3-yuv444p16
- [DH] tests/ref/vsynth/vsynth1-ffv1.0
- [DH] tests/ref/vsynth/vsynth1-ffv1.3-420
- [DH] tests/ref/vsynth/vsynth1-ffv1.3-422p10
- [DH] tests/ref/vsynth/vsynth1-ffv1.3-444p16
- [DH] tests/ref/vsynth/vsynth1-ffv1.3-bgr
- [DH] tests/ref/vsynth/vsynth2-ffv1-v0
- [DH] tests/ref/vsynth/vsynth2-ffv1-v3-bgr0
- [DH] tests/ref/vsynth/vsynth2-ffv1-v3-yuv420p
- [DH] tests/ref/vsynth/vsynth2-ffv1-v3-yuv422p10
- [DH] tests/ref/vsynth/vsynth2-ffv1-v3-yuv444p16
- [DH] tests/ref/vsynth/vsynth2-ffv1.0
- [DH] tests/ref/vsynth/vsynth2-ffv1.3-420
- [DH] tests/ref/vsynth/vsynth2-ffv1.3-422p10
- [DH] tests/ref/vsynth/vsynth2-ffv1.3-444p16
- [DH] tests/ref/vsynth/vsynth2-ffv1.3-bgr
- [DH] tests/ref/vsynth/vsynth3-ffv1-v0
- [DH] tests/ref/vsynth/vsynth3-ffv1-v3-bgr0
- [DH] tests/ref/vsynth/vsynth3-ffv1-v3-yuv420p
- [DH] tests/ref/vsynth/vsynth3-ffv1-v3-yuv422p10
- [DH] tests/ref/vsynth/vsynth3-ffv1-v3-yuv444p16
- [DH] tests/ref/vsynth/vsynth3-ffv1.0
- [DH] tests/ref/vsynth/vsynth3-ffv1.3-420
- [DH] tests/ref/vsynth/vsynth3-ffv1.3-422p10
- [DH] tests/ref/vsynth/vsynth3-ffv1.3-444p16
- [DH] tests/ref/vsynth/vsynth3-ffv1.3-bgr
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v0
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-bgr0
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv420p
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv422p10
- [DH] tests/ref/vsynth/vsynth_lena-ffv1-v3-yuv444p16
-
ffmpeg - Input link in1:v0 parameters (size 640x640, SAR 16:9) do not match the corresponding output link in0:v0 parameters (640x640, SAR 427:240)
22 mars 2024, par fobusI'm trying to concat 4 mp4 files. I'm using the command below but not able to concat



ffmpeg -i new1.mp4 -i new2.mp4 -i new3.mp4 -i new4.mp4 -filter_complex concat=n=4:v=1:a=1 output.mp4




Getting this error :



Input link in1:v0 parameters (size 640x640, SAR 16:9) do not match the corresponding output link in0:v0 parameters (640x640, SAR 427:240)




All four vides has the same codec and same size (640x640) and the same bitrate (30)



What I am doing wrong ?


-
ffmpeg - Input link in1:v0 parameters (size 640x640, SAR 16:9) do not match the corresponding output link in0:v0 parameters (640x640, SAR 427:240)
19 mai 2016, par fobusI’m trying to concat 4 mp4 files. I’m using the command below but not able to concat
ffmpeg -i new1.mp4 -i new2.mp4 -i new3.mp4 -i new4.mp4 -filter_complex concat=n=4:v=1:a=1 output.mp4
Getting this error :
Input link in1:v0 parameters (size 640x640, SAR 16:9) do not match the corresponding output link in0:v0 parameters (640x640, SAR 427:240)
All four vides has the same codec and same size (640x640) and the same bitrate (30)
What I am doing wrong ?