Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (50)

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

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

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

Sur d’autres sites (7296)

  • Révision 101712 : Présentation différente des documents sur les objets éditoriaux

    14 janvier 2017, par marcimat@rezo.net

    - Le nom du fichier n’est pas affiché directement si le document possède un titre
    - le début du descriptif est affiché par contre
    - les détails du fichiers (extension, nom du fichier, dimensions, poids) sont masquées, mais un lien "détails" permet de les afficher en plus grand.
    - les boutons de rotation sont enlevés (il suffit de "modifier" le document pour y avoir accès)
    - les actions (changer de mode, supprimer, détacher, modifier) sont placés sur toute la largeur (ce qui prend un peu plus de place en hauteur par défaut, mais évite de disgraceux retours à la ligne qu’on avait parfois).
    - les plugins utilisant le pipeline "afficher_metas_document" devront possiblement s’adapter
    - le CSS utilise actuellement flexbox (désolé pour les vieux IE)

  • Adding text to movie using ffmpeg

    23 août 2014, par microspace

    I use git to track *.ass subtitle files.
    Here is example of *.ass file :

    [Script Info]
    ; Script generated by Aegisub 3.1.2
    ; http://www.aegisub.org/
    Title: Default Aegisub file
    ScriptType: v4.00+

    [V4+ Styles]
    Format: Name, Fontname, Fontsize, PrimaryColour, SecondaryColour, OutlineColour,    BackColour, Bold, Italic, Underline, StrikeOut, ScaleX, ScaleY, Spacing, Angle, BorderStyle, Outline, Shadow, Alignment, MarginL, MarginR, MarginV, Encoding
    Style: Default,Arial,20,&H00FFFFFF,&H000000FF,&H00000000,&H00000000,0,0,0,0,100,100,0,0,1,2,2,2,10,10,10,1
    Style: titr,DejaVu    

    Sans,20,&H007DDBFA,&H000000FF,&H00000000,&HFF000000,0,0,0,0,100,100,0,0,1,2,2,1,10,10,10,1

    [Events]
    Format: Layer, Start, End, Style, Name, MarginL, MarginR, MarginV, Effect, Text
    Dialogue: 0,0:00:00.46,0:00:11.22,Default,,0,0,0,,Если это можно было бы
    Dialogue: 0,0:00:03.44,0:00:08.96,titr,,0,0,0,,{\pos(20,240)\fad(600,600)}бывший министр

    After commit I burn subtitles into video :

    ffmpeg -i video.avi -vf "ass=subtitle.ass" out.avi

    My goal is to show commit date for 10 second at the start of movie. This should be done automatically.

    1) It can be easily done with by modifying subtitle.ass itself, but I can’t do it after commit and there are other reasons.

    2) It can be done by ffmpeg from command line : How to use ffmpeg to add a text to avi video ?

    Problem is that in this case text will be shown for the whole lenght of movie.

    3) I can copy *.ass file to temporary directory, insert date, render and delete *.ass file.

    Is there a simpler way ?

  • How to encode hls playlist with aes key

    13 février 2019, par Stipe

    I’m trying to encode hls playlist with aes key with command :

    ffmpeg -i v-0576p-1400k-libx264-s1.mp4 -encryption_key 775dbf7289c4cc5847becd571f536ff2 -encryption_kid 800aacaa522958ae888062b5695db6bf -encryption_scheme cenc-aes-ctr -vcodec copy stream.m3u8

    But I get this response :

    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5649899b9980] could not find corresponding track id 1
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5649899b9980] could not find corresponding trex
    [mov,mp4,m4a,3gp,3g2,mj2 @ 0x5649899b9980] error reading header
    ./angel-one-clear/v-0576p-1400k-libx264-s1.mp4: Invalid data found when processing input

    This is demo playlist :

    #EXTM3U
    #EXT-X-VERSION:6
    #EXT-X-TARGETDURATION:5
    #EXT-X-PLAYLIST-TYPE:VOD
    #EXT-X-MAP:URI="v-0576p-1400k-libx264-init.mp4"
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s1.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s2.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s3.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s4.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s5.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s6.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s7.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s8.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s9.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s10.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s11.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s12.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s13.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s14.mp4
    #EXTINF:4.000,
    v-0576p-1400k-libx264-s15.mp4
    #EXT-X-ENDLIST

    Does anyone have working demo or example for this kind of encoding ?