Recherche avancée

Médias (91)

Autres articles (71)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (12132)

  • create movie from one image updates in linux

    27 novembre 2019, par milad

    I’m a C programmer on linux.

    I write a program that saves an image in /srv/ftp/preview.png which is updating frequently and i want to create a movie from this updates.

    It’s timestamp is important for me, e.g if image updates after 3.654 seconds i want movie show this update(frame) after 3.654 seconds too.

    I searched in Internet for several hours but i can’t find any solution.

    I know about ffmpeg but it will convert images(and not one image) to movie without millisecond timestamp.

    I found this Question but it seems is not useful in this case.

    Is there any tool to do that ? if not, please introduce an API in c to write a program myself

  • Error ffmpeg during upload stream to youtube

    4 mars 2018, par wolacinio

    I have problem with transmitting video and sound via rtsp to rtmp youtube.
    Run as :

    ffmpeg -rtsp_transport tcp -i "rtsp://user:pass@192.168.1.100:554/cam/realmonitor?channel=1&subtype=0" -vcodec copy -acodec aac -ar 44100 -b:a 128k -ac 1 -f flv rtmp://a.rtmp.youtube.com/live2/xxxx-xxxx-xxxx-xxxx

    After few hours transmitting stops with error visible on the picture.
    enter image description here

    How can I resolve this ?

  • 2559x1450 image sequence won't convert to yuv420p video file, vlc cant play yuv444p10le

    24 mars 2019, par Sacha

    I upscaled a movie with waifu2x (from 1920x1088 to 2559x1450)
    i now have an image sequence that i need to convert to an mp4
    when i try -pix_fmt yuv420p, it says that it cannot devide the width by 2
    so i tried yuv444p10le, but yuv444p doesnt play on anything else than ffplay.

    so, how do i convert my img sequence into a video vlc can play ?

    ive also tried this : -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2"
    but that doesnt work either

    and i had to convert to 2559x1450 cause otherwise it would stretch, (it took 90 hours to convert all the frames so i cant just do it over again)

    i want the output to be a 2559x1450 video file that is playable on vlc.