Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (44)

  • Modifier la date de publication

    21 juin 2013, par

    Comment changer la date de publication d’un média ?
    Il faut au préalable rajouter un champ "Date de publication" dans le masque de formulaire adéquat :
    Administrer > Configuration des masques de formulaires > Sélectionner "Un média"
    Dans la rubrique "Champs à ajouter, cocher "Date de publication "
    Cliquer en bas de la page sur Enregistrer

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

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

Sur d’autres sites (6694)

  • Revision 0451c6b6dd : Refactor per block rate distortion estimate Move the rate-distortion estimate f

    22 avril 2015, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Refactor per block rate distortion estimate

    Move the rate-distortion estimate function outside the recursion
    as an individual operating module.

    Change-Id : I662199223c256664bcd312084b3aebffb8a8034b

  • FFmpeg - Take 128 Channel WAV and Transcode to MKV with 128 Discrete Mono Tracks [closed]

    17 août 2023, par Matt Cohen

    I have a use case where I need to take individual WAV files with 128 channels in each one and output corresponding MKVs with each source channel as its own discrete mono track.

    


    I've been playing around with the channelsplit and channelmap functions but am having a hard time finding parameters that work with this many channels / this specific use case.

    


    Is this even possible with FFmpeg ?

    


    So far I've mostly been trying different variations of :

    


    ffmpeg -i in.wav -filter_complex channelsplit out.mkv

    


    Any help would be greatly appreciated.

    


  • Cortex-A7 instruction cycle timings

    15 mai 2014, par Mans — ARM

    The Cortex-A7 ARM core is a popular choice in low-power and low-cost designs. Unfortunately, the public TRM does not include instruction timing information. It does reveal that execution is in-order which makes measuring the throughput and latency for individual instructions relatively straight-forward. The table below lists the measured issue cycles … Continue reading