Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (88)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

  • Gestion des droits de création et d’édition des objets

    8 février 2011, par

    Par défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (9820)

  • ffmpeg HLS Multiple Audio Renditions

    28 mai 2020, par sylvain

    How can I convert an mp4 video file having inside 3 audio tracks (english, german and french) to an HLS playlist having :

    



      

    • one videofile.m3u8 and its corresponding segmentsfile.ts
    • 


    • one audiofile-english.m3u8 and its corresponding segmentsfile.aac
    • 


    • one audiofile-german.m3u8 and its corresponding segmentsfile.aac
    • 


    • one audiofile-french.m3u8 and its corresponding segmentsfile.aac
    • 


    • one masterfile.m3u8 like that :
    • 


    



    #EXTM3U

#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="medium",NAME="#1 Fre",DEFAULT=YES,AUTOSELECT=YES,LANGUAGE="fre",URI="medium/planete_interdite_500_h264_240p_audio1_fre.m3u8"

#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="medium",NAME="#2 Eng",DEFAULT=NO,AUTOSELECT=YES,LANGUAGE="eng",URI="medium/planete_interdite_500_h264_240p_audio2_eng.m3u8"

#EXT-X-MEDIA:TYPE=AUDIO,GROUP-ID="medium",NAME="#3 Fre",DEFAULT=NO,AUTOSELECT=YES,LANGUAGE="de",URI="medium/planete_interdite_500_h264_240p_audio1_de.m3u8"

#EXT-X-STREAM-INF:PROGRAM-ID=1,BANDWIDTH=3274000, CODECS="avc1.66.30,mp4a.40.2",RESOLUTION=854x480,AUDIO="medium"
medium/planete_interdite_2080_q264_480p.m3u8


    


  • Video as live wallpaper [closed]

    11 mai 2013, par user1957355

    I was trying to set this enter link description here compile app on my device, but then i hate test this, show error in application and close. Why ?
    Sorry for my english :L

  • creat file with ffmpeg by for ?

    17 avril 2018, par Hòa Hưng Ngô

    sorry but my english not good.
    I find on google but not see please help.
    i want for %i in("%image%*.jpg")for %%i in ("%INPUT%*.mp3") DO ffmpeg -i %%i -i %i -filter_complex "scale=1280:720[v]" -map ’[v]’ -map ’[a]’ -shortest -c:v libx264 -c:a copy -preset superfast "%OUTPUT%/%% ni.mp4"
    but it not run, please help thanks