Recherche avancée

Médias (0)

Mot : - Tags -/flash

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (71)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • MediaSPIP Player : les contrôles

    26 mai 2010, par

    Les contrôles à la souris du lecteur
    En plus des actions au click sur les boutons visibles de l’interface du lecteur, il est également possible d’effectuer d’autres actions grâce à la souris : Click : en cliquant sur la vidéo ou sur le logo du son, celui ci se mettra en lecture ou en pause en fonction de son état actuel ; Molette (roulement) : en plaçant la souris sur l’espace utilisé par le média (hover), la molette de la souris n’exerce plus l’effet habituel de scroll de la page, mais diminue ou (...)

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

Sur d’autres sites (9632)

  • What are these strange strings in complied FFmpeg binary files ?

    4 septembre 2018, par greagen

    I am learning compilers recently and compile FFmpeg-1.0.10 source downloaded from official website to binary files on macOS 10.13.6. I use command "strings" to display the printable strings in the binaries. But there are some strange strings that do not exit in source files. Some examples of the strings are as following :

    IMAS
    TXTR
    VbuS
    ...
    theora
    vorbis
    'hb7=
    ... {next three examples start with whitespace character}
    (8H8h8
    h8H8(8
    8!8"8
    ...
    $h%h&h
    $X%X&X
    $X%X&X
    ...

    What are those strings ?

    When and where they came from ?

    What are they used for ?

    How can I distinguish these strange strings with strings constants in source code ?

  • ffmpeg ignores -metadata option when video is encoded

    30 octobre 2018, par Rafael Lima

    I have a video with the following metadata :

    rotate : 90

    I’m using ffmpeg (4.0 binaries from windows downloaded from official website) to encode it and I want to delete this metadata information.

    If I do :
    ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate= output.mp4
    the output will have removed the metadata.

    But if I do :
    ffmpeg -i input.mp4 -c:v libx264 -metadata:s:v:0 rotate= output.mp4
    then I still have the undesired metadata.

    Is there a way to remove metadata while encoding ?

  • ffmpeg ignores -metadata option when video is encoded

    30 octobre 2018, par Rafael Lima

    I have a video with the following metadata :

    rotate : 90

    I’m using ffmpeg (4.0 binaries from windows downloaded from official website) to encode it and I want to delete this metadata information.

    If I do :
    ffmpeg -i input.mp4 -c copy -metadata:s:v:0 rotate= output.mp4
    the output will have removed the metadata.

    But if I do :
    ffmpeg -i input.mp4 -c:v libx264 -metadata:s:v:0 rotate= output.mp4
    then I still have the undesired metadata.

    Is there a way to remove metadata while encoding ?