Recherche avancée

Médias (0)

Mot : - Tags -/optimisation

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

Autres articles (21)

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (3154)

  • FFmpeg hstack, vstack and pad hangs on last frame

    9 mai 2022, par Sivan Schick

    I am trying to create a non-trivial layout like so :

    


    I am using the following command :

    


    ffmpeg -i in.mp4
-filter_complex [0:v]split=3[s0][s1][s2];
                [s0][s1]hstack=inputs=2:shortest=1[s3];
                [s2]pad=width=1920:x=(ow-iw)/2:y=(oh-ih)/2[s5];
                [s3][s5]vstack=inputs=2:shortest=1[s6]
                -map [s6] -map 0:a out.mp4


    


    The command is running and hangs on the last frame.

    


      

    • Original video dimensions : 960x540
    • 


    • When removing the hstack filter from the command and adjusting it, using vstack and pad it runs and finishes
    • 


    • When I kill the process using Ctrl+C on Windows, I do get the desired output file
    • 


    


  • h263dec : Fix order of initialization

    8 août 2014, par John Stebbins
    h263dec : Fix order of initialization
    

    ff_MPV_common_init requires the frame dimensions which get parsed in
    *_decode_picture_header.

    • [DH] libavcodec/h263dec.c
  • h261dec : Fix order of initialization

    8 août 2014, par John Stebbins
    h261dec : Fix order of initialization
    

    ff_MPV_common_init requires the frame dimensions which get parsed in
    h261_decode_picture_header.

    • [DH] libavcodec/h261dec.c