Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (88)

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (8995)

  • Php with mp4 videos merge [on hold]

    22 juin 2014, par codermuci

    I want to merge with php mp4 videos. How do I install ffmpeg on my server it.
    Video names and video2.mp4 video1.mp4.

    Plese helm me ?

  • Merging 2 Mp4 videos Using FFMPEG [writing minds]

    17 mai 2018, par g7pro

    I’m trying to concatenate multiple videos[Different Source] on Android. I have already used ffmpeg for other needs,Its working fine.But here when am trying to merge videos[diff codecs in audio and video and resolution] it merges and give an output but The video output we get is corrupted after 5-10 seconds and cannot be played further.works fine if all videos are from same source. i can provide the videos i have used .

    This is the code i have used

    ffmpeg -i video1.avi -i video2.mp4 -i video3.webm -filter complex “[0:v:0] [0:a:0] [1:v:0] [1:a:0] [2:v:0] [2:a:0] concat=n=3:v=1:a=1 [v] [a]” -map “[v]” -map “[a]” output_video.mp4

    also i tried using

    -f concat -i " + path + "list.txt -c copy " + path + mergedVideoName + ".mp4

    All the videos used here are run under these command for making video resolution audio sample rate and video codecs same

    ffmpeg -i 2_NVW3BCYHFNZC4K09.mp4   -vf scale=1280:720,setsar=16:9  -ar 44100 test4.mp4 -hide_banner

    Gradle dependency used :

    compile 'com.writingminds:FFmpegAndroid:0.3.2'

    THIS CODE WORKS FINE WITH ANY VIDEOS IN SYSTEM[PC] AND NOT IN ANDROID DEVICE

    Thanks in advance

  • Has Anyone concatenated two videos using ffmpeg

    22 juillet 2015, par vikram thakur

    I am a newbie to android development and my app is like vine app , but i am not able to concatenate two videos using ffmpeg libs . Can anyone provide a sample code or some reference