Recherche avancée

Médias (91)

Autres articles (34)

  • Les tâches Cron régulières de la ferme

    1er décembre 2010, par

    La gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
    Le super Cron (gestion_mutu_super_cron)
    Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (5239)

  • How to convert video to Archos compatible format ? (details below)

    19 mai 2015, par barrycarter

    EDIT : Rewriting completely to reflect what I’m actually trying to do.

    Below are the results of "ffmpeg -i" on two files that I know my
    Archos player will play properly.

    My question : what ffmpeg, vlc, mencoder, etc commands/options do I
    need to convert an existing video to either one of the two formats
    below ?

    In other words, how do I make non-Archos-compatible videos compatible
    with Archos ?

    (note : Archos has confirmed they no longer even sell plugins to view
    other types of videos, so transcoding is my only option)

    > ffmpeg -i Video\ 358\ -\ 24\ Jun\ 10,\ 00h00.AVI
    ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
     built with gcc 4.4.1 (GCC) 20090725 (Red Hat 4.4.1-2)
     configuration: --disable-yasm
     libavutil      54. 20.100 / 54. 20.100
     libavcodec     56. 26.100 / 56. 26.100
     libavformat    56. 25.101 / 56. 25.101
     libavdevice    56.  4.100 / 56.  4.100
     libavfilter     5. 11.102 /  5. 11.102
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  1.100 /  1.  1.100
    Guessed Channel Layout for  Input Stream #0.1 : stereo
    Input #0, avi, from 'Video 358 - 24 Jun 10, 00h00.AVI':
     Duration: 01:00:00.90, start: 0.000000, bitrate: 1893 kb/s
       Stream #0:0: Video: mpeg4 (Simple Profile) (DIVX / 0x58564944), yuv420p, 640x480 [SAR 1:1 DAR 4:3], 1495 kb/s, 29.97 fps, 29.97 tbr, 29.97 tbn, 29.97 tbc
       Stream #0:1: Audio: adpcm_ima_wav ([17][0][0][0] / 0x0011), 48000 Hz, 2 channels, s16p, 384 kb/s
    At least one output file must be specified

    > ffmpeg -i /mnt/sshfs/MP4/8\ Out\ Of\ 10\ Cats/8\ Out\ Of\ 10\ Cats\ 6/8\ Out\ Of\ 10\ Cats\ s06e01.avi
    ffmpeg version 2.6.2 Copyright (c) 2000-2015 the FFmpeg developers
     built with gcc 4.4.1 (GCC) 20090725 (Red Hat 4.4.1-2)
     configuration: --disable-yasm
     libavutil      54. 20.100 / 54. 20.100
     libavcodec     56. 26.100 / 56. 26.100
     libavformat    56. 25.101 / 56. 25.101
     libavdevice    56.  4.100 / 56.  4.100
     libavfilter     5. 11.102 /  5. 11.102
     libswscale      3.  1.101 /  3.  1.101
     libswresample   1.  1.100 /  1.  1.100
    [mpeg4 @ 0xa5deb80] Video uses a non-standard and wasteful way to store B-frames ('packed B-frames'). Consider using a tool like VirtualDub or avidemux to fix it.
    Input #0, avi, from '/mnt/sshfs/MP4/8 Out Of 10 Cats/8 Out Of 10 Cats 6/8 Out Of 10 Cats s06e01.avi':
     Metadata:
       encoder         : transcode-1.0.2
     Duration: 00:23:40.56, start: 0.000000, bitrate: 1028 kb/s
       Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv420p, 640x352 [SAR 1:1 DAR 20:11], 886 kb/s, 25 fps, 25 tbr, 25 tbn, 25 tbc
       Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 128 kb/s
    At least one output file must be specified
  • Install OpenCV3 for Python3 on Ubuntu 14.04

    20 mai 2015, par Amorim

    I need to install OpenCV on Ubuntu 14.04 to work with Python3 but the only version that is compatible is OpenCV3 which is at 3.0 RC1 http://opencv.org/downloads.html

    Following installation instructions I need to satisfy given dependencies :

    • ...
    • ffmpeg or libav development packages : libavcodec-dev, libavformat-dev, libswscale-dev
    • [optionals] ...

    However I can’t seem to be able to install neither ffmpeg or libav*. AFAIK ffmpeg doesn’t exist anymore (or isn’t recommended) for Ubuntu 14.04 so the best option is libav.

    :~$ sudo apt-get update
    :~$ sudo apt-get install libavcodec-dev

    The following packages have unmet dependencies:
    libavutil-dev : Depends: libavutil52 (= 6:9.18-0ubuntu0.14.04.1) but 7:1.2.6-1~trusty1 is to be installed
    E: Unable to correct problems, you have held broken packages.

    System information

    :~$ uname -a
    Linux alande-Satellite-P755 3.13.0-53-generic #88-Ubuntu SMP Wed May 13 18:10:29 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux

    Q : Is there a neater (easier) way to install ffmpeg or libav* ? Or alternatively, a better way to install OpenCV3 on Ubuntu 14.04 (original problem) ?

  • Android and iPhone compatible mp4 format using ffmpeg

    23 mai 2015, par Muhammad Umar

    I have two video files, their metatdata and details are as below

    ANDROID

         Metadata:
           major_brand     : isom
           minor_version   : 512
           compatible_brands: isomiso2avc1mp41
           encoder         : Lavf55.19.104
         Duration: 00:00:04.74, start: 0.046440, bitrate: 696 kb/s
           Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 480x480, 665 kb/s, 15 fps, 15 tbr, 15360 tbn, 30 tbc (default)
           Metadata:
             handler_name    : VideoHandler
           Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 64 kb/s (default)
           Metadata:
             handler_name    : SoundHandler

       IPHONE

         Metadata:
           major_brand     : mp42
           minor_version   : 1
           compatible_brands: mp41mp42isom
           creation_time   : 2015-05-23 05:59:42
         Duration: 00:00:02.10, start: 0.000000, bitrate: 1109 kb/s
           Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, smpte170m/bt709/bt709), 320x320, 1053 kb/s, 24.19 fps, 30 tbr, 30 tbn, 60 tbc (default)
           Metadata:
             creation_time   : 2015-05-23 05:59:42
             handler_name    : Core Media Video
           Stream #0:1(und): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, mono, fltp, 61 kb/s (default)
           Metadata:
             creation_time   : 2015-05-23 05:59:42
             handler_name    : Core Media Audio

    The iPhone version is NOT running in android VideoView. Which settings should i change to make it compatible with Android VideoView