Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (22)

  • 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

  • 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 (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

Sur d’autres sites (5423)

  • Remove avserver.

    9 juin 2014, par Anton Khirnov
    Remove avserver.
    

    It has not been properly maintained for years and there is little hope
    of that changing in the future.
    It appears simpler to write a new replacement from scratch than
    unbreaking it.

    • [DBH] .gitignore
    • [DBH] Changelog
    • [DBH] Makefile
    • [DBH] avserver.c
    • [DBH] configure
    • [DBH] doc/avserver.conf
    • [DBH] doc/avserver.texi
    • [DBH] doc/general.texi
    • [DBH] libavformat/Makefile
    • [DBH] libavformat/allformats.c
    • [DBH] libavformat/ffm.h
    • [DBH] libavformat/ffmdec.c
    • [DBH] libavformat/ffmenc.c
    • [DBH] tests/fate/avformat.mak
    • [DBH] tests/fate/seek.mak
    • [DBH] tests/lavf-regression.sh
    • [DBH] tests/ref/lavf/ffm
    • [DBH] tests/ref/seek/lavf-ffm
  • Avisynth processing source having multiaudio tracks

    22 mai 2014, par Tarun

    I wrote following avisynth script

    A1 = FFAudioSource("speed_2mins.mxf",track=1)
    A2 = FFAudioSource("speed_2mins.mxf",track=2)
    V = FFVideoSource("speed_2mins.mxf",width=200,height=100)
    AV1 = AudioDub(V,A1)
    AudioDub(AV1,A2)

    In hope of getting 2 audio tracks in the output, but i still got only one audio track when I processed the .avs file using ffmpeg

    How to get multi audio tracks output using avisynth ?

  • FFMPEG FTP is not working

    16 mai 2014, par SENTHIL SARAVANAN

    I want convert video files using FFMPEG and upload into my server using FTP. For this i used the following ffmpeg command

    ffmpeg -i C:\Users\sen\Desktop\sss\input.mov ftp://root:xxxxxxxxxxx@xxx.xxx.xxx.24/output.flv

    But ffmpeg shows like authentication failed, i hope i give valid server credentials only. Please refer the ffmpeg screen for more detailenter image description here

    How can solve this issue.