Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (108)

Sur d’autres sites (15686)

  • Split screen video cliping with FFMpeg

    11 avril 2014, par Justinas

    i have one video source with 4 different videos inside :
    enter image description here

    As you can see, i'm using VLC to view it and there is only one controlling window. If i press stop button, every 4 videos will stop and so on.

    Problem is, i have to use FFMpeg and cut mini-clip from this source, so it will be playable in all 4 windows again. Clipping ordinary video works just fine with command ffmpeg.exe -y -i $input -ss $startTime -t $length -acodec copy -vcodec copy $output 2>&1. But when used for this one split-screen video, i get only one source clip instead of all 4 in same place.

    Any detailed information about this video is welcomed because i don't even know how exactly this type of video is called, as well as any information about clipping with ffmpeg that video.

  • Evolution #4349 (Nouveau) : Faire l’ajout du necessite "openssl" dans paquet.xml

    16 juin 2019, par Franck D

    Hello :)
    Pour que svp puisse faire la récupération des plugins ou du dépôt (je ne sais plus trop) il faut que la lib "openssl" soit activer sur le serveur https://www.openssl.org
    C’est pour cela que je propose que l’on fasse l’ajout dans le paquet.xml en spip 3.2 et 3.3 du necessite "openssl" (je ne suis pas certain qu’il soit utile de mettre une version mini)
    Cela serait intéressant, car actuellement, il n’y a aucun message qui l’indique !
    De plus, php fournit également nativement la lib "sodium" depuis la version 7.2, cela évitera que des gens n’ayant que sodium d’activer ne comprennent pas pourquoi cela ne fonctionne pas !

  • avformat/tee.c : steal bsf option before passing to fifo muxer

    13 octobre 2019, par Jun Li
    avformat/tee.c : steal bsf option before passing to fifo muxer
    

    Fix #7620
    In the case tee muxer with both "bsf" and "use_fifo" parameters
    will trigger this bug. Tee muxer will first steal parameters (like "f",
    "select"...) and then "use_fifo" will try reading out remaining options
    and pass them to fifo as option "format_options".
    Current code miss the part of stealing "bsf" options.

    • [DH] libavformat/tee.c