Recherche avancée

Médias (91)

Autres articles (74)

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

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (11880)

  • Command work, but have a error when used by sh [on hold]

    6 mai 2014, par DrakaSAN

    I have this script :

    extract.sh :

    ffmpeg –i $1 –ss $2 –t $3 –c:v copy –c:a copy $4

    If I type

    ffmpeg –i full.mp4 –ss 114 –t 30 –c:v copy –c:a copy out.mp4

    All go well. But if I try

    sh extract.sh full.mp4 114 30 out.mp4

    I get :

    ffmpeg version 2.1 Copyright (c) 2000-2013 the FFmpeg developers
     built on May  5 2014 11:41:48 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
     configuration: --enable-gpl
     libavutil      52. 48.100 / 52. 48.100
     libavcodec     55. 39.100 / 55. 39.100
     libavformat    55. 19.104 / 55. 19.104
     libavdevice    55.  5.100 / 55.  5.100
     libavfilter     3. 90.100 /  3. 90.100
     libswscale      2.  5.101 /  2.  5.101
     libswresample   0. 17.104 /  0. 17.104
     libpostproc    52.  3.100 / 52.  3.100
    [NULL @ 0x2a20b00] Unable to find a suitable output format for '–i'
    –i: Invalid argument

    What does sh do to the argument to make it unreadable in the script ?

    EDIT :

    user@domain:~/test$ sh extract.sh cdr.mp4 0 7 generique.mp4
    ffmpeg –i cdr.mp4 –ss 0 –t 7 –c:v copy –c:a copy generique.mp4
  • FFMPEG - How does it work expression in blend

    30 juillet 2015, par ManelAcacio

    I am trying to do a crossfade between two videos (I want with many like we do with the slideshow, with an incremental file name, but want to try with 1 first).

    I am using this command but I cant understand the expression :

    ffmpeg -y -i 1.mp4 -i 2.mp4 -filter_complex "[1:v][0:v]blend=all_expr='A*(if(gte(T,3),1,T/3))+B*(1-(if(gte(T,3),1,T/3)))'" ultimo.mp4

    The videos are 5 seconds each and I want that the last 1 or 2 seconds of the first video blend with the first or second second of the other video, like crossfading.

    Anyone help me understand the expression and help me to achieve the result ?

    Thank you very much.

  • avcodec/dv : Don't pretend initializing work chunks can fail

    4 avril 2024, par Andreas Rheinhardt
    avcodec/dv : Don't pretend initializing work chunks can fail
    

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/dv.c
    • [DH] libavcodec/dv_internal.h
    • [DH] libavcodec/dvdec.c
    • [DH] libavcodec/dvenc.c