Recherche avancée

Médias (1)

Mot : - Tags -/net art

Autres articles (111)

  • Keeping control of your media in your hands

    13 avril 2011, par

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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

Sur d’autres sites (11498)

  • configure : select mdct for atrac3al decoder

    5 novembre 2019, par Lou Logan
    configure : select mdct for atrac3al decoder
    

    Signed-off-by : Lou Logan <lou@lrcd.com>

    • [DH] configure
  • lavfi/select : add support for concatdec_select option

    24 octobre 2015, par Marton Balint
    lavfi/select : add support for concatdec_select option
    

    This option can be used to select useful frames from an ffconcat file which is
    using inpoints and outpoints but where the source files are not intra frame
    only.

    Reviewed-by : Stefano Sabatini <stefasab@gmail.com>
    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] doc/filters.texi
    • [DH] libavfilter/f_select.c
  • Use batch to randomly select input file for ffmpeg

    6 mars 2019, par Hòa Hưng Ngô

    Please help me ! I code ffmpeg add mp3 to image but i want to select random file mp3 when add to image creat video. my code :

    set INPUT=E:\image
    set OUTPUT=E:\video
    set mp3inseart = $(shuf -n1 -e e:\music\*)
    : encode video
    for %%i in ("%INPUT%\*.jpg") DO ffmpeg -i "%%i" -i $mp3inseart -threads 0 -shortest -preset ultrafast "%output%\%%~ni.mp4"