Recherche avancée

Médias (1)

Mot : - Tags -/lev manovitch

Autres articles (30)

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

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (5909)

  • avformat/dashenc : Added an option to ignore io errors

    28 novembre 2018, par kjeyapal@akamai.com
    avformat/dashenc : Added an option to ignore io errors
    

    When dashenc has to run for long duration(say 24x7 live stream), one can enable this option to ignore the io failure of few segment's upload due to an intermittent network issues.
    When the network connection recovers dashenc will continue with the upload of the current segments, leading to the recovery of the stream.

    • [DH] doc/muxers.texi
    • [DH] libavformat/dashenc.c
  • How to convert video files using settings from ffprobe ?

    13 octobre 2014, par tsega

    I want to convert a video file .mp4 to .avi using the setting of an .avi file that works for me on my DVD player. I used ffprobe to see the settings of the working .avi file and here it is :

    Duration: 01:38:21.00, start: 0.000000, bitrate: 2031 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (DX50 / 0x30355844), yuv420p, 720x400 [SAR 1:1 DAR 9:5], 25 tbr, 25 tbn, 25 tbc
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 384 kb/s

    How can I use the settings above with ffmpeg to convert my .mp4 file ?

  • How to convert video files using settings from ffmprobe ?

    18 septembre 2014, par tsega

    I want to convert a video file .mp4 to .avi using the setting of an .avi file that works for me on my DVD player. I used ffmprobe to see the settings of the working .avi file and here it is :

    Duration: 01:38:21.00, start: 0.000000, bitrate: 2031 kb/s
    Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (DX50 / 0x30355844), yuv420p, 720x400 [SAR 1:1 DAR 9:5], 25 tbr, 25 tbn, 25 tbc
    Stream #0:1: Audio: ac3 ([0] [0][0] / 0x2000), 48000 Hz, 5.1(side), fltp, 384 kb/s

    How can I use the settings above with ffmpeg to convert my .mp4 file ?