Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (96)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

Sur d’autres sites (7261)

  • ffmpeg Unable to find a suitable output format, invalid argument [duplicate]

    6 mai 2021, par 변윤수

    Code

    


    frame_gen.sh

    


    ffmpeg -i /mnt/BYS/AdaptiveWingLoss-master/dataset/WO_Lt_031_data.mp4 /mnt/BYS/AdaptiveWingLoss-master/dataset/jrtest/images/WO_Lt_031_data_%03d.jpg


    


    I made a frame_gen.sh file and then I run the file in the console terminal.

    


    -> sh frame_gen.sh


    


    However, I'm trouble with errors below,

    


    'NULL @ 0x558358862740] Unable to find a suitable output format for '/mnt/BYS/AdaptiveWingLoss-master/dataset/jrtest/images/WO_Lt_031_data_%03d.jpg
: Invalid argumentingLoss-master/dataset/jrtest/images/WO_Lt_031_data_%03d.jpg


    


    what is wrong...?

    


  • Evolution #2923 (Fermé) : Remplacement d’un document et date du document

    12 mai 2013, par cedric -

    si c’est la date du document que tu veux afficher (et pas sa date de publication) il faut simplement afficher
    [(#VAL{Y-m-d H:i:s}|date{#FICHIER|filemtime}|affdate)]
    Ça n’a pas vraiment de sens de stocker en base une date identique à celle du fichier sur le disque.

    Alternativement, la solution par plugin me semble le mieux, car cela correspond ici à un usage non générique de la date.

  • Why am I getting FFMPEG "cannot set sample format 0x10000 2 (Invalid argument)" error ? [duplicate]

    30 mars 2020, par Embedded

    I’m trying to stream audio input from Seeed Studio 4-Mic-Array Respeaker on desired IP address and port on Raspberry Pi 4.

    Command that I’m using is :

    ffmpeg -re -f alsa -i hw:1,0 -ac 4 -ar 16000 -f rtp rtp://10.0.0.1:1234

    Error I’m getting is :

    cannot set sample format 0x10000 2 (Invalid argument)

    Result from arecord --dump-hw-params -D hw:1,0 command is :

    Recording WAVE 'stdin' : Unsigned 8 bit, Rate 8000 Hz, Mono
    HW Params of device "hw:1,0":
    --------------------
    ACCESS:  MMAP_INTERLEAVED RW_INTERLEAVED
    FORMAT:  S32_LE
    SUBFORMAT:  STD
    SAMPLE_BITS: 32
    FRAME_BITS: 128
    CHANNELS: 4
    RATE: [8000 48000]
    PERIOD_TIME: (333 2048000]
    PERIOD_SIZE: [16 16384]
    PERIOD_BYTES: [256 262144]
    PERIODS: [2 2048]
    BUFFER_TIME: (666 4096000]
    BUFFER_SIZE: [32 32768]
    BUFFER_BYTES: [512 524288]
    TICK_TIME: ALL
    --------------------
    arecord: set_params:1299: Sample format non available
    Available formats:
    - S32_LE