Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (48)

  • Pas question de marché, de cloud etc...

    10 avril 2011

    Le vocabulaire utilisé sur ce site essaie d’éviter toute référence à la mode qui fleurit allègrement
    sur le web 2.0 et dans les entreprises qui en vivent.
    Vous êtes donc invité à bannir l’utilisation des termes "Brand", "Cloud", "Marché" etc...
    Notre motivation est avant tout de créer un outil simple, accessible à pour tout le monde, favorisant
    le partage de créations sur Internet et permettant aux auteurs de garder une autonomie optimale.
    Aucun "contrat Gold ou Premium" n’est donc prévu, aucun (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Soumettre améliorations et plugins supplémentaires

    10 avril 2011

    Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
    Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)

Sur d’autres sites (9037)

  • Rails, Ffmpeg, & Heroku : Errno::ENOENT : No such file or directory - the ffprobe binary could not be found

    18 mars 2016, par Jackson Cunningham

    I’m using the streamio-ffmpeg rails gem and it works fine on my local machine. But when trying to run it on Heroku, I get the below error :

    Errno::ENOENT : No such file or directory - the ffprobe binary could
    not be found in
    /app/vendor/bundle/ruby/2.2.0/bin :/app/bin :/app/vendor/bundle/bin :/usr/local/bin :/usr/bin :/bin from
    /app/vendor/bundle/ruby/2.2.0/gems/streamio-ffmpeg-2.0.0/lib/streamio-ffmpeg.rb:87

    What does this mean ?

  • rails uploading audio and convertion

    23 mai 2012, par Zoidberg

    So this is what I want to achieve. I want to be able to upload an mp3, send the file to an ffmpeg process to convert it to AAC+, and then upload the resulting file to s3 without having to create temp files.

    I need to be able to have ffmpeg's server which will handle multiple conversions part of the uploading pipeline of CarrierWave.

    Please Advice.

  • lavc/vvc : Use second definition of MinQtLog2SizeIntraC if relevant

    28 novembre 2024, par Frank Plowman
    lavc/vvc : Use second definition of MinQtLog2SizeIntraC if relevant
    

    MinQtLog2SizeIntraC is usually (eq. (51) from VVCv3) defined as

    sps_log2_diff_min_qt_min_cb_intra_slice_chroma + MinCbLog2SizeY

    However, in the case ph_log2_diff_min_qt_min_cb_intra_slice_chroma is
    present, it is instead (eq. (83) from VVCv3) defined as

    ph_log2_diff_min_qt_min_cb_intra_slice_chroma + MinCbLog2SizeY

    When ph_log2_diff_max_bt_min_qt_intra_slice_chroma and
    ph_log2_diff_max_tt_min_qt_intra_slice_chroma are present, so is
    ph_log2_diff_min_qt_min_cb_intra_slice_chroma, and so we should use the
    second definition of MinQtLog2SizeIntraC, rather than the first, when
    calculating the bounds for these syntax elements.

    Signed-off-by : Frank Plowman <post@frankplowman.com>

    • [DH] libavcodec/cbs_h266_syntax_template.c