Recherche avancée

Médias (91)

Autres articles (72)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (7864)

  • ffmpeg - merge 3 videos and scale output file to 720p [duplicate]

    25 septembre 2021, par Paker Jack

    I have 3 videos : intro.mp4 main-video.mp4 outro.mp4
The main-video.mp4 is vertical and has size bigger than 720p sometime.

    


    So i want to merge 3 videos together and resize the output video to 1280x720
I know how to merge videos and scaling but i don't know how to combine them.

    


  • Stack Videos Horizontally

    7 juin 2020, par vourla

    I need to merge two videos side by side. I use ffmpeg hstack filter. I tested that filter in two different computer. One of the computers includes 2 core cpu and external gpu, the other computer includes 8 core cpu no gpu. I monitored the performances of merging two videos on those computers. Performance of two core computer is better than 8 core one. As I see there no gpu usage. How can it be possible ?

    



    Also, I'm wondering is there any other alternative way with better timing performance to merge two videos ?

    



    My command :

    



    ffmpeg -i xx.mp4 -i yy.mp4 -filter_complex hstack zz.mp4

    


  • Vp8 videos packetization

    9 juillet 2013, par Computer_Engineer

    I want to evaluate H.264 and Vp8 videos using Evalvid framework, but when I reached to Mp4Box step(for packetize and hint track)there is no problem in H264 because Mp4Box support it , but it doesn't support Vp8 videos. Please I want an alternative for Mp4Box to use it vp8 packetization.

    Thanks in advance.