Recherche avancée

Médias (0)

Mot : - Tags -/flash

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

Autres articles (37)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

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

  • avfilter/vsrc_testsrc : fix colorchart black stripe

    9 janvier 2024, par Vladimir Petrov
    avfilter/vsrc_testsrc : fix colorchart black stripe
    

    Fixed blackstripe on bottom or segmentation fault in case
    when patch width and height differ.

    Signed-off-by : Vladimir Petrov <vppetrovmms@gmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavfilter/vsrc_testsrc.c
  • FFMPEG combining videos - returning video with black background ?

    8 juin 2016, par Julia

    I’m trying to combine two .mp4 files so they play next to each other in one window. They are the same length (9 seconds), have the same number of frames, and the sources are both independently playable. Here’s what i’ve tried so far :

    ffmpeg -i highres_BH_140.mp4 -i BH_140.mp4 -filter_complex "[0:v:0]pad=iw*2:ih[bg]; [bg][1:v:0]overlay=w" -b 16M combined.mp4

    and

    ffmpeg -i BH_140.mp4 -i highres_BH_140.mp4 -filter_complex vstack stacked.mp4

    This just creates a video with a black background, although it does play for 9 seconds. One video is a higher resolution, could this be a problem ? Or is it the fact that they’re .mp4 files and not .mpg ?

    I’m still trying to understand ffmpeg’s syntax, so it’s possible I’m making a silly mistake somewhere.

    Thanks !

  • FFMPEG - Add black frames about 10 seconds at the end of .MP4 video with text

    26 août 2015, par Muhammad Jabbar

    I want to add black frames with text at the end of the someVideo.MP4 video using FFMPEG. The input and output video format will be someVideo.MP4

    Last 10 seconds of the video should be like below screen :
    Last 10 seconds of the video should be like this

    Please guide, is it possible to do ? If yes, please guide me with an example code ?

    Many thanks !