Recherche avancée

Médias (1)

Mot : - Tags -/artwork

Autres articles (50)

  • 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.

  • Support audio et vidéo HTML5

    10 avril 2011

    MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
    Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
    Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
    Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6977)

  • Changing video resolution is changing the duration of the output video the input video

    4 septembre 2017, par Sean

    I am trying to change the video resolution on a few videos as well as the frame rate using FFMPEG. I am attempting to copy the original video/audio and change the output video to have a constant frame rate and different resolution.

    Here is the command line I execute :

    `ffmpeg -i "input_video_here" -s 854x480 -c:v libx264 -preset slow -crf 18 -r 30 -refs 3 -movflags +faststart -c:a copy "#{output_video_here}"`

    When I compare the input video with the output video, my output videos are getting cut. The duration of my output video is 51 seconds and my input is 5 minutes. Is something in my ffmpeg command causing my output video to clip ?

  • Copy codecs setting from video or how to join video using ffmpeg [closed]

    6 décembre 2012, par Степан Талабира

    We have 2 videos :
    test1.mp4 and test2.mp4

    How do I convert video 1 with parameters video 2 ? (for join them together)

    I tried to pull out the parameters of video using ffmpeg-php.
    But the result is bad .. mkvmerge or MP4Box not join this result video.
    Mencoder says that the video codec settings is different...

    Сan anyone tell me how to blind 2 video (the first small and second big) without re-encoding the second movie
    Video mp4 H.264.

  • Python/ FFMpeg : how can I in python have ffmpeg extract image from video, edit images, then create new video with sync'd audio from source video ?

    24 avril 2021, par Chris Walters

    I have a video input.mp4. I want to extract frames from input.mp4, modify them, and then recreate a new video with the same properties as the original, including sync'd audio. How can I do this in Python ?

    


    Thanks !