Recherche avancée

Médias (1)

Mot : - Tags -/ipad

Autres articles (64)

  • Diogene : création de masques spécifiques de formulaires d’édition de contenus

    26 octobre 2010, par

    Diogene est un des plugins ? SPIP activé par défaut (extension) lors de l’initialisation de MediaSPIP.
    A quoi sert ce plugin
    Création de masques de formulaires
    Le plugin Diogène permet de créer des masques de formulaires spécifiques par secteur sur les trois objets spécifiques SPIP que sont : les articles ; les rubriques ; les sites
    Il permet ainsi de définir en fonction d’un secteur particulier, un masque de formulaire par objet, ajoutant ou enlevant ainsi des champs afin de rendre le formulaire (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, 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 (6408)

  • lavf : add some basic documentation of the muxing process

    4 février 2014, par Anton Khirnov
    lavf : add some basic documentation of the muxing process
    
    • [DH] libavformat/avformat.h
  • Programmatically terminate ffmpeg child process on Raspberry Pi

    16 août 2020, par McGuireV10

    Is it possible to cleanly terminate ffmpeg when it's running as a child process under Linux (specifically on a Raspberry Pi 4B) ? I have a .NET Core 3.1 application which spawns ffmepg with the following command, which should encode an h.264 stream to an MP4 file :

    


    ffmpeg -framerate 24 -i - -b:v 2500k -c copy video.mp4


    


    After some arbitrary period of time I want to terminate ffmpeg, but everything I try is either ignored or causes ffmpeg to exit immediately — it never writes the MOOV chunk to the end of the MP4 file, which results in a corrupted file that cannot be played. I realize this chunk can take awhile to generate, and I've tried leaving the process alone for up to 60 seconds, which is far longer than h.264 to MP4 encoding requires interactively on the same device. For the record, I know how to create a "fragmented" MP4 which is mostly playable (using the -movflags switch and others), but I'm trying to generate a correct MP4.

    


    I've tried sending a Q key with or without various CR+LF combos, which I've seen mentioned in similar questions, but I think that's a Windows-only thing.

    


    I've tried every Unix signal as well as combinations of two signals. I saw somewhere (I think the ffmpeg site itself) that SIGINT should be sent twice, but that does nothing. In another SO post, somebody suggested sending SIGQUIT which also does nothing. Interestingly, sending SIGINT followed by SIGQUIT is the only combination that actually terminates the process, but it ends immediately with the following output :

    


    Error writing trailer of /media/ramdisk/video.mp4: Immediate exit requested
frame=  236 fps= 29 q=-1.0 Lsize=   28928kB time=00:00:09.79 bitrate=24201.9kbits/s speed= 1.2x
video:29167kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
Exiting normally, received signal 2.


    


    I've tried a long delay between the two, nothing happens until the SIGQUIT at which point it responds as shown above. Oddly, sometimes it says received signal 3 instead of 2.

    


    There has to be some trick I'm missing.

    


  • lavfi/formats : document the negotiation process

    19 août 2021, par Nicolas George
    lavfi/formats : document the negotiation process
    
    • [DH] libavfilter/formats.h