
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (49)
-
Les formats acceptés
28 janvier 2010, parLes commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
ffmpeg -codecs ffmpeg -formats
Les format videos acceptés en entrée
Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
Les formats vidéos de sortie possibles
Dans un premier temps on (...) -
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 (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (5527)
-
dca : replace some memcpy by AV_COPY128
14 février 2014, par Christophe Gisquet -
how can i replace two subtitles in a mkv file ?
30 avril 2020, par Ginsoi have an mkv file with 2 audio and 4 subtitle streams. the 3rd and 4th subtitle stream contained errors, so i extracted and corrected them, but i don't know how i can replace them in the mkv file. i tried

ffmpeg.exe -i .\video.mkv -map 0:0 -map 0:1 -map 0:2 -map 0:3 -map 0:4 -i sub1.srt -i sub2.srt out.mkv



but this gives me the error :



Option map (set input stream mapping) cannot be applied to input url sub2.srt -- you are trying to apply an input option to an output file or vice versa. Move this option before the file it belongs to.
Error parsing options for input file sub2.srt.
Error opening input files: Invalid argument




can anyone tell me the correct command ?


-
lavfi/af_anequalizer : replace pow(x,-2) by 1/(x*x)
28 décembre 2015, par Ganesh Ajjanagadde