Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (35)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

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

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

  • file : Add ’blocksize’ option

    31 juillet 2013, par Andrey Utkin
    file : Add ’blocksize’ option
    

    Interruptibility of file operations is strongly desirable in case of
    slow storage access, e.g. mounted network share.
    This commit introduces possibility to limit data quantity transferred by
    ’file’ protocol at once. By default, old behaviour is preserved and data
    is still tried to be transferred without block size limitation.

    Note that file I/O operation still may block (or even freeze) inside of
    single read(2) or write(2) operation.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/file.c
  • Where is a binary file once it's been built (for ffmpeg) ?

    28 juillet 2021, par James Skidmore

    I need to build ffmpeg for Mac for converting MOV to FLV in a Java application. I made and installed LAME and then FFMPEG, but I'm confused as to what file I should grab to include with the Java application. What is the binary file ? The previous version that I grabbed from the source of ffmpegX was 10mb in size, but the file that's in my /usr/local/bin is only 0.1mb. Is that the right file, or what do I need to include ?

    &#xA;&#xA;

    I'm not too savvy with anything that needs to be typed into Terminal, so excuse the lack of technical jargon !

    &#xA;

  • generate sdp file

    8 décembre 2011, par ДМИТРИЙ МАЛИКОВ

    How can it possible to generate *.sdp file for some video file using ffmpeg or cvlc from command line without playing video ?

    I'm expecting something like

    ffmpeg --sdp-out="./file.sdp" ${videoFile}

    which produce file.sdp containing all necessary information.