Recherche avancée

Médias (91)

Autres articles (63)

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (8004)

  • FFmpeg can't access file in Dropbox on Ubuntu 12.04

    30 juin 2015, par afterglowlee

    I have installed FFmpeg on Ubuntu 12.04. When I use ffmpeg -i command to check some video file online, it works :

    ffmpeg -i http://techslides.com/demos/sample-videos/small.mp4

    However, when I check a public file hosted in my Dropbox it gives ’No such file or directory error’ :

    ffmpeg -i https://dl.dropboxusercontent.com/u/51617581/bigbuck.webm

    and the error is :

    https://dl.dropboxusercontent.com/u/51617581/bigbuck.webm : No such
    file or directory

    and here is the version info of the ffmpeg installation :

    ffmpeg version 0.8.17-4:0.8.17-0ubuntu0.12.04.1, Copyright (c)
    2000-2014 the Libav developers built on Mar 16 2015 13:26:50 with
    gcc 4.6.3

    I have also tried both files on my Mac 10.10 laptop, and both of them work fine. Could anyone suggest where is the problem ? Many thanks.

  • How to get Authorized Access for this particular situation ?

    16 octobre 2018, par Shivam Singh Rajawat

    I want to download some videos (basically stream videos) from https://store.adda247.com using ffmpeg

    so I ran this command :

    [ffmpeg -i "https://videotest.adda247.com/demo/updated/files2?key=4-SSC-MAINS/MATHS/PERCENTAGE/BASIC/PERCENTAGE_BASIC_PART-1/hls1000k.m3u8&bucket=video-streaming-dest&pkgId=667&id=1199"
    -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 output.mp4][1]**

    Fortunately this worked fine, I don’t know why may be just because of it’s a demo video.

    Similarly,

    When I tried to download other video I got this error :

    Server returned 401 Unauthorized (authorization failed)

    I had used this for another video :

    ffmpeg -i "https://videotest.adda247.com/updated/files2?key=4-SSC-MAINS/MATHS/ALLIGATION/ALLIGATION_BASIC_FUNDAMENTALS/hls1500k.m3u8&bucket=video-streaming-dest&pkgId=667&id=1301"
    -bsf:a aac_adtstoasc -vcodec copy -c copy -crf 50 output2.mp4**

    I have valid account credentials but do not know how to use it with ffmpeg..

    Please help me solve this issue.

    Here’s the screenshot :

    enter image description here

  • doc/general.texi : fix SDX2 description

    29 octobre 2015, par Paul B Mahol
    doc/general.texi : fix SDX2 description
    

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] doc/general.texi