
Recherche avancée
Médias (2)
-
SPIP - plugins - embed code - Exemple
2 septembre 2013, par
Mis à jour : Septembre 2013
Langue : français
Type : Image
-
Publier une image simplement
13 avril 2011, par ,
Mis à jour : Février 2012
Langue : français
Type : Video
Autres articles (76)
-
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 (...) -
Pas question de marché, de cloud etc...
10 avril 2011Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
sur le web 2.0 et dans les entreprises qui en vivent.
Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...) -
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)
Sur d’autres sites (6024)
-
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 ?
-
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.
-
aarch64 : hevc : Split the epel_*_hv functions into two parts
12 mars 2024, par Martin Storsjö