
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 (49)
-
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 (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras. -
Les images
15 mai 2013
Sur d’autres sites (8002)
-
What does 'dash' option in ffmpeg command do ?
29 janvier 2020, par HyldreanWhat is the effect or meaning of the
-dash
option in a ffmpeg command (extracting a track for DASH streaming) ? E.g this one :ffmpeg -i in.video -vn -acodec libvorbis -ab 128k -dash 1 audio.webm
I can’t find anything about it in the ffmpeg documentation.
-
batch file for encoding videos with ffmpeg - "variable" : %%a
8 juin 2015, par labratwhat is the meaning of ’%%a’ and ’%% na’ in this expression : http://www.pasteall.org/58875 ?
for %%a in ("*.*") do ffmpeg -i "%%a" "newfiles\%%~na.mp4"pause
I want to batch encode a couple of video files. all are in the same folder with nothing else in it. I found explanations which tell that it is a variable. but for what does a variable like this stand ?
working on win 7 ult 64bit.
-
batch file for encoding videos with ffmpeg - "variable" : %%a
23 août 2022, par labratwhat is the meaning of '%%a' and '%% na' in this expression : http://www.pasteall.org/58875 ?



for %%a in ("*.*") do ffmpeg -i "%%a" "newfiles\%%~na.mp4"pause




I want to batch encode a couple of video files. all are in the same folder with nothing else in it. I found explanations which tell that it is a variable. but for what does a variable like this stand ?



working on win 7 ult 64bit.