Recherche avancée

Médias (91)

Autres articles (34)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (2935)

  • how to reencode with ffmpeg (with limited x264)

    26 mai 2012, par sarfraz

    Until now I used this script to reencode my rips for my box (tv decoder) :

    ^_^ ( ~ ) -> cat ~/++/src/convert.sh
    #! /bin/bash

    name=$(path -r "$1") # it gives the file name without the extension

    [ "$1" = *.mp4 ] && ffmpeg -i "$name".mp4 -vcodec copy -acodec copy "$name".mkv
    x264 --preset veryfast --tune animation --crf 18 --vf resize:720,576,16:15 -o "$name".tmp.mkv "$name".mkv
    mkvmerge -o "$name [freeplayer sd]".mkv "$name".tmp.mkv --no-video "$1"
    rm -rf "$name".tmp.mkv
    [ "$1" = *.mp4 ] && rm -rf "$name".mkv
    exit 0

    #EOF

    It works on my ubuntu and archlinux laptops. But it doesn’t on my desktop witch runs fedora.
    Google says that the x264 package shiped by rpmfusion doesn,t support lavf and ffms2.
    And I cannot unistall it because smplayer (witch i like) needs it.

    Ok, so I have to compile it. Google then says "you have to build ffmpeg, ffms2 tnen x264 ensuring that the flags are correctly refered." Well, didn’t work (ffms2 cannot find LIBAV - even when I am telling where - and x264 does’t configure with lavf...)

    My question is : can I use ffmpeg alone to do what my script does.
    I have ffmpeg version 0.8.11, x264 0.116.2048 59cb2eb and gcc : 4.6.1 20110804 (Red Hat 4.6.1-7)

    Any hint wound be appreciated.

    EDIT : Ok, I found that : ffmpeg -i input file -acodec copy -vcodec libx264 -preset veryfast -tune animation [that part I don’t have] output

    PS : english is not my native, plz forgive any spelling fault.

  • Mirror not found when trying to install FFMPEG on CENTOS7

    31 octobre 2016, par Peter

    I’m on a dedicated server with Root access. not familiar with servers. Im trying to install FFMpeg on my server but following online instructions I’m getting errors can’t figure out how to solve it. So any light on this will be very appreciated.

    [root@ns335004 ~]# yum update
    base                                                                                                           | 3.6 kB  00:00:00    
    http://apt.sw.be/redhat/el7/en/x86_64/dag/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    To address this issue please refer to the below knowledge base article

    https://access.redhat.com/articles/1320623

    If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/



    One of the configured repositories failed (DAG RPM Repository),
    and yum doesn't have enough cached data to continue. At this point the only
    safe thing yum can do is fail. There are a few ways to work "fix" this:

        1. Contact the upstream for the repository and get them to fix the problem.

        2. Reconfigure the baseurl/etc. for the repository, to point to a working
           upstream. This is most often useful if you are using a newer
           distribution release than is supported by the repository (and the
           packages for the previous distribution release still work).

        3. Disable the repository, so yum won't use it by default. Yum will then
           just ignore the repository until you permanently enable it again or use
           --enablerepo for temporary usage:

               yum-config-manager --disable dag

        4. Configure the failing repository to be skipped, if it is unavailable.
           Note that yum will try to contact the repo. when it runs most commands,
           so will have to try and fail each time (and thus. yum will be be much
           slower). If it is a very temporary problem though, this is often a nice
           compromise:

               yum-config-manager --save --setopt=dag.skip_if_unavailable=true

    failure: repodata/repomd.xml from dag: [Errno 256] No more mirrors to try.
    http://apt.sw.be/redhat/el7/en/x86_64/dag/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found

    repolist

    [root@ns335004 ~]# yum repolist all
    http://apt.sw.be/redhat/el7/en/x86_64/dag/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    To address this issue please refer to the below knowledge base article

    https://access.redhat.com/articles/1320623

    If above article doesn't help to resolve this issue please create a bug on https://bugs.centos.org/

    http://apt.sw.be/redhat/el7/en/x86_64/dag/repodata/repomd.xml: [Errno 14] HTTP Error 404 - Not Found
    Trying other mirror.
    repo id                                  repo name                                                                     status
    C7.0.1406-base/x86_64                    CentOS-7.0.1406 - Base                                                        disabled
    C7.0.1406-centosplus/x86_64              CentOS-7.0.1406 - CentOSPlus                                                  disabled
    C7.0.1406-extras/x86_64                  CentOS-7.0.1406 - Extras                                                      disabled
    C7.0.1406-fasttrack/x86_64               CentOS-7.0.1406 - CentOSPlus                                                  disabled
    C7.0.1406-updates/x86_64                 CentOS-7.0.1406 - Updates                                                     disabled
    C7.1.1503-base/x86_64                    CentOS-7.1.1503 - Base                                                        disabled
    C7.1.1503-centosplus/x86_64              CentOS-7.1.1503 - CentOSPlus                                                  disabled
    C7.1.1503-extras/x86_64                  CentOS-7.1.1503 - Extras                                                      disabled
    C7.1.1503-fasttrack/x86_64               CentOS-7.1.1503 - CentOSPlus                                                  disabled
    C7.1.1503-updates/x86_64                 CentOS-7.1.1503 - Updates                                                     disabled
    base/7/x86_64                            CentOS-7 - Base                                                               enabled:  9,007
    base-debuginfo/x86_64                    CentOS-7 - Debuginfo                                                          disabled
    base-source/7                            CentOS-7 - Base Sources                                                       disabled
    c7-media                                 CentOS-7 - Media                                                              disabled
    centosplus/7/x86_64                      CentOS-7 - Plus                                                               disabled
    centosplus-source/7                      CentOS-7 - Plus Sources                                                       disabled
    cr/7/x86_64                              CentOS-7 - cr                                                                 disabled
    dag/7/x86_64                             DAG RPM Repository                                                            enabled:      0
    epel/x86_64                              Extra Packages for Enterprise Linux 7 - x86_64                                enabled: 10,764
    epel-debuginfo/x86_64                    Extra Packages for Enterprise Linux 7 - x86_64 - Debug                        disabled
    epel-source/x86_64                       Extra Packages for Enterprise Linux 7 - x86_64 - Source                       disabled
    epel-testing/x86_64                      Extra Packages for Enterprise Linux 7 - Testing - x86_64                      disabled
    epel-testing-debuginfo/x86_64            Extra Packages for Enterprise Linux 7 - Testing - x86_64 - Debug              disabled
    epel-testing-source/x86_64               Extra Packages for Enterprise Linux 7 - Testing - x86_64 - Source             disabled
    extras/7/x86_64                          CentOS-7 - Extras                                                             enabled:    393
    extras-source/7                          CentOS-7 - Extras Sources                                                     disabled
    fasttrack/7/x86_64                       CentOS-7 - fasttrack                                                          disabled
    nux-dextop/x86_64                        Nux.Ro RPMs for general desktop use                                           disabled
    nux-dextop-testing/x86_64                Nux.Ro RPMs for general desktop use - testing                                 disabled
    plesk-php-5.6                            PHP v 5.6 for Plesk - x86_64                                                  enabled:     31
    plesk-php-7.0                            PHP v 7.0 for Plesk - x86_64                                                  enabled:     28
    updates/7/x86_64                         CentOS-7 - Updates                                                            enabled:  2,560
    updates-source/7                         CentOS-7 - Updates Sources                                                    disabled
    repolist: 22,783

    I also tried :

    sudo yum clean metadata
    sudo yum clean all

    But still having same 404 Error.

    Thanks.

  • Windows : can't generate libx264.dll because MinGW : not c compiler found

    21 avril 2015, par Sandie C

    It’s my first post in a forum ever (and in english...) Any suggestion is welcomed.

    So let’s started !

    My global goal is to recorder/transcoding and dispay an IP Camera stream from a .bat whitch calling vlc. (I tried before doing it with VLC interface and it’s going well. I don’t understand why the encoder is missing using that way)

    I want an asf container containing h264 and aac.


    .bat :

    cd C :\Program Files (x86)\VideoLAN\VLC

    vlc rtsp ://root:root@ip_adresse/media.amp —sout "#transcode vcodec=x264, vb=112 , acodec==aac, fps=25:duplicatedst=display,dst=standardaccess=file,mux = asf,dst=flux.asf" -v


    when I first execute this, VLC told me that H264 encoder was not found, so I decided to compile x264.

    I used this link

    http://www.ayobamiadewole.com/Blog/How-to-build-x264-or-libx264.dll-in-Windows

    I succeed to make the .exe but and when I got to

    ./configure —disable-cli —enable-shared —extra-ldflags=-Wl,—output-def=libx264.def

    minGW shell indicates : not working c compiler found

    I tried to find some answer, but i didn’t found a good one.

    Does anyone have an idea of what i’m doing wrong ?

    Is it possible that my gcc (4.6) is not the good one ? What should I do ?

    Need another advice :
    When I would have this libx264.ddl where should I put it to make my script working ?

    Early thanks for your answers.