Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

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

Autres articles (51)

  • 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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • Utilisation et configuration du script

    19 janvier 2011, par

    Informations spécifiques à la distribution Debian
    Si vous utilisez cette distribution, vous devrez activer les dépôts "debian-multimedia" comme expliqué ici :
    Depuis la version 0.3.1 du script, le dépôt peut être automatiquement activé à la suite d’une question.
    Récupération du script
    Le script d’installation peut être récupéré de deux manières différentes.
    Via svn en utilisant la commande pour récupérer le code source à jour :
    svn co (...)

Sur d’autres sites (7121)

  • "File for preset 'libx264-hq' not found" error in Eclipse (Windows)

    22 octobre 2013, par Rita

    When I use the command line to execute, f.e.,

    "ffmpeg -i input.avi -vcodec libx264 -vpre libx264-hq -b 1500k output.mp4"

    the .mp4 file with h264 is successfully created. However, if I try to execute the same command on Eclipse I get the "File for preset 'libx264-hq' not found" error even though I've already created the preset file and downloaded the library (because I used to have that same error in the command line).

    My question is : do I have to put the preset file anywhere else in order to make it function through Eclipse ?

    Btw, I'm using Windows. There's a lack of information about ffmpeg for Windows.

  • Fix compilation of shared library for Windows with original MinGW toolchain

    12 octobre 2013, par Anton Mitrofanov
    Fix compilation of shared library for Windows with original MinGW toolchain
    
    • [DH] x264dll.c
  • unknown encoder libx264 windows

    28 novembre 2012, par shampoo

    i am testing clip bucket on a windows xp system , clip bucket (open source video share) uses ffmpeg to convert videos, the final command clip bucket executes is (i changed it a little to make it compatible with the current ffmpeg) :

    D:\ffmpeg-snapshot-git\ffmpeg\ffmpeg.exe -i C:
    \wamp\www\chclip/files/conversion_queue/1352973741c353c.mp4 -f flv -vcodec libx2
    64 -pre normal -r 25 -s 426x240 -aspect 1.775 -vf "pad=10:20:30:40:yellow"  -ac
    odec libfaac -ab 128000 -ar 22050 C:\wamp\www\chclip/files/videos/13540939451e18
    4.flv 2> C:\wamp\www\chclip/files/temp/13540939461c124.tmp 2>&1

    and this is the response i get

    ffmpeg version 1.0.git Copyright (c) 2000-2012 the FFmpeg developers
    built on Nov 19 2012 16:42:42 with gcc 4.6.2 (GCC)
    configuration:
    libavutil      52.  8.100 / 52.  8.100
    libavcodec     54. 73.100 / 54. 73.100
    libavformat    54. 37.100 / 54. 37.100
    libavdevice    54.  3.100 / 54.  3.100
    libavfilter     3. 23.101 /  3. 23.101
    libswscale      2.  1.102 /  2.  1.102
    libswresample   0. 16.100 /  0. 16.100
    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\wamp\www\chclip/files/conversion_que
    ue/1352973741c353c.mp4':
    Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf53.21.0
    Duration: 00:00:51.67, start: 0.000000, bitrate: 344 kb/s
    Stream #0:0(und): Video: h264 (Main) (avc1 / 0x31637661), yuv420p, 426x240 [
    SAR 1:1 DAR 71:40], 308 kb/s, 15 fps, 15 tbr, 15 tbn, 30 tbc
    Metadata:
    handler_name    : VideoHandler
    Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, s16, 31
    kb/s
    Metadata:
    handler_name    : SoundHandler
    Unknown encoder 'libx264'

    how can i get this libx264 working in windows ?