
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 (4604)
-
Evolution #4101 : API objet : objet_dupliquer()
12 février 2021, par cedric -c’est quand même un usage beaucoup plus réduit que la suppression, et vu qu’on a pas bien convergé sur l’API declarer parents on va déjà essayer de s’occuper de ça, et l’api duplication peut bien rester encore en plugin jusqu’à la prochaine version
(je postpone, mais si on arrive a le faire en 3.3 tant mieux, ça me semble juste pas un objectif important) -
ffmpeg for video transcription [closed]
22 juin 2023, par TSzDoes ffmpeg have capabilities to generate a transcription from a video or an audio file in .srt format or other ? Task is to create subtitles for YT videos (30-60min long). Timestamps and duration would be important so the text is synchronized to the audio. Languages english and hungarian


no code was tried yet


-
FFMPEG - How to separate a 10-channel WAV to separate files per-channel ? (Not 5.1)
24 août 2021, par burntscarrSo everywhere I looked for an answer to split a multichannel wav, I found so many that specify mapping which I have not the slightest clue of because all the ones represented were either 5.1 layout (
[FL][FR][C][LFE][SL][SR]
) or gibberish mapping code that I couldn't understand.

The specific wav is 10 channels, and I want to compress it to FLAC in the end as well. I tried just converting it to FLAC and keeping the channel arrangement, but 8 channels is the maximum for FLAC.


When learning mapping, I see
-filter_complex "channelsplit=channel_layout=
and I don't know what to put after = because it is not 5.1 and naming the files based on channels is what I'm after.

input 10ch.wav output 1.flac 2.flac etc to 10.flac