Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (76)

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

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

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

  • Powershell Script Exits Handbrake CLI

    23 décembre 2014, par Arnav Attri

    With the help of google, I workaround a Powershell script for handbrake automation. Now, the issue is when the source folder is empty the Powershell script exits.

    Here’s the scenario :

    1. I downloaded someone files - automated via RSS.
    2. They are placed in source folder.
    3. Powershell script works and encoding starts and successfully gets over.
    4. Now, when the encode is completed and in case of new download/file doesn’t arrive in the source folder, the script exits.

    Code is in PasteBin which has more comments but should be easy to infer what the script does

    $inputpath = "I:\S"
    $outputpath = "I:\E"

    $movies = ls $inputpath

    foreach($movie in $movies){
       $name = $movie.basename

       if(!(test-path -path "$outputpath\$name.mkv")){
           C:\"Program Files"\handbrake\HandBrakeCLI.exe -i "$inputpath\$movie" -o "$outputpath\$name.mkv" `
           -e x264 -b 1000 -2 -T -a 1,1 -E mp3 -B 112 --mixdown stereo -f mkv --detelecine --decomb `
           --loose-anamorphic -m -x rc-lookahead=30:ref=4:bframes=3:me=umh:subme=9:analyse=none:deblock=1:0:0:8x8dct=1
       }
    }
  • Restream TS file in HTTP server to RTMP server using ffmpeg

    15 juin 2018, par MatrixCow08

    I want to restream http://example.com/1.ts to a RTMP server.

    The command I use is :

    ffmpeg -i http://example.com/1.ts -ar 44100 -preset medium -crf 22 -x264-params keyint=2:min-keyint=2 -bufsize 500k -vcodec libx264 -b:v 700k -maxrate 700k -r 25 -f flv rtmp://janjuapublisher.com/live/MY_CHANNEL_NAME?key=MY_KEY&id=MY_ID

    I use www.janjua.tv to create my TV channel and it give me the RTMP details as follows :

    FMS URL : rtmp ://janjuapublisher.com/live

    Stream Name : MY_CHANNEL_NAME ?key=MY_KEY&id=MY_ID

    However, I get Connection failed: application rejected and unsupported authentication method when I run this ffmpeg command.

    My command work fine in Twitch’s RTMP server because it is easy to use, but I can’t figure out how to use JanJua.tv .. Where to put the Stream Name, Key, Secret ?

    Any help would be appreciated.

    Thanks !

  • Anomalie #4124 : changer de fournisseur de vignette ou les supprimer

    6 avril 2018, par cam.lafit -

    Salut

    Par défaut je ne pense que la fonctionnalité des aperçus doit être
    gérée dans SPIP même. Comme noté on a entre autres raisons la
    dépendance à service tiers non maîtrisés.
    Je ne pense pas non plus qu’on doive fournir un service spip sur ce
    sujet, comme on peut le voir avec la danse des services existants
    c’est une plaie à maintenir.

    Le fait de gérer ceci via un plugin simplifie la mise à jours des
    serveurs de vignette. Thumbsite a été codé pour permettre l’ajout et
    le retrait simple d’un générateur d’aperçu. Donc si easy-thumb est
    manquant c’est facile à faire.

    Pour ma part par défaut, on devrait avoir l’option 2 : retirer la
    gestion des vigenttes. On laisserait 2 plugins faire mieux si besoin
    (un pour les aperçus sans présupposer de leur usages et un pour
    surcharger statistiques si besoin)