
Recherche avancée
Autres articles (53)
-
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 images
15 mai 2013 -
Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur
8 février 2011, parLa visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
Configuration de la boite multimédia
Dès (...)
Sur d’autres sites (7686)
-
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.