Recherche avancée

Médias (6)

Mot : - Tags -/opensource

Autres articles (16)

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

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

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (2156)

  • 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