
Recherche avancée
Autres articles (33)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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
Sur d’autres sites (6473)
-
Is there a way to tell ffmpeg to speed up a video so its duration matches the duration of the audio ?
7 février 2020, par Qix - MONICA WAS MISTREATEDJust as the title describes ; is there a simple way to tell ffmpeg to take in video and audio tracks and to speed up (or slow down, I suppose) the video so that it matches the duration of the audio ? I can calculate PTS values but have no idea how to do it in an automated way.
-
avfilter/vf_v360 : speed up fisheye input calculation
29 février 2020, par Paul B Mahol -
ffmpeg : How to speed up (and keep only) a specified portion of an input video
17 avril 2020, par shrimpwidgetIn my input video is a 48 second range that I wish to speed up. I wish to save only that sped up portion to a new video.



Solution :



ffmpeg -y -ss 00:00:03 -t 00:00:48 -i input.mp4 -an -crf 20 -pix_fmt yuv420p -vf "scale=1080:-1, setpts=PTS/10.0" "output.mp4"