Recherche avancée

Médias (0)

Mot : - Tags -/latitude

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

Autres articles (92)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

Sur d’autres sites (13702)

  • ffmpeg throwing System.AccessViolationException

    25 septembre 2020, par shmit

    I am using ffmpeg to extract frames and iterate over them. The codes iterates correctly over few frames and then then randomly throws error

    


    "System.AccessViolationException: 'Attempted to read or write protected memory. This is often an indication that other memory is corrupt.'



    


    Any suggestions on how to resolve it ? System details and screenshot below :

    


    System Details :
OS : Windows
TargetFramework : .netCore3.1
Nugets : FFMediaToolkit v3.0.0 and SixLabors.ImageSharp v1.0.0
Shared dlls copied from : https://ffmpeg.zeranoe.com/builds/ for version 4.2.2

    


    ErrorScreenshot

    


  • Hide system message while running ffmpeg

    13 novembre 2013, par Irene T.

    I am using the code bellow to grab an image from a video file and it is working great.
    But when i am running the php file that contains the code bellow all system procceses appears, and i mean some infos about the convertion, export etc.

    How can i make it run silent ?

    $stderr = system("ffmpeg -i $videoPath -vframes 1 -an -s 306x173 -ss 03 $finalfilename 2>&1 >/dev/null", $exit_status);

    if ($exit_status === 0) {
       print 'Done! :)';
    } else {
       print 'Error... :/';
       // $stderr will help you figure out what happened...
    }
  • Revision 4b60d4a3e8 : Removing local set_speed_features() function. The function was called in two pl

    23 août 2014, par Dmitry Kovalev

    Changed Paths :
     Modify /vp9/encoder/vp9_encoder.c



    Removing local set_speed_features() function.

    The function was called in two places. In the first case it is replaced
    with vp9_set_speed_features() call. In the second case the body of
    set_speed_features() is inlined.

    Change-Id : If3fdf1b4168eee97677c224f69c245fe46c7f606