
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 (111)
-
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 -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)
Sur d’autres sites (11718)
-
+kjvarga flash netStream position tweaks
20 juillet 2010, par Scott Schillerm src/SoundManager2_AS3.as m src/SoundManager2_SMSound_AS3.as m swf/soundmanager2_flash9.swf m swf/soundmanager2_flash9_debug.swf m swf/soundmanager2_flash_xdomain.zip +kjvarga flash netStream position tweaks
-
How to encode video then filter to change position block frame output ?
20 juin 2022, par huricompLets say video with 1920x1080 3 minutes. i want to split each frame to 4 block. so each block 480x270. then, i want to put block 1 to 4 position. block 4 to 1st position. https://i.ibb.co/QkGpKN6/Naruto-Uzumaki.png


exactly i can extract frame of video to image. then, edit that image. but i got reduce quality, and the size bigger. the disadvantage, it takes twice times.


ffmpeg -r 1 -i input.mp4 -r 1 output_%d.jpg

// convert back image to video after block frame set to specific position in backend.
ffmpeg -r 23.97602397602398 -i output_%d.jpg -c:v h264 -r 23.97602397602398 output.mp4



is there direct way to do this ?


-
imc : use correct position for flcoeffs2 calculation
10 juillet 2015, par Andreas Cadhalpunimc : use correct position for flcoeffs2 calculation
flcoeffs2[pos] should be the log2 of flcoeffs1[pos].
flcoeffs1[0] can be 0 here, thus flcoeffs2[pos] gets set to -inf,
causing problems further down.This seems to have been copied from imc_decode_level_coefficients in
commit 4eb4bb3 without updating the position.Reviewed-by : Michael Niedermayer <michaelni@gmx.at>
Signed-off-by : Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>