Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (64)

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

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

  • iOS how to transcode mjpeg video to h264 video with ffmpeg ?

    16 août 2016, par J.Duan

    I want to transcode mjpeg format video to h264 video with ffmpeg.
    In fact , i found a ffmpeg based demo to get the goal but the app will crash when I play video with VLC or Vitamin . Does anyone have an iOS video-transcode demo or some ways to play MJPEG-format video except VLC and Vitamin ?

  • video concating in FFmpeg from front and back camera creating a video flip [closed]

    27 octobre 2020, par Suraj Lalla

    When concating a video from front camera and back camera in FFmpeg the video from the front camera is flipped 180 degrees, please help ...

    


  • ffmpeg creating video with 1 minute empty space at the end of the video

    13 octobre 2022, par David Ruan

    I am using this command to generate a video with a cover page and an audio.

    


    ffmpeg -loop 1 -r 1 -i c :/temp/coverImage.jpeg -i C :/temp/out/input.mp3 -vf "pad=ceil(iw/2)*2:ceil(ih/2)*2" -c:a copy -shortest -c:v libx264 C :/temp/VideoOut/output.mp4

    


    But the generated mp4 file has 1 minute's of empty space after the audio finished.

    


    Actually I have multiple audio files, and after the conversion, every video has that 1 minute empty space.

    


    Any idea how to solve this ? Thanks a lot.