Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (66)

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

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

  • How to convert large jpgs to video ?

    15 juin 2014, par Paul H

    Whenever I try the command on my 15000 x 10840px images

    ffmpeg -y -r 1 -i File01.jpg -c:v libx264 -tune stillimage -pix_fmt yuv420p out.mp4

    I get the failing result :

    [swcaler @ 000000000347fe0] deprecated pixel format used, make sure you did set range correctly
    [libx264 @ 0000000002da3c0] using SAR=1/1
    [libx264 @ 0000000002da3c0] frame MP size (938x678) > level limit (36864)

    and a corrupt file which cant be read.
    Is there a maximum size of the resolution that can be created ?

  • ffmpeg converting from flv to mp4 format video audio syncronization error

    14 mars 2014, par m0ntana

    I stream to RTMP server some video and audio in FLV format.
    Something like this.

    /usr/local/bin/ffmpeg -i udp://@239.100.100.205:1234?fifo_size=5000000&overrun_nonfatal=1&timeout=10 -vcodec libx264 -crf 21 -tune zerolatency -preset ultrafast -x264opts keyint=80 -vf yadif -c:a libfdk_aac -ac 2 -metadata:s:a:1 language=Original -f flv rtmp://192.168.2.95:1935/streams/Stream1

    And sometimes I need to record this stream. Somelike that :

    /usr/local/bin/ffmpeg -i rtmp://127.0.0.1/MLekrh/Stream1 -c copy -vsync 1 -async 1 /usr/local/tv/records/573d400689b059856f242ead16cf4152.mp4

    But whatever I do to ffmpeg parameters, there is no video/audio sync. Audio if faster. Please, if anybody knows what is wrong, help me ?

    Thank you.

  • Merge commit ’fcf5fc444522d24caa9907225802817ae788f511’

    26 mars 2014, par Michael Niedermayer
    Merge commit ’fcf5fc444522d24caa9907225802817ae788f511’
    

    * commit ’fcf5fc444522d24caa9907225802817ae788f511’ :
    truehd : tune VLC decoding for ARM.

    Conflicts :
    libavcodec/mlpdec.c

    See : e555e1bc39ea71d46a07d0bb847fb426c2dd4d80
    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/mlpdec.c