Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (67)

  • Les images

    15 mai 2013
  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La 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 2013

    Puis-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 Hyldrean

    What 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 labrat

    what 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 labrat

    what 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.