
Recherche avancée
Médias (1)
-
Sintel MP4 Surround 5.1 Full
13 mai 2011, par
Mis à jour : Février 2012
Langue : English
Type : Video
Autres articles (67)
-
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 (...) -
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
Sur d’autres sites (7448)
-
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.