Recherche avancée

Médias (21)

Mot : - Tags -/Nine Inch Nails

Autres articles (68)

  • 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

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

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

Sur d’autres sites (7977)

  • Combine images into video (with audio in background) in ffmpeg

    4 juillet 2021, par Mayank Thapliyal

    I have a folder with 15 images and 1 audio file :

    


    image_1.jpg, image_2.jpg, image_3.jpg ..... and music.webm

    


    (Also resolution of images is 1440x720)

    


    I want to combine these images into a video with audio in background.And framerate I require is 0.2 (5 second for each frame).I gave a search on Stackoverflow and I found the nearest example and tried.But it failed.

    


    ffmpeg -f image2 -i image%03d.jpg -i music.webm output.mp4

    


    (Actually I have very little knowledge of ffmpeg so please excuse my foolishness)

    


    Please help me with my issue.(Also I didn't understood where in the code I have to enter framerate)

    


    Edit :-If needed I can easily tweak with filename of images.Be free to tell me that too

    


  • How to copy ffmpeg conversion output to file name without previous file extension [duplicate]

    20 janvier, par Tim

    I am trying to batch convert mp4 music files to m4a music files using ffmpeg on ubuntu .The command works but uses previous file extension for new name.

    


    find ./ -iname "*.mp4" type f -exec ffmpeg -i {} -vn -acodec cp "{}".m4a 


    


    This command produces a new file as such : ..01_Loser.mp4.m4a

    


    but I need ..01_Loser.m4a

    


    I cannot figure out how to get file name without previous extension. Any help would be appreciated. Thanks !

    


  • Do we need to transcode mp4 or mp3 to HLS format for streaming video/ audio on mobile app ?

    5 mai 2016, par ken_vk

    We are developing a mobile app which play music and video .

    The music (.mp3) and video(.mp4) is about 5 - 20 MB . I knew we must to transcode from .mp4 to HLS format ( .m3u8) for streaming. And I still consider about transcode audio file to HLS format whether or not ?

    I have two question.

    1. Do we need transcode video (.mp4) to HLS format if the files are about 5- 20 MB.

    2. Do we need transcode mp3 file to HLS format if the files are about 5 - 10 MB ?

    Thank you in advance,

    Regards,
    Khoa Nguyen