Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (108)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

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

Sur d’autres sites (10907)

  • ffmpeg build with msys2 + VS2017 hang

    20 décembre 2019, par lucky1928

    I am using windows10 + MSVC2017 Community + MSYS2 to build ffmpeg 4.0.1 with below steps :

    1. Start a Visual Studio 2017 "Developer Command Prompt"
    2. cd into msys64 directory, and then invoke MSYS2

      msys2_shell.cmd -msys2 -use-full-path

    3. In MSYS2 shell, cd into ffmpeg build directory.

    4. run ffmpeg config command :

      ./configure --prefix=./install --toolchain=msvc

    After press enter with above command line,sounds like it hang there forever.
    never print anything out and not exit as well.

  • How can I play libvorbis(ogg) streams using ffplay received with udp ?

    31 mars 2017, par crisman

    ffmpeg

    ffmpeg -f dshow -i audio="virtual-audio-capturer" -codec:a libvorbis -b:a 128k -ac 2 -ar 48000 -f mpegts udp://127.0.0.1:1111

    ffplay

    ffplay -codec:a libvorbis -b:a 128k -ar 48000 -ac 2 udp://127.0.0.1:1111

    not playing audio.


    Other codecs play back working, example below.

    aac working

    ffmpeg -f dshow -i audio="virtual-audio-capturer" -codec:a aac -b:a 128k -ac 2 -ar 48000 -f mpegts udp://127.0.0.1:1111
    ffplay -codec:a aac -b:a 128k -ar 48000 -ac 2 udp://127.0.0.1:1111

    opus codec working

    ffmpeg -f dshow -i audio="virtual-audio-capturer" -codec:a libopus -b:a 128k -ac 2 -ar 48000 -f mpegts udp://127.0.0.1:1111
    ffplay -codec:a libopus -b:a 128k -ar 48000 -ac 2 udp://127.0.0.1:1111

    mp3 working

    ffmpeg -f dshow -i audio="virtual-audio-capturer" -codec:a mp3 -b:a 128k -ac 2 -ar 48000 -f mpegts udp://127.0.0.1:1111
    ffplay -codec:a mp3 -b:a 128k -ar 48000 -ac 2 udp://127.0.0.1:1111

    why libvorbis not working ?

    transport success, but can not play, i think.

    // not woring ffplay displayed log
    ffplay.exe -loglevel debug -codec:a vorbis -b:a 128k -ar 48000 -ac 2 -sync audio -i udp://127.0.0.1:1111
    ffplay version N-83781-g3016e91 Copyright (c) 2003-2017 the FFmpeg developers
    built with gcc 6.3.0 (GCC)
    configuration: --enable-gpl --enable-version3 --enable-cuda --enable-cuvid --enable-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-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --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-zlib
    libavutil 55. 48.100 / 55. 48.100
    libavcodec 57. 82.102 / 57. 82.102
    libavformat 57. 66.103 / 57. 66.103
    libavdevice 57. 3.100 / 57. 3.100
    libavfilter 6. 74.100 / 6. 74.100
    libswscale 4. 3.101 / 4. 3.101
    libswresample 2. 4.100 / 2. 4.100
    libpostproc 54. 2.100 / 54. 2.100
    [udp @ 0000000000b68700] No default whitelist set sq= 0B f=0/0
    [udp @ 0000000000b68700] end receive buffer size reported is 65536
    [mpegts @ 0000000000b68ac0] Format mpegts probed with size=2048 and score=50
    [mpegts @ 0000000000b68ac0] stream=0 stream_type=6 pid=100 prog_reg_desc=
    [mpegts @ 0000000000b68ac0] Before avformat_find_stream_info() pos: 0 bytes read:8208 seeks:0 nb_streams:1
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2500
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2499
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2498
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2497
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2496
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2495
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2494= 0B f=0/0
    [mpegts @ 0000000000b68ac0] Probe with size=10038, packets=7 detected mp3 with score=1
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2493= 0B f=0/0
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2492= 0B f=0/0
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2491= 0B f=0/0
    [mpegts @ 0000000000b68ac0] Probe with size=18321, packets=10 detected mp3 with score=1
    [mpegts @ 0000000000b68ac0] probing stream 0 pp:2490= 0B f=0/0
  • Merge commit ’0b5a26e8bcd219efe5da3a6d39b588fabf91f2b9’

    3 avril 2017, par Clément Bœsch
    Merge commit ’0b5a26e8bcd219efe5da3a6d39b588fabf91f2b9’
    

    * commit ’0b5a26e8bcd219efe5da3a6d39b588fabf91f2b9’ : (35 commits)
    qdm2 : Convert to the new bitstream reader
    qcelp : Convert to the new bitstream reader
    pcx : Convert to the new bitstream reader
    opus : Convert to the new bitstream reader
    nellymoser : Convert to the new bitstream reader
    jvdec : Convert to the new bitstream reader
    hqx : Convert to the new bitstream header
    hq_hqa : Convert to the new bitstream reader
    gsm : Convert to the new bitstream reader
    g72x : Convert to the new bitstream reader
    g2meet : Convert to the new bitstream reader
    fraps : Convert to the new bitstream reader
    flashsv : Convert to the new bitstream reader
    faxcompr : Convert to the new bitstream reader
    exr : Convert to the new bitstream reader
    escape130 : Convert to the new bitstream reader
    escape124 : Convert to the new bitstream reader
    dvdsubdec : Convert to the new bitstream reader
    dss_sp : Convert to the new bitstream reader
    cook : Convert to the new bitstream reader
    ...

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

    Merged-by : Clément Bœsch <u@pkh.me>

    • [DH] doc/libav-merge.txt