Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (53)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Automated installation script of MediaSPIP

    25 avril 2011, par

    To overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
    You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
    The documentation of the use of this installation script is available here.
    The code of this (...)

  • Sélection de projets utilisant MediaSPIP

    29 avril 2011, par

    Les exemples cités ci-dessous sont des éléments représentatifs d’usages spécifiques de MediaSPIP pour certains projets.
    Vous pensez avoir un site "remarquable" réalisé avec MediaSPIP ? Faites le nous savoir ici.
    Ferme MediaSPIP @ Infini
    L’Association Infini développe des activités d’accueil, de point d’accès internet, de formation, de conduite de projets innovants dans le domaine des Technologies de l’Information et de la Communication, et l’hébergement de sites. Elle joue en la matière un rôle unique (...)

Sur d’autres sites (8966)

  • Can you access a picked StorageFile from its Path ? - UWP

    17 août 2020, par HooptyDoopty

    I need to be able to access a file from it's path in a UWP application.

    


    The file is first selected by the user using OpenFilePicker. I then need to pass this file on to an FFmpeg wrapper that sets its input from a file path. Currently, I get access denied errors for any file that is outside the apps local storage (as expected).

    


    FileOpenPicker filePicker = new FileOpenPicker();
filePicker.ViewMode = PickerViewMode.Thumbnail;
filePicker.FileTypeFilter.Add("*");


var file = await filePicker.PickSingleFileAsync();


FFMpegArguments
   .FromInputFiles(file.Path.ToString())


    


    Is there a way to retain the apps permission to this file when it is accessed by a path string (file.Path.ToString()) rather then a storage file instance ? Have been looking into FutureAccessList but that seems to only provide another storage file instance later rather then allow for path access to the same file. I'd like to not enable broad file system access as I only need access to a single file that has already been picked by the user.

    


    Thanks !

    


  • The fast video frame jump access in FFMS2

    16 mars 2016, par Licht Takeuchi

    FFMS2 offers the frame-accurate access on multiple video codecs.
    But it is slow when we do the long distance frame jump access.

    What enables the fast frame jump access, or how existing video players like VLC achieves this ?

  • doc/developer : mention samples-request for FATE upload requests

    31 mars 2023, par Thilo Borgmann
    doc/developer : mention samples-request for FATE upload requests
    
    • [DH] doc/developer.texi