Recherche avancée

Médias (0)

Mot : - Tags -/content

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

Autres articles (42)

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

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (6415)

  • FFmpeg command overlay watermark speed

    3 septembre 2021, par user892134

    I currently use the following command to add a watermark to 2GB video. This takes around an hour. I'm wondering if i can speed this up in anyway.

    


    ffmpeg -y -i input.mp4 -i watermark.png -filter_complex \"overlay=10:10\" -c:a copy -c:v libx264 -crf 22 -preset ultrafast output.mp4


    


    I'm using preset ultrafast, is there another command which can add a watermark quicker than what i'm using ? If not, how can i change command to show watermark every nth frames that won't show flicker e.g. every 5 frames ?

    


  • FFMPEG stuck on a single frame with speed less than 1x

    9 septembre 2021, par jot

    When i run the FFMPEG file, the speed is 1.5x and as it runs it becomes 1.4x,1.3x and so on. After a while when it goes below 1x, the frame is kind of stuck and it does not exit out. Any help is truly appreciated
This is my FFMPEG file

    


    ffmpeg -xerror -loglevel error -stimeout 1111111 -rtsp_transport tcp -v verbose -i "rtsp://admin:admin1234@10.8.0.14:81/cam/realmonitor?channel=1&subtype=1 "  -vf scale=352:288 -vcodec libx264  -sc_threshold 0 -f hls    -hls_flags delete_segments    -hls_time 2  -segment_time 2 -hls_list_size 2 C:\Apache24\htdocs\ipcam\video_1\stream.m3u8  



    


  • how to improve ffmpeg encode speed for png to webm ?

    24 septembre 2021, par Xiang Chen

    I used the following computer command to get the webm format video, but the processing efficiency is too low. Is there a better way to deal with this problem.
ffmpeg -loop 1 -framerate 1 -i ${filename2}.png -i ${filename2}.mp3 -shortest -fflags +shortest -max_interleave_delta 100M ${dest_video_dir_1}${filename2}.webm