
Recherche avancée
Médias (1)
-
Video d’abeille en portrait
14 mai 2011, par
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (58)
-
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 -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (7772)
-
Revision 8d42fad9c1 : Move overlay frame speed feature setting out of mode search loop Refactor overl
11 septembre 2014, par Jingning HanChanged Paths :
Modify /vp9/encoder/vp9_rdopt.c
Move overlay frame speed feature setting out of mode search loopRefactor overlay frame speed-up related function. Make it unified
with the ref_frame_skip_mask system and Move it out of the mode
search loop.Change-Id : I0dde9baf44354f6ba00b4679cba02fa6a30c7316
-
Revision bd867f1619 : Inline vp9_get_mv_joint(). Encode time for first 50 frames of bus (speed 0) @ 1
3 juillet 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/common/vp9_entropymv.c
Modify /vp9/common/vp9_entropymv.h
Inline vp9_get_mv_joint().Encode time for first 50 frames of bus (speed 0) @ 1500kbps goes from
2min10.9 to 2min10.5, i.e. 0.3% faster overall, basically because we
prevent the call overhead.Change-Id : I1eab1a95dd3eae282f9b866f1f0b3dcadff073d5
-
FFMpeg Crop, Scale, hflip and speed up video and audio
4 décembre 2023, par ReachFFMpeg said Too many inputs specified for the "tetpts" filter ! Why wrong ? Help me please


I am trying to crop, scale, hflip and speed up video and audio. When I was using




ffmpeg -y -i input.mp4 -filter_complex "crop=iw/2:ih/2,scale=720:720,hflip,[0:v]setpts=0.8*PTS[v] ;[0:a]atempo=(1/0.8)[a]" -map "[v]" -map "[a]" output.mp4