Recherche avancée

Médias (1)

Mot : - Tags -/blender

Autres articles (83)

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

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11305)

  • avcodec/h264_ps : Show VUI and SPS overread messages just once per frame thread

    16 janvier 2020, par Michael Niedermayer
    avcodec/h264_ps : Show VUI and SPS overread messages just once per frame thread
    

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavcodec/h264_ps.c
    • [DH] libavcodec/h264_ps.h
  • ffplay : always show stats at all log levels if requested by user

    3 avril 2020, par Gyan Doshi
    ffplay : always show stats at all log levels if requested by user
    

    Since 3b491c5a500, stats would be hidden if loglevel was lower than
    info, even if -stats was set.

    Fixes #6962

    • [DH] doc/ffplay.texi
    • [DH] fftools/ffplay.c
  • How can I extract bonus images from a tv show DVD using ffmpeg ?

    5 avril 2020, par Hatem

    I'm using MakeMKVcon to automate episodes extraction. It do the job, expect the metadata. I have to rename files manually. But the problem here is that I want to extract some bonus pictures slideshow from the ISO but no software can detect it. I can only display those images using VLC (using the ISO file).

    &#xA;&#xA;

    Do you have any idea how to do that ?

    &#xA;&#xA;

    Here's the ffmpeg -i output :

    &#xA;&#xA;

    $ ffmpeg -i /path/to/iso/file.ISO&#xA;ffmpeg version git-2020-03-24-7239254 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with Apple clang version 11.0.0 (clang-1100.0.33.16)&#xA;  configuration: --prefix=/usr/local/Cellar/ffmpeg/HEAD-7239254_1 --enable-shared --cc=clang --host-cflags=-fno-stack-check --host-ldflags= --enable-gpl --enable-libaom --enable-libmp3lame --enable-libopus --enable-libsnappy --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-libx265 --enable-libfontconfig --enable-libfreetype --enable-frei0r --enable-libass --disable-libjack --disable-indev=jack --enable-opencl --enable-videotoolbox --disable-htmlpages --enable-libfdk-aac --enable-nonfree&#xA;  libavutil      56. 42.101 / 56. 42.101&#xA;  libavcodec     58. 76.100 / 58. 76.100&#xA;  libavformat    58. 42.100 / 58. 42.100&#xA;  libavdevice    58.  9.103 / 58.  9.103&#xA;  libavfilter     7. 77.100 /  7. 77.100&#xA;  libswscale      5.  6.101 /  5.  6.101&#xA;  libswresample   3.  6.100 /  3.  6.100&#xA;  libpostproc    55.  6.100 / 55.  6.100&#xA;[mpeg @ 0x7f8111808200] Packet corrupt (stream = 4, dts = 2097152).&#xA;[mpeg @ 0x7f8111808200] stream 4 : no TS found at start of file, duration not set&#xA;[mpeg @ 0x7f8111808200] Could not find codec parameters for stream 4 (Audio: mp2, 0 channels): unspecified frame size&#xA;Consider increasing the value for the &#x27;analyzeduration&#x27; and &#x27;probesize&#x27; options&#xA;Input #0, mpeg, from &#x27;/path/to/iso/file.ISO&#x27;:&#xA;  Duration: 00:24:21.47, start: 0.280000, bitrate: 40817 kb/s&#xA;    Stream #0:0[0x1bf]: Data: dvd_nav_packet&#xA;    Stream #0:1[0x1e0]: Video: mpeg2video (Main), yuv420p(tv, bt470bg, progressive), 720x576 [SAR 16:15 DAR 4:3], 25 fps, 25 tbr, 90k tbn, 50 tbc&#xA;    Side data:&#xA;      cpb: bitrate max/min/avg: 8000000/0/0 buffer size: 1835008 vbv_delay: N/A&#xA;    Stream #0:2[0x20]: Subtitle: dvd_subtitle&#xA;    Stream #0:3[0x80]: Audio: ac3, 48000 Hz, stereo, fltp, 192 kb/s&#xA;    Stream #0:4[0x1d7]: Audio: mp2, 0 channels&#xA;At least one output file must be specified &#xA;

    &#xA;