Recherche avancée

Médias (0)

Mot : - Tags -/albums

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

Autres articles (45)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

Sur d’autres sites (6036)

  • How to install this nodejs Application

    15 février 2016, par metalbug

    https://github.com/hexator/live4chan

    i have VMware run ubuntu-14.10-server and 15.10-server

    sudo apt-get install -y
        git mongodb imagemagick libcairo2-dev libjpeg8-dev
        libpango1.0-dev libgif-dev build-essential g++ ffmpeg curl

    install success

    git clone https://github.com/hexator/live4chan.git;
    cd live4chan;
    npm install

    but have errors

    test@ubuntu:~/live4chan$ npm start

       LiveChan@0.0.1 start /home/test/live4chan
       node lib/index.js

    Missing certificate or private key
    Running with insecure server
    info - socket.io started
    connect.limit() will be removed in connect 3.0
    connect.multipart() will be removed in connect 3.0
    visit https://github.com/senchalabs/connect/wiki/Connect-3.0 for alternatives
    connect.limit() will be removed in connect 3.0

    module.js:340
    throw err;
    ^
    Error: Cannot find module 'carrier'
    at Function.Module._resolveFilename (module.js:338:15)
    at Function.Module._load (module.js:280:25)
    at Module.require (module.js:364:17)
    at require (module.js:380:17)
    at Object. (/home/test/ircd.js/lib/server.js:24:15)
    at Module._compile (module.js:456:26)
    at Object.Module._extensions..js (module.js:474:10)
    at Module.load (module.js:356:32)
    at Function.Module._load (module.js:312:12)
    at Module.require (module.js:364:17)

    npm ERR! Linux 4.2.0-16-generic
    npm ERR! argv "node" "/usr/local/bin/npm" "start"
    npm ERR! node v0.10.42
    npm ERR! npm v3.7.2
    npm ERR! code ELIFECYCLE
    npm ERR! LiveChan@0.0.1 start: node lib/index.js
    npm ERR! Exit status 8
    npm ERR!
    npm ERR! Failed at the LiveChan@0.0.1 start script 'node lib/index.js'.
    npm ERR! Make sure you have the latest version of node.js and npm installed.
    npm ERR! If you do, this is most likely a problem with the LiveChan package,
    npm ERR! not with npm itself.
    npm ERR! Tell the author that this fails on your system:
    npm ERR! node lib/index.js
    npm ERR! You can get information on how to open an issue for this project with:
    npm ERR! npm bugs LiveChan
    npm ERR! Or if that isn't available, you can get their info via:
    npm ERR! npm owner ls LiveChan
    npm ERR! There is likely additional logging output above.

    npm ERR! Please include the following file with any support request:
    npm ERR! /home/test/live4chan/npm-debug.log

    ==========================================================
    /home/test/live4chan/npm-debug.log

    0 info it worked if it ends with ok
    1 verbose cli [ 'node', '/usr/local/bin/npm', 'start' ]
    2 info using npm@3.7.2
    3 info using node@v0.10.42
    4 verbose run-script [ 'prestart', 'start', 'poststart' ]
    5 info lifecycle LiveChan@0.0.1~prestart: LiveChan@0.0.1
    6 silly lifecycle LiveChan@0.0.1~prestart: no script for prestart, continuing
    7 info lifecycle LiveChan@0.0.1~start: LiveChan@0.0.1
    8 verbose lifecycle LiveChan@0.0.1~start: unsafe-perm in lifecycle true
    9 verbose lifecycle LiveChan@0.0.1~start: PATH: /usr/local/lib/node_modules/npm/bin/node-gyp-bin:/home/test/live4chan/node_modules/.bin:/usr/local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games
    10 verbose lifecycle LiveChan@0.0.1~start: CWD: /home/test/live4chan
    11 silly lifecycle LiveChan@0.0.1~start: Args: [ '-c', 'node lib/index.js' ]
    12 silly lifecycle LiveChan@0.0.1~start: Returned: code: 8 signal: null
    13 info lifecycle LiveChan@0.0.1~start: Failed to exec start script
    14 verbose stack Error: LiveChan@0.0.1 start: node lib/index.js
    14 verbose stack Exit status 8
    14 verbose stack at EventEmitter. (/usr/local/lib/node_modules/npm/lib/utils/lifecycle.js:239:16)
    14 verbose stack at EventEmitter.emit (events.js:98:17)
    14 verbose stack at ChildProcess. (/usr/local/lib/node_modules/npm/lib/utils/spawn.js:24:14)
    14 verbose stack at ChildProcess.emit (events.js:98:17)
    14 verbose stack at maybeClose (child_process.js:766:16)
    14 verbose stack at Process.ChildProcess._handle.onexit (child_process.js:833:5)
    15 verbose pkgid LiveChan@0.0.1
    16 verbose cwd /home/test/live4chan
    17 error Linux 4.2.0-16-generic
    18 error argv "node" "/usr/local/bin/npm" "start"
    19 error node v0.10.42
    20 error npm v3.7.2
    21 error code ELIFECYCLE
    22 error LiveChan@0.0.1 start: node lib/index.js
    22 error Exit status 8
    23 error Failed at the LiveChan@0.0.1 start script 'node lib/index.js'.
    23 error Make sure you have the latest version of node.js and npm installed.
    23 error If you do, this is most likely a problem with the LiveChan package,
    23 error not with npm itself.
    23 error Tell the author that this fails on your system:
    23 error node lib/index.js
    23 error You can get information on how to open an issue for this project with:
    23 error npm bugs LiveChan
    23 error Or if that isn't available, you can get their info via:
    23 error npm owner ls LiveChan
    23 error There is likely additional logging output above.
    24 verbose exit [ 1, true ]

    I tried this :
    npm install carrier

    Or an error.

    and install Other versions of nodejs

    wget http://nodejs.org/dist/latest-v0.10.x/node-v0.10.42.tar.gz
    wget http://nodejs.org/dist/latest-v0.12.x/node-v0.12.10.tar.gz
    wget http://nodejs.org/dist/latest-v4.x/node-v4.3.0.tar.gz
    wget http://nodejs.org/dist/latest-v5.x/node-v5.6.0.tar.gz
    tar zxvf node-v4.3.0.tar.gz
    cd node-v4.3.0
    ./configure
    make
    sudo make install

    Nothing happened

    please help me
    Or you can tell me how to install, detailed, thank you very much !

  • Easy Tricks for Finding WebM Videos in YouTube

    9 août 2010, par noreply@blogger.com (John Luther)

    Since the WebM project launch, YouTube has been encoding videos uploaded at 720p or higher resolution in the WebM format. Today, the one million most popular videos of any size on YouTube are also available in the WebM format.

    We have instructions on our project site for finding these videos but they require adding a special parameter onto the end of each search query. All of the browsers that support WebM can create search shortcuts with custom parameters, however, so we’ve compiled instructions for making it very simple to search for WebM videos in YouTube.

    Important : First, make sure you have a supported browser and are enrolled in the YouTube HTML5 beta by going to http://youtube.com/html5 and clicking Enter the HTML5 Beta.

    Creating a WebM Search Shortcut

    Firefox 4 Beta :

    1. Select Bookmarks > Organize Bookmarks. A bookmark manager dialog opens.
    2. In the left column, choose a location for the new bookmark you’re creating. Next, choose Organize > New Bookmark (on MacOS click the gear icon). The new bookmark dialog opens.
    3. In the Name box, type WebM.
    4. In the Location box, type http://youtube.com/results?search_query=%s&webm=1.
    5. In the Keyword box, type webm.
    6. Click Add.

    Google Chrome Early Release Channel :

    1. On Windows and Linux, click the Chrome wrench icon in the toolbar and select Options. On MacOS, select Chrome > Preferences.
    2. On the Basics tab, click the Manage button in the Default Search section.
    3. On Windows and Linux, click Add. On MacOS X, click the plus (+) button.
    4. In the Name box, type WebM.
    5. In the Keyword box, type webm.
    6. In the URL box, type http://youtube.com/results?search_query=%s&webm=1.
    7. Click OK.

    Opera 10.60 and later :

    1. Go to http://youtube.com.
    2. Right-click in the YouTube search box at the top of the page and select Create Search. On MacOS, use Ctrl+click if you don’t a secondary mouse button enabled.
    3. In the Name box, type WebM.
    4. In the Keyword box, type webm.
    5. In the Address box, type http://youtube.com/results?search_query=%s&webm=1.
    6. Click OK.


    Now you’re ready to search. In the location box of the browser, type webm monster trucks. The YouTube search results page will open with a selection of monster truck videos encoded in the WebM format. When watching a video, look for the HTML5 WebM indicator in the player control bar.

    If you can’t find WebM videos it is most likely a browser cookie problem. Your enrollment in the YouTube HTML5 beta test is stored in a browser cookie (not in your YouTube or Google account), and that cookie can expire. Visit http://youtube.com/html5 and opt-in again to re-set the cookie.

    Directly Accessing WebM Videos by URL

    To find out if any YouTube video is available in WebM, simply add &html5=True (make sure True is capitalized) to the end of the video URL. If there is a WebM version of the video, it will open instead of the Flash version. For example :

  • Easy Tricks for Finding WebM Videos in YouTube

    9 août 2010, par noreply@blogger.com (John Luther)

    Since the WebM project launch, YouTube has been encoding videos uploaded at 720p or higher resolution in the WebM format. Today, the one million most popular videos of any size on YouTube are also available in the WebM format.

    We have instructions on our project site for finding these videos but they require adding a special parameter onto the end of each search query. All of the browsers that support WebM can create search shortcuts with custom parameters, however, so we’ve compiled instructions for making it very simple to search for WebM videos in YouTube.

    Important : First, make sure you have a supported browser and are enrolled in the YouTube HTML5 beta by going to http://youtube.com/html5 and clicking Enter the HTML5 Beta.

    Creating a WebM Search Shortcut

    Firefox 4 Beta :

    1. Select Bookmarks > Organize Bookmarks. A bookmark manager dialog opens.
    2. In the left column, choose a location for the new bookmark you’re creating. Next, choose Organize > New Bookmark (on MacOS click the gear icon). The new bookmark dialog opens.
    3. In the Name box, type WebM.
    4. In the Location box, type http://youtube.com/results?search_query=%s&webm=1.
    5. In the Keyword box, type webm.
    6. Click Add.

    Google Chrome Early Release Channel :

    1. On Windows and Linux, click the Chrome wrench icon in the toolbar and select Options. On MacOS, select Chrome > Preferences.
    2. On the Basics tab, click the Manage button in the Default Search section.
    3. On Windows and Linux, click Add. On MacOS X, click the plus (+) button.
    4. In the Name box, type WebM.
    5. In the Keyword box, type webm.
    6. In the URL box, type http://youtube.com/results?search_query=%s&webm=1.
    7. Click OK.

    Opera 10.60 and later :

    1. Go to http://youtube.com.
    2. Right-click in the YouTube search box at the top of the page and select Create Search. On MacOS, use Ctrl+click if you don’t a secondary mouse button enabled.
    3. In the Name box, type WebM.
    4. In the Keyword box, type webm.
    5. In the Address box, type http://youtube.com/results?search_query=%s&webm=1.
    6. Click OK.


    Now you’re ready to search. In the location box of the browser, type webm monster trucks. The YouTube search results page will open with a selection of monster truck videos encoded in the WebM format. When watching a video, look for the HTML5 WebM indicator in the player control bar.

    If you can’t find WebM videos it is most likely a browser cookie problem. Your enrollment in the YouTube HTML5 beta test is stored in a browser cookie (not in your YouTube or Google account), and that cookie can expire. Visit http://youtube.com/html5 and opt-in again to re-set the cookie.

    Directly Accessing WebM Videos by URL

    To find out if any YouTube video is available in WebM, simply add &html5=True (make sure True is capitalized) to the end of the video URL. If there is a WebM version of the video, it will open instead of the Flash version. For example :