Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (80)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (9912)

  • FFmpeg Commands to add text watermark to mpg2,mss,lxf,3g2 video files

    8 janvier 2021, par Avinash Modi

    I am using following command to add watermark on a video file :

    


    ffmpeg -i input.mpg2 -vf "drawtext=text='Hello World':x=(w-text_w)/2:y=(h-text_h)/2:fontsize=24:fontcolor=white" TextOutput.mpg2


    


    Error with mpg2 input file :

    


    


    Input #0, mpeg, from 'mpg2.mpg2' :
    
Duration : 00:02:27.07, start:0.213367, bitrate : 4419 kb/s
Stream #0:0[0x1e0] : Video : mpeg2video (Main), yuv420p(tv, bt470bg/bt470m/bt4 70m, bottom first), 704x480 [SAR 1:1 DAR 22:15],
29.97 fps, 29.97 tbr, 90k tbn,59.94 tbc
Side data :
cpb : bitrate max/min/avg : 6000000/0/0 buffer size : 1835008 vbv_delay : N/A
Stream #0:1[0x1c0] : Audio : mp2, 44100 Hz, stereo, s16p, 224 kb/s [NULL @ 000000bd67d2b3c0] Unable to find a suitable output format for
'Output.mp g2'
Output.mpg2 : Invalid argument

    


    


    Similar error occurs with mss, lxf and 3g2 video files.
How can I add watermark to these video file formats ?

    


  • avcodec/motion_est : Attempt to fix "short data segment overflowed" on IA64

    15 janvier 2016, par Michael Niedermayer
    avcodec/motion_est : Attempt to fix "short data segment overflowed" on IA64
    

    This decreases the MV related encoding table sizes
    This should have little effect on real world video encoding performance

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/motion_est.h
  • How do I convert a 3D SBS dual-fisheye image to 3D SBS dual-equirectangular with only open-source tools ? [closed]

    21 octobre 2024, par Ethan T

    Canon has released a new 3D VR lens for their RF mount and I recently rented it to see what it's like to work with. Unfortunately, they charge a subscription fee for their conversion software, which I've also found to be inconveniently limited in real-world use cases. Thus I'm interested in an open-source approach to converting the video captured by this lens using something like ffmpeg.

    &#xA;

    The video is dual-fisheye and the Canon tool produces dual-equirectangular side-by-side video. I would like to perform this same conversion in ffmpeg or a similarly-powerful open-source tool.

    &#xA;

    Related questions exist but aren't quite correct. Most dual-fisheye input seems to be used to create 360-degree 2D video, not 3D SBS.

    &#xA;