
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (38)
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...) -
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 -
L’espace de configuration de MediaSPIP
29 novembre 2010, parL’espace de configuration de MediaSPIP est réservé aux administrateurs. Un lien de menu "administrer" est généralement affiché en haut de la page [1].
Il permet de configurer finement votre site.
La navigation de cet espace de configuration est divisé en trois parties : la configuration générale du site qui permet notamment de modifier : les informations principales concernant le site (...)
Sur d’autres sites (6101)
-
aarch64 : hevc : Split the epel_*_hv functions into two parts
12 mars 2024, par Martin Storsjö -
FFmpeg : Split video and preserve input source time
27 janvier 2015, par ArunI’m trying to split a large video into chunks with the below command based.
ffmpeg -i input.avi -vcodec copy -an -ss 0 -t 60 output-1.avi
ffmpeg -i input.avi -vcodec copy -an -ss 60 -t 60 output-2.aviand so on.
I need to preserve the frame timestamps in the output video chunks. That is, if the video is 10 minutes long and if each video chunk is 5 min, the second chunk’s starting timestamp should be 05:00 and not 00:00.
As mentioned in the FFMpeg documentation, I tried the
-copyts
option with-start_at_zero
without any luck.At present, I have a work around to pass the offset (05:00) along with the file name externally so that the frame timestamp can still be tracked. But this is not the ideal solution, I believe.
-
How to split video by duration like 10sec in FFmpeg ? [duplicate]
5 janvier 2019, par JabsThis question already has an answer here :
-
How to split a video using FFMPEG so that each chunk starts with a key frame ?
6 answers
-
record desktop save every 30 minutes
2 answers
-
Export each minute of MP3 into separate WAV
1 answer
-
How to get equally spaced audio chunks from .wav file using ffmpeg ?
1 answer
-
How to segment a video and then concatenate back into original one with ffmpeg
1 answer
I am new in ffmpeg ! i want to split videos which duration like 3 mins. or more into 10 sec.using ffmpeg ?
please help me how to resolve it. -
How to split a video using FFMPEG so that each chunk starts with a key frame ?