Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (67)

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (9948)

  • FFMPEG+video+video.js dont show up the video

    18 avril 2013, par user1843970

    I have a video content type where I want to show the video to the user. I downloaded video module and video.js for this purpose. I have successfully installed ffmpeg transcoder in apache serventer image description here

    Now I go to admin/config/media/video. Withing players tab I select HTML5 player for mp4 video and video.js to run HTML5 video like below :-

    enter image description here

    Now I go to Video Content Type and add Video field with Video Upload as its type and save it.The video is successfully converted but after clicking on play button nothing happens.

    enter image description here

    Need your help in this.

  • Working a mac application that needs to encode video [closed]

    9 février 2013, par Anand

    I am pretty new to xcode world. I am looking for a Tutorial to help me out to create a mac osx xcode project that encodes one format of video to other.
    For example the app will take and avi file and convert it to mp4.
    I see that ffmpeg and other libraries are available but none i am aware of how to use them in a xcode project.
    I am looking for a very very simple form of http://handbrake.fr/ mac application.

    A link to - simple step by step explanation of how to use a simple dylib file would do.

  • FFMPEG command to mix audio and video with adjustable volume, plays till Video length and loop audio entire video

    10 mai 2020, par Tomin

    I have :

    



      

    • Video file of X length
    • 


    • Audio of Y length
    • 


    



    I am trying to achieve an output video that has the following qualities :

    



      

    1. The volume level of the added audio should be adjustable
    2. 


    3. The audio should loop till the end of the video
    4. 


    5. It should not break even if the input video does not have any audio
    6. 


    7. I should be able to mute the audio of the source video if needed.
    8. 


    9. All of the above, in the fastest possible way.
    10. 


    



    I'm not well versed with FFMPEG, maybe some experts could help.