Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (76)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (3822)

  • Anomalie #3366 : Rester identifié quelques jours

    17 décembre 2014

    oui, apparemment la fonction auth_loger ne prend pas en compte le préférence session_remember stockée dans $auteur[’cookie’]
    Il faut passer par l’action action_cookie_dist (activer le cookie de correspondance) pour que le rédacteur soit loggé plusieurs jours

  • Can I use FFMPEG to losslessly merge three audio and video files and keep all of the streams for an. mp4 file ?

    26 décembre 2022, par AmalgamAsh

    I regularly use video editing software and use a few lines of FFMPEG to do some work on the files before I get to them.

    


    I don't understand FFMPEG that well, and am trying to see if it is possible to do what I want, which is create a single video file that has two video streams (from two synced sources - for example, screen capture and facecam footage from another device).

    


    What I usually end up with after recording is this :

    


    File 1 :

    


      

    • Screencapture video
    • 


    • PC default audio
    • 


    


    File 2 :

    


      

    • Face cam footage
    • 


    • Face cam audio capture
    • 


    


    File 3 :

    


      

    • Microphone audio captured independently
    • 


    


    and what I would like to end up with is this :

    


    File 1 :

    


      

    • facecam video
    • 


    • screencapture video
    • 


    • PC default audio
    • 


    • Face cam audio capture
    • 


    • Microphone audio
    • 


    


    I'd really like to have this in an .mp4 and then, hopefully, adobe premiere can open it and display the separate video tracks. As for the video footage, I would be resizing the face cam footage, placing it "on top of" the screen capture layer in premiere, and syncing the audio sources before getting rid of the face cam audio. As such, I don't want to display the videos side-by-side or vertically — just overlaid (I guess if the video result was viewed as-is, the viewer would only be able to see the "top" layer, right ? But this is fine, as I'd be using this file to edit a new video).

    


    I'm willing to try and extrapolate any examples anyone can give me of how to do this ; I've tried altering and playing with other FFMPEG examples here and have gotten the simplest ones to work but so far have had no luck with this more complex process.

    


    Here is the code I've tried to use, and endless variations of it, to no avail.
I am sure the mistake is glaring at me clearly but I just haven ;t been able to wrap my head around the simplest of explanations that explain how to use FFMPEG.
used in conjunction with batch :

    


    ffmpeg -i %file1% -i %file2% -i %file3% -map 0:v -map 1:a:0 -map 0:a:0 -map 2:v -c copy %outputfile%


    


  • Anomalie #2862 : Jointure provoquée par deux critères id_mot

    6 décembre 2012, par realet RealET

    Voir aussi http://core.spip.org/issues/2729 assez semblable (portant sur les titre au lieu de porter sur les id des mots)