Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (60)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Dépôt de média et thèmes par FTP

    31 mai 2013, par

    L’outil MédiaSPIP traite aussi les média transférés par la voie FTP. Si vous préférez déposer par cette voie, récupérez les identifiants d’accès vers votre site MédiaSPIP et utilisez votre client FTP favori.
    Vous trouverez dès le départ les dossiers suivants dans votre espace FTP : config/ : dossier de configuration du site IMG/ : dossier des média déjà traités et en ligne sur le site local/ : répertoire cache du site web themes/ : les thèmes ou les feuilles de style personnalisées tmp/ : dossier de travail (...)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

Sur d’autres sites (8703)

  • Mux segmented mpegts audio and video to single clip with error correction

    16 janvier 2023, par senyacap

    I have a recording as a collection of files in mpegts format, like

    


    audio: a-1.ts, a-2.ts, a-3.ts, a-4.ts 
video: v-1.ts, v-2.ts, v-3.ts


    


    I need to make a single video clip in mp4 or mkv format.

    


    However, there are two problems :

    


      

    1. audio and video segments have different duration each, number of audio segments is different from number of video segments. Total duration of audio and video matches. Hence I can not concat pairwise audio video segments using mpeg and merge them afterwards, I get sync issues increasing progressively

      


    2. 


    3. few segments are corrupt or missing. So if I concat audio and video streams separately using ffmpeg I get streams of different lengths. When I merge these streams using ffmpeg I have correct a/v synchronization until time when first missing packet is encountered.

      


    4. 


    


    It's OK if video freezes for a while or there is silence for a while as long as most of the video is in sync with audio.

    


    I've checked with tsduck and PCR seems to be present in all audio and video segments yet I could not find a way to merge streams using mpegTS PCR as sync reference. Please advise how can I achieve this.

    


  • avcodec/bonk : Actually clip when using av_clip()

    12 septembre 2022, par Andreas Rheinhardt
    avcodec/bonk : Actually clip when using av_clip()
    

    Also fixes a "statement with no effect [-Wunused-value]"
    warning from GCC.

    Reviewed-by : James Almer <jamrial@gmail.com>
    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] libavcodec/bonk.c
  • avcodec/aacdec_fixed : also clip samples on the second channel for stereo HE-AAC

    30 juillet 2022, par James Almer
    avcodec/aacdec_fixed : also clip samples on the second channel for stereo HE-AAC
    

    Fixes outputting silence on the second channel when decoding Parametic Stereo
    HE-AAC.

    Closes ticekt #3361.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/aacdec_template.c