Recherche avancée

Médias (0)

Mot : - Tags -/organisation

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

Autres articles (97)

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (11654)

  • Set minimal ts duration in ffmpeg command

    22 août 2017, par Ales

    We are using ffmpeg to convert mp4 video file to hls.
    When video is converted, it sometimes happens that last ts chunk is about 0.03s. And player stalls on this chunk for a while. Is there a special command in ffmpeg to set minimal ts duration ? Or other way to avoid such ts chunks ?
    In our command to set up ts duration we use : -segment_time  5

  • Cant get the progress multiple times, just once. laravel-ffmpeg

    22 mai 2022, par Ramix

    I am encountering some problems getting the progress percentage for package called - laravel-ffmpeg. It is called just once when the file has finished transcoding. I tried small and big file, got the same result. Here is the code.

    


    FFMpeg::open('test_video.mp4')
    ->export()
    ->onProgress(function ($percentage, $remaining) {
        echo "{$remaining}";
        Asset::where('parent_catalog', '7a42ae6d-872d-4c2c-8e85-832ed9902fac')->update(['proxy_status' => $percentage]);
    })->save("test_output.mp4");


    


    Could it be package issue or my lack of knowledge with PHP ?

    


  • Anomalie #2535 : Support des valeurs de login commencant avec la valeur 0x

    14 février 2012, par Guillaume nom

    Seules les valeurs en "bon" héxadécimal posent problème :

    login = 0xZZZZ : OK

    login = ^0x[0-9a-eA-E]+$ : KO