Recherche avancée

Médias (91)

Autres articles (79)

  • Qu’est ce qu’un éditorial

    21 juin 2013, par

    Ecrivez votre de point de vue dans un article. Celui-ci sera rangé dans une rubrique prévue à cet effet.
    Un éditorial est un article de type texte uniquement. Il a pour objectif de ranger les points de vue dans une rubrique dédiée. Un seul éditorial est placé à la une en page d’accueil. Pour consulter les précédents, consultez la rubrique dédiée.
    Vous pouvez personnaliser le formulaire de création d’un éditorial.
    Formulaire de création d’un éditorial Dans le cas d’un document de type éditorial, les (...)

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

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, 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 (13146)

  • Add Filters to Video like Instagram or Snapchat via FFmpeg

    27 avril 2017, par Karandeep Atwal

    I am using FFmpeg in my android app. I have implemented following filters/effects successfully on video-

    1. Invert Color
    2. Black and white
    3. Sepia
    4. Vignette
    5. Gamma effect

    I followed FFmpeg Video Filter docs.

    There are similar questions asked but without any proper answer.

    I want to apply some Good Filters like on Instagram or Snapchat via FFmpeg . Below are few example filters taken from this link.

    Can these filters be achieved via ffmpeg ?

    Toaster Filter

    Amaro Filter

  • Single M3U8 playlist file with different bitrate support

    22 avril 2017, par SetV

    I need to share a m3u8 playlist with support for different bitrate and resolution.

    The master playlist consist of different bitrate playlist.

    #EXTM3U
    #EXT-X-STREAM-INF:BANDWIDTH=256000
    bbb_30sec_256.m3u8
    #EXT-X-STREAM-INF:BANDWIDTH=768000
    bbb_30sec_768.m3u8

    Instead is it possible to get a single playlist with all bitrates files included.

    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-MEDIA-SEQUENCE:0
    #EXT-X-ALLOW-CACHE:YES
    #EXT-X-TARGETDURATION:16
    #EXT-X-STREAM-INF:BANDWIDTH=256000,RESOLUTION=480x270
    #EXTINF:15.833333,
    bbb_30sec_256_00000.ts
    #EXTINF:14.250000,
    bbb_30sec_256_00001.ts
    #EXT-X-STREAM-INF:BANDWIDTH=768000,RESOLUTION=640x360
    #EXTINF:15.833333,
    bbb_30sec_768_00000.ts
    #EXTINF:14.250000,
    bbb_30sec_768_00001.ts

    Apple HLS document doesn’t gave any scope for that. I was curious to know is this can be achieved in any other possible way ?

  • GUI/homepage for video files and FFMPEG [on hold]

    6 mars 2017, par user3017725

    I’m currently figurering out what language I should program in.
    I want to build a GUI/homepage where you can uploade video files and then use FFMPEG to either convert them into another format and codec, or uploade multiple files and convert them into one and then either download the converted one or find the video files in a folder on the server. What do you recommend ?
    The dream scenario would be to upload a file or a folder with video files and then select the files in a order and then press convert or what ever and then it executes the command and it shows either the command FFMEG output or a percentage of the process.

    At first this will probably only be used locally, so on a laptop or a server on the local network.

    Best regards Phillip