Recherche avancée

Médias (1)

Mot : - Tags -/copyleft

Autres articles (63)

  • 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

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

  • How to chop/chunk videos using any AWS service ?

    14 mai 2021, par Jones Kumar

    I want to chop a huge number of videos ( 50k) into 1 min segments each.

    


    Eg - A video with 60 min duration will be chopped into 60 mp4 files i.e 1m/video

    


    I looked into media convert service but it's has not the option to do.

    


    What is the scalable solution do it ?

    


    P.S currently I am using EC2 , ffmpeg to do this job, its very slow.

    


  • How to stack 2 raw videos ( YUV ) horizontally, using ffplay & lavfi ?

    1er juillet 2024, par Pranav Sodhani

    I know how to stack 2 videos horizontally when they are in a container format using the following ffplay command :

    


    ffplay -f lavfi “movie=movie1.mov[v0];movie=movie2.mov[v1];[v0][v1]hstack"


    


    If my videos, however, are in YUV-format where can I specify the pix_fmt & video_size flags ?

    


  • Use FFMPEG to merge 4 independent videos into a super frame together [duplicate]

    26 janvier 2021, par Sean

    it is not be 4 videos sequentially, but output in parallel.

    


    the layout would be like

    



    


    | Video1 | Video 2 |

    


    | Video3 | Video 4 |

    


    what is the command should be here for this case?