Recherche avancée

Médias (91)

Autres articles (111)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Script d’installation automatique de MediaSPIP

    25 avril 2011, par

    Afin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
    Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
    La documentation de l’utilisation du script d’installation (...)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

Sur d’autres sites (6745)

  • License or not ? As website owner do i have to pay license for using ffmpeg (x264) -> mp4 decoding in my webiste ?

    28 août 2014, par linderman

    I am very confused about my legal or illegal rights to use H.264 mp4 file.

    I had long time reading various websites about should i pay license or not ... still cant understand ..

    So here is the exact situation :

    I have website , where users can upload their videos. Videos are taken with their smart-phones or home cameras , or webcam etc.

    After they upload their videos , i am using FFMPEG (x264) to convert the video from 3gp, mov, or even "mp4 to mp4".

    Then other users can watch these decoded videos on my website.

    I am not charging the end users anything. My website is free for uploaders and viewers.

    You will be right if you say that my website have the same purpose as youtube - and you will be right.. video sharing !

    So ME - as website owner , hosting buyer and ffmpeg user ... should i have to pay license ? OR ABANDON THE MP4 decoding in my website ?

    Thank you

  • avformat/movenc : respect color_range when encoding dnxhd.

    8 juillet 2014, par Mark Boorer
    avformat/movenc : respect color_range when encoding dnxhd.
    

    Set the ACLR atom appropriately for legal / full range.

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/movenc.c
  • videocapture opencv (ubuntu 13.10, opencv 2.4.8)

    10 avril 2014, par Meerweten

    when i tried to work with a video file i can't seem to open the file
    when i test on isOpen() it gives me thats it did not open

    what did i already check :

    1. videofile working and in correct path
    2. rebooting
    3. reinstalling ffmpeg (with diferent configurations)

    my code :

    VideoCapture readVideo;
       readVideo.open(argv[1]);
       Mat frame;
       if(!readVideo.isOpened()){
           fprintf(stderr,"video niet geladen 0 \n");
           return 2;
       }

    Example of the file i give in argv[1] :
    out.avi (mpeg4 codex)
    it works on someone elses setup so i know its not the code