Recherche avancée

Médias (0)

Mot : - Tags -/auteurs

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (36)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (4745)

  • Unable to find a suitable output format for '|' ffmpeg and python subprocess

    20 octobre 2016, par nadermx

    I currently am trying to run this command (found on this answer)

    ffmpeg -i input.flv -vf scale=320:-1 -r 10 -f image2pipe -vcodec ppm - | convert -delay 5 -loop 0 - output.gif

    in a python program using import subprocess library. The issue I’m running into is that when I run it in terminal it works fine, but when I run it in my python code I get this error

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'https://r7---sn-p0n5jxaa-hxms.googlevideo.com/videoplayback?ms=au&requiressl=yes&mt=1476932644&pl=24&itag=22&id=o-AAJEpGAb5MS-rP073pLWFKlJ-wUTAEEIFHdx7yPOZoBS&dur=4712.861&mime=video%2Fmp4&sparams=dur%2Cei%2Cgcr%2Cid%2Cinitcwndbps%2Cip%2Cipbits%2Citag%2Clmt%2Cmime%2Cmm%2Cmn%2Cms%2Cmv%2Cpl%2Cratebypass%2Crequiressl%2Csource%2Cupn%2Cexpire&mm=31&ip=187.190.166.119&mn=sn-p0n5jxaa-hxms&mv=m&lmt=1471437242705377&ipbits=0&ratebypass=yes&upn=G5WdwNKKKtM&gcr=mx&source=youtube&ei=MDUIWKegH4uhugK2mbH4DQ&key=yt6&initcwndbps=3328750&expire=1476954512&signature=783E4022EDB282BE372603EF7A78C2A71B957352.B691135B7EA6AC2D7B2B2E41F1FAD9683022EE38':
     Metadata:
       major_brand     : mp42
       minor_version   : 0
       compatible_brands: isommp42
       creation_time   : 2016-08-17T12:26:42.000000Z
     Duration: 01:18:32.81, start: 0.000000, bitrate: 319 kb/s
       Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p(tv, bt709), 1280x720 [SAR 1:1 DAR 16:9], 190 kb/s, 25 fps, 25 tbr, 90k tbn, 50 tbc (default)
       Metadata:
         creation_time   : 2016-08-17T12:26:42.000000Z
         handler_name    : ISO Media file produced by Google Inc.
       Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 125 kb/s (default)
       Metadata:
         creation_time   : 2016-08-17T12:26:42.000000Z
         handler_name    : ISO Media file produced by Google Inc.
    [NULL @ 0x32996e0] Unable to find a suitable output format for '|'
    |: Invalid argument

    The python code I did is this,

    subprocess.Popen(['ffmpeg', '-i', input.flv, '-vf', 'scale=320:-1', '-r', '10', '-f', 'image2pipe',
                        '-vcodec', 'ppm',  '-', '|', 'convert', '-loop', '0', '-', 'gif:-', '|',
                        'convert', '-', 'layers', 'Optimize', '-', 'output.gif'], shell=False)
  • random .ts filenames in the m3u8 file

    14 octobre 2016, par Arya Same

    Hi guys my ffmpeg line currently looks like this

    ffmpeg -i "http://x.com/x.ts" -s 810x520 -pix_fmt yuv420p -vcodec copy -acodec copy -bsf:v h264_mp4toannexb -preset baseline  -strict -2 -flags -global_header -f segment -segment_list "E:\2.m3u8"  -segment_time 10 -segment_list_size 5 "E:\2-%%3d.ts"

    it generates .ts files like 1.ts 2.ts etc..

    but if you are gonna to look to twitch.tv’s m3u8 file it looks like this

    #EXTM3U
    #EXT-X-VERSION:3
    #EXT-X-TARGETDURATION:3
    #ID3-EQUIV-TDTG:2016-10-14T12:33:35
    #EXT-X-MEDIA-SEQUENCE:345
    #EXT-X-TWITCH-ELAPSED-SYSTEM-SECS:1368.979
    #EXT-X-TWITCH-ELAPSED-SECS:1365.240
    #EXT-X-TWITCH-TOTAL-SECS:1386.919
    #EXTINF:3.440,
    index-0000000346-Am9S.ts
    #EXTINF:1.720,
    index-0000000347-Am3j.ts
    #EXTINF:3.980,
    index-0000000348-MYfR.ts
    #EXTINF:2.000,
    index-0000000349-kIwd.ts
    #EXTINF:3.300,
    index-0000000350-TpwI.ts
    #EXTINF:3.500,
    index-0000000351-MAjv.ts

    i want to do same is there any example ?
    thanks.

    best regards

  • Pre-announcement : Piwik Marketplace soon open for paid premium features

    12 octobre 2016, par Piwik Core Team — Community

    Updates : Premium Plugins now available on the Piwik Analytics Marketplace. Further announcements about premium plugins : 1) Powerful Video Analytics and Audio Analytics and 2) A/B Testing Platform for Piwik Analytics.

    The goal of the Piwik project is to build the best open digital analytics platform that lets you measure what matters to you while giving you full control of your data. The beauty of the Piwik Analytics platform is that it can be customized and extended by building or installing new features on top of the Piwik core.

    On our open Piwik Marketplace you can already discover and download over 70 free plugins which enrich the functionality of your Piwik in many ways, and themes which change the look and feel of the Piwik user interface. To help users make more of their analytics data and ultimately be more successful, in a few weeks we will offer you the possibility to purchase subscriptions for premium features in the Marketplace.

    Get more out of your Piwik

    Opening the Marketplace for paid plugins will bring more premium and enterprise features so you get more out of your Piwik, when you need it. It will also help us, the Piwik team, to further innovate and improve the open-source Piwik platform to realize our mission :

    “To create the leading Free and open source analytics platform, and to support global organisations and communities to keep full control over their data.”

    1-click installation and update

    You will find the new premium features when you browse the Marketplace in your Piwik app and on our Piwik Marketplace website. Purchased plugins will be installable and updatable with one click, just like you are used to from free plugins.

    Sell your plugins on the Piwik Marketplace

    If you are a developer who wants to sell plugins on our Marketplace, please get in touch. As a vendor you will be able to see reports about your sales, upload new versions of your plugins, reply to pre-sales and support questions, and more. By tapping into the Marketplace’s infrastructure and distribution, including secure payments and distributing plugins to customers, developers can focus on building great products.

    Get started developing plugins

    If you are wondering how to get started developing plugins, check out our getting started developer guide and our guide about how to get your plugin ready for the Marketplace.