Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (38)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

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

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

Sur d’autres sites (4703)

  • Can somebody compare the decoding speed of popular audio formats ? [on hold]

    23 novembre 2017, par puppon -su

    People usually quote compression ratio, but I’m interested in how well they perform on old computers and mobile phones. I’m interested in cpu usage, battery usage, and if they require/benefit from SIMD.

    I’m not sure if it still matters by now, everyone seems to buy new hardware every few years.

  • speed up Watermarking process in FFmpeg

    24 octobre 2017, par 1234567

    speed up Watermarking process in FFmpeg

    Is there any way to speed up water marking process in Ffmpeg

    I have a video 5 seconds long and want to add watermark over it

    the command used is

    "-y","-i", j, "-i", image1, "-filter_complex",
                   "overlay=0:0","-codec:a", "copy","-preset","ultrafast", out

    even after using ultrafast and using same code not re-encode the audio it is very slow, any help would be useful

  • Find upload speed of streaming video via nstask

    3 octobre 2017, par Swati

    I am streaming live video to an RTMP server using FFMPEG, NSTASK in a cocoa app.

    The task is achieved but now I want to calculate the upload speed.

    Any suggestions how can I do this.