Recherche avancée

Médias (91)

Autres articles (52)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (6179)

  • Merge commit ’0b5a26e8bcd219efe5da3a6d39b588fabf91f2b9’

    3 avril 2017, par Clément Bœsch
    Merge commit ’0b5a26e8bcd219efe5da3a6d39b588fabf91f2b9’
    

    * commit ’0b5a26e8bcd219efe5da3a6d39b588fabf91f2b9’ : (35 commits)
    qdm2 : Convert to the new bitstream reader
    qcelp : Convert to the new bitstream reader
    pcx : Convert to the new bitstream reader
    opus : Convert to the new bitstream reader
    nellymoser : Convert to the new bitstream reader
    jvdec : Convert to the new bitstream reader
    hqx : Convert to the new bitstream header
    hq_hqa : Convert to the new bitstream reader
    gsm : Convert to the new bitstream reader
    g72x : Convert to the new bitstream reader
    g2meet : Convert to the new bitstream reader
    fraps : Convert to the new bitstream reader
    flashsv : Convert to the new bitstream reader
    faxcompr : Convert to the new bitstream reader
    exr : Convert to the new bitstream reader
    escape130 : Convert to the new bitstream reader
    escape124 : Convert to the new bitstream reader
    dvdsubdec : Convert to the new bitstream reader
    dss_sp : Convert to the new bitstream reader
    cook : Convert to the new bitstream reader
    ...

    This merge is a noop, see
    http://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] doc/libav-merge.txt
  • How to debug GitHub Action failure

    9 décembre 2022, par Meltemi

    Just yesterday a stable GitHub Action (CI) started failing rather cryptically and I've run out of tools to debug it.

    &#xA;

    All I can think of is our BUNDLE_ACCESS_TOKEN went bad somehow but I didn't set that up. It's an Action secret under Repository Secrets that are not visible in GitHub UI. How can I test to see if it's valid ?

    &#xA;

    Or maybe it's something else ?!? "Bad credentials" is vague...

    &#xA;

    Here's the meat of the action we're trying to run :

    &#xA;

    #my_tests.yml&#xA;jobs:&#xA;  my-test:&#xA;    runs-on: ubuntu-latest&#xA;    services:&#xA;      postgres:&#xA;        image: postgres:13.4&#xA;        env:&#xA;          POSTGRES_USERNAME: postgres&#xA;          POSTGRES_PASSWORD: postgres&#xA;          POSTGRES_DB: myapp_test&#xA;        ports:&#xA;          - 5432:5432&#xA;        options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5&#xA;    env:&#xA;      RAILS_ENV: test&#xA;      POSTGRES_HOST: localhost&#xA;      POSTGRES_USERNAME: pg&#xA;      POSTGRES_PASSWORD: pg&#xA;      GITHUB_TOKEN: ${{ secrets.BUNDLE_ACCESS_TOKEN }}&#xA;      BUNDLE_GITHUB__COM: x-access-token:${{ secrets.BUNDLE_ACCESS_TOKEN }}&#xA;      CUCUMBER_FORMAT: progress&#xA;    steps:&#xA;      - uses: actions/checkout@v2&#xA;      - uses: FedericoCarboni/setup-ffmpeg@v1&#xA;      ...&#xA;

    &#xA;

    And with debug turned on here's the Failure (line 20) from GitHub Actions :

    &#xA;

    Run FedericoCarboni/setup-ffmpeg@v1&#xA;&#xA;1 ------- ##[debug]Evaluating condition for step: &#x27;Run FedericoCarboni/setup-ffmpeg@v1&#x27;&#xA;2 ##[debug]Evaluating: success()&#xA;3 ##[debug]Evaluating success:&#xA;4 ##[debug]=> true&#xA;5 ##[debug]Result: true&#xA;6 ##[debug]Starting: Run FedericoCarboni/setup-ffmpeg@v1&#xA;7 ##[debug]Loading inputs&#xA;8 ##[debug]Loading env&#xA;9 Run FedericoCarboni/setup-ffmpeg@v1&#xA;10   with:&#xA;11   env:&#xA;12     RAILS_ENV: test&#xA;13     POSTGRES_HOST: localhost&#xA;14     POSTGRES_USERNAME: pg&#xA;15     POSTGRES_PASSWORD: pg&#xA;16     GITHUB_TOKEN: ***&#xA;17     BUNDLE_GITHUB__COM: x-access-token:***&#xA;19     CUCUMBER_FORMAT: progress&#xA;20 Error: Bad credentials&#xA;21 ##[debug]Node Action run completed with exit code 1&#xA;22 ##[debug]Finishing: Run FedericoCarboni/setup-ffmpeg@v1&#xA;

    &#xA;

    Thanks for any help.

    &#xA;

  • FFMpeg access AVFoundation usb subdevice camera on OSX Mojave

    20 août 2020, par Retiarius

    I Have a dual USB camera for VR : two cameras, one usb connection. On linux, this appears in /dev/video0 and /dev/video1 and I can capture using ffmpeg -i /dev/video0

    &#xA;&#xA;

    On Mojave, I can see both devices in the USB hub :

    &#xA;&#xA;

    USB 2.0 Hub:&#xA;&#xA;Product ID: 0x0101&#xA;Vendor ID:  0x1a40  (TERMINUS TECHNOLOGY INC.)&#xA;Version:    1.11&#xA;Speed:  Up to 480Mb/sec&#xA;Location ID:    0x14200000 / 8&#xA;Current Available (mA): 500&#xA;Current Required (mA):  100&#xA;Extra Operating Current (mA):   0&#xA;&#xA;    Stereo Vision 2:&#xA;&#xA;    Product ID: 0x9901&#xA;    Vendor ID:  0x0ac8  (Z-Star Microelectronics Corporation)&#xA;    Version:    27.02&#xA;    Serial Number:  SN0099&#xA;    Speed:  Up to 480Mb/sec&#xA;    Manufacturer:   SHENZHEN RERVISION TECHNOLOGY&#xA;    Location ID:    0x14220000 / 10&#xA;    Current Available (mA): 500&#xA;    Current Required (mA):  500&#xA;    Extra Operating Current (mA):   0&#xA;&#xA;    Stereo Vision 2:&#xA;&#xA;    Product ID: 0x9902&#xA;    Vendor ID:  0x0ac8  (Z-Star Microelectronics Corporation)&#xA;    Version:    27.02&#xA;    Serial Number:  SN0100&#xA;    Speed:  Up to 480Mb/sec&#xA;    Manufacturer:   SHENZHEN RERVISION TECHNOLOGY&#xA;    Location ID:    0x14210000 / 9&#xA;    Current Available (mA): 500&#xA;    Current Required (mA):  500&#xA;    Extra Operating Current (mA):   0&#xA;

    &#xA;&#xA;

    But when I list devices, I can see only one [0] :

    &#xA;&#xA;

    ffmpeg -f avfoundation -list_devices true -i ""&#xA;    [AVFoundation input device @ 0x7fae5b501a80] AVFoundation video devices:&#xA;    [AVFoundation input device @ 0x7fae5b501a80] [0] Stereo Vision 2&#xA;    [AVFoundation input device @ 0x7fae5b501a80] [1] FaceTime HD Camera&#xA;    [AVFoundation input device @ 0x7fae5b501a80] [2] Capture screen 0&#xA;

    &#xA;&#xA;

    capturing from this device captures from one of the cameras.

    &#xA;&#xA;

    How can I get ffmpeg to detect the second usb device as well ?

    &#xA;