Recherche avancée

Médias (0)

Mot : - Tags -/masques

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

Autres articles (50)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

Sur d’autres sites (8437)

  • Use fluent-ffmpeg to tell if a file is a video or audio

    8 mai 2021, par afterglowlee

    I am using node-fluent-ffmpeg module in NodeJS. It is very good that fluent-ffmpeg provides functions to get the metadata of a video and audio file.

    



    https://github.com/schaermu/node-fluent-ffmpeg#reading-video-metadata

    



    I have tried on Mac OS to use the "resolution" attribute in the metadata to tell if a file is audio only or video, i.e. if both resolution.w and resolution.h are 0, then this file is an audio. This work fine on Mac OS. But some strange things happened that this doesn't work on Windows platform (I have tried Windows 7 64bit and Windows 2008) using the latest ffmpeg. Even though I put a .mp3 file through fluent-ffmpeg,the result looks something like this :

    



    video:
{
  container:'mp3',
  ...
  resolution: {w:300,h:300},
  resolutionSquare: {w:300,h:300},
  aspectString: '1:1',
  ...
}
audio:
{
  codec:'mp3',
  bitrate:64,
  sample_rate:44100,
  stream:0,
  channels:1
}


    



    I am not why there is a "resolution" since it is a pure audio file. So is there any solid way to find out if the file is audio only or video from the metadata ? Or should I use ffmpeg commandline to find it out ?

    


  • avcodec/bitstream : Remove outdated comment

    29 août 2020, par Andreas Rheinhardt
    avcodec/bitstream : Remove outdated comment
    

    The comment referred to the INIT_VLC_USE_STATIC flag which has been
    removed in 2009 in 595324e143b57a52e2329eb47b84395c70f93087 ; the
    function it referred to was removed even earlier in commit
    83422c1940d963d395a64bee0cbb9c637192ce8c in 2008.

    Reviewed-by : Paul B Mahol <onemda@gmail.com>
    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>

    • [DH] libavcodec/bitstream.c
  • Unable to convert .mp3 to .m4a using ffmpeg [closed]

    26 décembre 2020, par rahulg

    I am fully aware the legal constraints in using libfaac but this is just for my testing purpose.

    &#xA;&#xA;

    I have compiled ffmpeg with faac enabled. So when I tried to convert an .mp3 to a .m4a here is the error that I am getting. Please provide a resolution to this problem. I tried it on two different sources of .mp3, still I am getting the same error.

    &#xA;&#xA;

    [user@ip-10-161-13-26 ~]$ ffmpeg  -i Kalimba.mp3 -c:a libfaac Kalimba.m4a&#xA;ffmpeg version 0.11.1 Copyright (c) 2000-2012 the FFmpeg developers&#xA;  built on May  4 2013 09:33:27 with gcc 4.4.6 20120305 (Red Hat 4.4.6-4)&#xA;  configuration: --enable-libfaac --enable-nonfree --disable-yasm&#xA;  libavutil      51. 54.100 / 51. 54.100&#xA;  libavcodec     54. 23.100 / 54. 23.100&#xA;  libavformat    54.  6.100 / 54.  6.100&#xA;  libavdevice    54.  0.100 / 54.  0.100&#xA;  libavfilter     2. 77.100 /  2. 77.100&#xA;  libswscale      2.  1.100 /  2.  1.100&#xA;  libswresample   0. 15.100 /  0. 15.100&#xA;[mp3 @ 0x2464680] Header missing&#xA;[mp3 @ 0x2463100] max_analyze_duration 5000000 reached at 5015510&#xA;[mp3 @ 0x2463100] Estimating duration from bitrate, this may be inaccurate&#xA;Input #0, mp3, from &#x27;Kalimba.mp3&#x27;:&#xA;  Metadata:&#xA;    publisher       : Ninja Tune&#xA;    track           : 1&#xA;    album           : Ninja Tuna&#xA;    artist          : Mr. Scruff&#xA;    album_artist    : Mr. Scruff&#xA;    title           : Kalimba&#xA;    genre           : Electronic&#xA;    composer        : A. Carthy and A. Kingslow&#xA;    date            : 2008&#xA;  Duration: 00:05:50.60, start: 0.000000, bitrate: 191 kb/s&#xA;    Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16, 192 kb/s&#xA;    Stream #0:1: Video: mjpeg, yuvj420p, 512x512, 90k tbr, 90k tbn, 90k tbc&#xA;    Metadata:&#xA;      title           : thumbnail&#xA;      comment         : Cover (front)&#xA;Output #0, ipod, to &#x27;Kalimba.m4a&#x27;:&#xA;  Metadata:&#xA;    publisher       : Ninja Tune&#xA;    track           : 1&#xA;    album           : Ninja Tuna&#xA;    artist          : Mr. Scruff&#xA;    album_artist    : Mr. Scruff&#xA;    title           : Kalimba&#xA;    genre           : Electronic&#xA;    composer        : A. Carthy and A. Kingslow&#xA;    date            : 2008&#xA;    Stream #0:0: Video: none, q=2-31, 128 kb/s, 90k tbn&#xA;    Metadata:&#xA;      title           : thumbnail&#xA;      comment         : Cover (front)&#xA;    Stream #0:1: Audio: none, 0 channels, 128 kb/s&#xA;Stream mapping:&#xA;  Stream #0:1 -> #0:0 (mjpeg -> ?)&#xA;  Stream #0:0 -> #0:1 (mp3 -> libfaac)&#xA;Encoder (codec none) not found for output stream #0:0&#xA;

    &#xA;&#xA;

    MP3 file is at http://db.tt/HtpEBpFU

    &#xA;&#xA;

    Also while using Faac independently I get this weird error for any file.

    &#xA;&#xA;

    Freeware Advanced Audio Coder&#xA;FAAC 1.28&#xA;&#xA;Couldn&#x27;t open input file sample.mp3&#xA;

    &#xA;