Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (65)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (9730)

  • I have a m3u8 file where the individual files don't have any .ts format, Is there a way to cocnat them to a single mp4 file

    6 septembre 2020, par Suhail Hussain

    Here is a snippet of the m3u8 file

    


    #EXTM3U
#EXTINF:1,0
0
#EXTINF:1695,0c9c3bf590e32dcb8c4b83222056838b
0c9c3bf590e32dcb8c4b83222056838b
#EXTINF:1,1
1
#EXTINF:4,2
2
#EXTINF:3,3
3
#EXTINF:4,4
4
#EXTINF:3,5
5
#EXTINF:3,6
6
#EXTINF:4,7
7
#EXTINF:4,8
8
#EXTINF:3,9
9
#EXTINF:4,10
10


    


    This goes on for some 500 files. I am able to open the folder in vlc as a playlist but it is just a collection of 500 files that play one after the another. I checked online and found that ffmpeg can concatenate a m3u8 file to a mp4. That unfortunately did not work. After trying a few different syntaxes that I found on different forums which also did not work, I tried "ffplay" on the file name which once again gave the same error message as before - Invalid data found when processing input:=    0B f=0/0

    


    So this made me believe perhaps ffmpeg is unable to open the file while vlc is able to. Any way to combine these files to a single file is appreciated

    


  • Revision 5bdecc65b5 : Removing duplicated example file example_xma.c. The same file is in examples fo

    18 janvier 2014, par Dmitry Kovalev

    Changed Paths :
     Delete /example_xma.c



    Removing duplicated example file example_xma.c.

    The same file is in examples folder now.

    Change-Id : I0f541f4424a0f0a67abd95907cb9d32132112f37

  • Why FFMPEG PNG image compression output file bigger than input file ?

    8 janvier 2018, par Nuwan Chamara

    I have tested following ffmpeg against several images following code for compression.

    C:\ffmpeg\bin\ffmpeg -y -i .\ff.png .\ff_out.png

    for jpg images its reduces the file size but for some png images it gives output file larger than input file. i got smaller output file only for image which bit depth = 8.