
Recherche avancée
Médias (2)
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
Autres articles (20)
-
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 -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
Sur d’autres sites (5104)
-
Trimming batch of videos using timestamp
26 février 2021, par Raghav AroraI want to cut multiple videos in folder based on their starting and ending time which is stored in a csv file : annotations.csv


The format of the csv file is :


video_name | starting time | ending time


I think the pseudo code may look something like this :


`for i in video_names
 do: cut video according to time frame`



ffmpeg -ss 00:01:00 -i input.mp4 -to 00:02:00 -c copy output.mp4


This is something I found for a single video while hardcoding the input names and start and end time.
How can I make this dynamic to correspond with my annotations file ?


-
Trimming multiple videos using text file
25 février 2021, par Raghav AroraI want to cut multiple videos based on their starting and ending frame which is stored in a text file : annotations.txt


The format of the text file is :


video_name | category_name | starting frame | ending frame


I think the pseudo code may look something like this :


for i in video_name:
 for j in start_end_frame:
 trim_video()



ffmpeg -ss 00:01:00 -i input.mp4 -to 00:02:00 -c copy output.mp4


This is something I found for a single video while hardcoding the input names and start and end time.
How can I make this dynamic to correspond with my annotations file ?


-
Merge commit ’66e9f839536238945fbfe9d2041b6891cb150e45’
17 octobre 2014, par Michael NiedermayerMerge commit ’66e9f839536238945fbfe9d2041b6891cb150e45’
* commit ’66e9f839536238945fbfe9d2041b6891cb150e45’ :
libfdk-aacdec : Enable Dynamic Range Control Metadata SupportConflicts :
libavcodec/version.hMerged-by : Michael Niedermayer <michaelni@gmx.at>