Recherche avancée

Médias (0)

Mot : - Tags -/performance

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

Autres articles (94)

  • 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 (...)

  • Organiser par catégorie

    17 mai 2013, par

    Dans MédiaSPIP, une rubrique a 2 noms : catégorie et rubrique.
    Les différents documents stockés dans MédiaSPIP peuvent être rangés dans différentes catégories. On peut créer une catégorie en cliquant sur "publier une catégorie" dans le menu publier en haut à droite ( après authentification ). Une catégorie peut être rangée dans une autre catégorie aussi ce qui fait qu’on peut construire une arborescence de catégories.
    Lors de la publication prochaine d’un document, la nouvelle catégorie créée sera proposée (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (10578)

  • ffmpeg won't recognize x265 options (solved)

    31 janvier 2017, par cdpp

    So basically trying to use ffmpeg’s built-in x265 library to process .VOB files through h.265codec.

    What I understood from the ffmpeg documentation was that :

    -c:v libx265 tells ffmpeg to use the h.265 codec for video streams

    -x265-params passes options to x265 encoder instead of ffmpeg

    But whenever try to run the command, ffmpeg doesn’t seem to recognize/pass the options to x265.

    It gives the error

    Unrecognized option '-y4m'.<br />
    Error splitting the argument list: Option not found

    What gives ?

    Here’s the command (edited spacing) :

    C:\ffmpeg (20170123-e371f03-win64-static)\bin>
      ffmpeg -i concat:'input1.VOB'\'input.VOB'
      -map 0:v -map 0:a -r 24000/1001 -f yuv4mpegpipe
      -c:v libx265 -x265-params
      --y4m --fps 24000/1001 -p veryslow --open-gop --bframes 16
      --b-p yramid --bitrate 2500 --rect --amp --aq-mode 3 --no-sao --qcomp 0.75
      --no-strong -intra-smoothing --psy-rd 1.6 --psy-rdoq 5.0 --rdoq-level 1
      --tu-inter-depth 4 --tu-intra-depth 4 --ctu 32 --max-tu-size 16 --pass 1
      --slow-firstpass --stats v. stats --sar 1 --range full 'E:\output.hevc'




    ffmpeg version N-83195-ge371f03 Copyright (c) 2000-2017 the FFmpeg developers
     built with gcc 5.4.0 (GCC)
     configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --e
    nable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --
    enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv
    --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-li
    bfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug -
    -enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enabl
    e-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-li
    bsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolam
    e --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx
    --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable
    -libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --ena
    ble-zlib
     libavutil      55. 44.100 / 55. 44.100
     libavcodec     57. 75.100 / 57. 75.100
     libavformat    57. 63.100 / 57. 63.100
     libavdevice    57.  2.100 / 57.  2.100
     libavfilter     6. 69.100 /  6. 69.100
     libswscale      4.  3.101 /  4.  3.101
     libswresample   2.  4.100 /  2.  4.100
     libpostproc    54.  2.100 / 54.  2.100
    Unrecognized option '-y4m'.
    Error splitting the argument list: Option not found

    Thanks in advance !

  • ffmpeg won't recognize x265 options

    1er février 2017, par cdpp

    I am trying to use ffmpeg’s built-in x265 library to process .VOB files through h.265codec.

    What I understood from the ffmpeg documentation was that :

    -c:v libx265 tells ffmpeg to use the h.265 codec for video streams

    -x265-params passes options to x265 encoder instead of ffmpeg

    But whenever try to run the command, ffmpeg doesn’t seem to recognize/pass the options to x265.

    It gives the error

    Unrecognized option '-y4m'.<br />
    Error splitting the argument list: Option not found

    Why is this ?

    Here’s the command (edited spacing) :

    C:\ffmpeg (20170123-e371f03-win64-static)\bin>
      ffmpeg -i concat:'input1.VOB'\'input.VOB'
      -map 0:v -map 0:a -r 24000/1001 -f yuv4mpegpipe
      -c:v libx265 -x265-params
      --y4m --fps 24000/1001 -p veryslow --open-gop --bframes 16
      --b-p yramid --bitrate 2500 --rect --amp --aq-mode 3 --no-sao --qcomp 0.75
      --no-strong -intra-smoothing --psy-rd 1.6 --psy-rdoq 5.0 --rdoq-level 1
      --tu-inter-depth 4 --tu-intra-depth 4 --ctu 32 --max-tu-size 16 --pass 1
      --slow-firstpass --stats v. stats --sar 1 --range full 'E:\output.hevc'




    ffmpeg version N-83195-ge371f03 Copyright (c) 2000-2017 the FFmpeg developers
     built with gcc 5.4.0 (GCC)
     configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --e
    nable-d3d11va --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --
    enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv
    --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-li
    bfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug -
    -enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enabl
    e-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-li
    bsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolam
    e --enable-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx
    --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable
    -libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --ena
    ble-zlib
     libavutil      55. 44.100 / 55. 44.100
     libavcodec     57. 75.100 / 57. 75.100
     libavformat    57. 63.100 / 57. 63.100
     libavdevice    57.  2.100 / 57.  2.100
     libavfilter     6. 69.100 /  6. 69.100
     libswscale      4.  3.101 /  4.  3.101
     libswresample   2.  4.100 /  2.  4.100
     libpostproc    54.  2.100 / 54.  2.100
    Unrecognized option '-y4m'.
    Error splitting the argument list: Option not found
  • Merge commit '0ac1fec1c3dacedabbf3dd4122ef4bf8523e688c'

    30 octobre 2017, par James Almer
    Merge commit '0ac1fec1c3dacedabbf3dd4122ef4bf8523e688c'
    

    * commit '0ac1fec1c3dacedabbf3dd4122ef4bf8523e688c' :
    bitstream : Move VLC reading functions into the vlc.h header
    vlc : Add header #include when the types are used

    This commit is a noop, see
    https://ffmpeg.org/pipermail/ffmpeg-devel/2017-April/209609.html

    Merged-by : James Almer <jamrial@gmail.com>