Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (56)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

Sur d’autres sites (8215)

  • ffmpeg batch converting audio files in windows

    27 juin 2021, par Techie Android

    I have a lot of wav files (each with respective names) that need to be converted from wav to mp3 and I have been trying to write a batch file to do this.

    



    I'm using the latest nightly build of ffmpeg on Windows 10 Insider build.

    



    I've looked through the ffmpeg documentation but can't find anything on this.

    



    I'm looking for a very simple and up-to-date ffmpeg script to accomplish this task.

    


  • ffmpeg batch converting audio files in windows

    22 avril 2017, par Techie Android

    I have a lot of wav files (each with respective names) that need to be converted from wav to mp3 and I have been trying to write a batch file to do this.

    I’m using the latest nightly build of ffmpeg on Windows 10 Insider build.

    I’ve looked through the ffmpeg documentation but can’t find anything on this.

    I’m looking for a very simple and up-to-date ffmpeg script to accomplish this task.

  • Get Windows Title for gdigrab [duplicate]

    27 février 2019, par Bardulf

    This question already has an answer here :

    I want get acceptable windows title for gdigrab, Is there any command that I can use to get opened windows that ffmpeg accept ?
    I use :

    ffmpeg -f gdigrab -framerate 10 -i title="Tetris By Poorya" output.mkv

    "Tetris By Poorya" is app that run through eclipse, but ffmpeg can’t find this title.