Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (77)

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

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

Sur d’autres sites (9300)

  • Unable to find a suitable output format for 'protocols'

    10 mai 2018, par Perl Deniel

    I was trying to analyse a video with ffmpeg and it gives this error. I have referred to other sources but those solutions do not seem to work.

    [NULL @ 0x24eb600] Unable to find a suitable output format for 'protocols'
    protocols: Invalid argument

    I have a video currently hosting on Google Cloud Storage and I want to use ffprobe to study its orientation. This is the command I use.

    ffprobe -v error -show_streams -show_format https://storage.googleapis.com/bucket/filename.mp4 | grep rotation

    I am currently running on Debian Jessie and I installed ffmpeg from source.

    Here’s my installation script

    cd ffmpeg-3.4.1
    ./configure --enable-shared
    make
    make install
    ldconfig

    Can anyone tell me how to solve this ?

  • How to install ffmpeg for ubuntu using command line ?

    14 mars 2017, par Cheng Jaycee Jiang

    A lit background...
    This is a piece of code in my Dockerfile. I want to deploy my app to google app engine. Somehow I couldn’t install ffmpeg.

    ENV VIRTUAL_ENV /env
    ENV PATH /env/bin:$PATH
    RUN apt-get install ffmpeg

    This is error log :

    E: Unable to locate package ffmpeg
    The command '/bin/sh -c apt-get install ffmpeg' returned a non-zero code: 100
    ERROR
    ERROR: build step "gcr.io/cloud-builders/docker@sha256:ef2e6744a171cfb0e8a0ef27f9b9a34970341bfc0c3d401afdeedca72292cf73" failed: exit status 100

    I found this but it didn’t work for me. It complained about add-apt-repository is not valid command.
    http://askubuntu.com/questions/691109/how-do-i-install-ffmpeg-and-codecs

    Anyone can help me with this ? Thanks !!!

  • How to install ffmpeg for ubuntu using command line ?

    13 décembre 2022, par Cheng Jaycee Jiang

    A lit background...
This is a piece of code in my Dockerfile. I want to deploy my app to google app engine. Somehow I couldn't install ffmpeg.

    



    ENV VIRTUAL_ENV /env
ENV PATH /env/bin:$PATH
RUN apt-get install ffmpeg


    



    This is error log :

    



    E: Unable to locate package ffmpeg
The command '/bin/sh -c apt-get install ffmpeg' returned a non-zero code: 100
ERROR
ERROR: build step "gcr.io/cloud-builders/docker@sha256:ef2e6744a171cfb0e8a0ef27f9b9a34970341bfc0c3d401afdeedca72292cf73" failed: exit status 100


    



    I found this but it didn't work for me. It complained about add-apt-repository is not valid command.
https://askubuntu.com/questions/691109/how-do-i-install-ffmpeg-and-codecs

    



    Anyone can help me with this ? Thanks !!!