Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (84)

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

  • MediaSPIP en mode privé (Intranet)

    17 septembre 2013, par

    À partir de la version 0.3, un canal de MediaSPIP peut devenir privé, bloqué à toute personne non identifiée grâce au plugin "Intranet/extranet".
    Le plugin Intranet/extranet, lorsqu’il est activé, permet de bloquer l’accès au canal à tout visiteur non identifié, l’empêchant d’accéder au contenu en le redirigeant systématiquement vers le formulaire d’identification.
    Ce système peut être particulièrement utile pour certaines utilisations comme : Atelier de travail avec des enfants dont le contenu ne doit pas (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

Sur d’autres sites (10768)

  • Android convert exo to mp4 after download dash

    7 août 2018, par Ali

    I have downloaded a Dynamic Adaptive Streaming over HTTP (DASH) via android DashDownloader class that is provided by exo player.

    SimpleCache cache = new SimpleCache(file.getAbsoluteFile(), new NoOpCacheEvictor());
    DefaultHttpDataSourceFactory factory = new DefaultHttpDataSourceFactory("ExoPlayer", null);
    DownloaderConstructorHelper constructorHelper = new DownloaderConstructorHelper(cache, factory);

    // Create a downloader for the first representation of the first adaptation set of the first
    // period.
    DashDownloader dashDownloader = new DashDownloader(Uri.parse(url), Collections.singletonList(new RepresentationKey(0, 0, 0)), constructorHelper);
    dashDownloader.download();

    Above code save many chunk .exo files into provided directory, How can i convert this files to single mp4 file ?

  • How does ffmpeg c/c++ concat mp4 files composed of unequal lengths of audio and video ?

    23 juin 2018, par fredirty2017
    • I am now write a program for capture microphone and desktop courses as mp4, where the microphone and screen image are captured independently, which means that it is possible that the microphone and screen are captured synchronously, and it is also possible that only the microphone are captured and screen are not capture, vice versa.
    • In addition, I will produce a piece of mp4 file according to the time, such as 10 minutes. Finally, once the entire lesson operation is completed, I will concat all the mp4 clip files into one big mp4 file.
    • I am not sure that mp4 has a way to set the last video frame or silent audio frame of the last clip file image for a period of time. Or do I have to fill these silent frames myself ?
  • lavc/avcodec : improve AV_CODEC_FLAG_RECON_FRAME doxy

    10 janvier 2023, par Anton Khirnov
    lavc/avcodec : improve AV_CODEC_FLAG_RECON_FRAME doxy
    

    Do not break a sentence on a period after "i.e.".

    Link to the definition of AV_CODEC_CAP_ENCODER_RECON_FRAME.

    • [DH] libavcodec/avcodec.h