Recherche avancée

Médias (5)

Mot : - Tags -/open film making

Autres articles (106)

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

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

Sur d’autres sites (14966)

  • Windows Source-Specific-Multicast packets dropped at application layer ?

    26 août 2019, par Morris

    Both Switch A and Switch B support IGMPv3, and device A and device B multicasting a video stream to the same address and port(e.g. 232.0.0.1:12000). vlc/ffplay on Windows 7/10 plays with packets lost, but on Linux, plays smoothly.

    I have tested the following scenario :

    1. with IGMP v2, both devices multicasting streams(to different addresses), both on Windows and Linux, play smoothly ;
    2. with IGMP v3, both devices multicasting streams, Linux plays smoothly, Windows 7/10 plays flicked, and Wireshark on Windows shows that no packet is lost ;
    3. with IGMP v3, only one device multicasting, both Windows and Linux play smoothly.
    +----------+                                          +--------------+
    | Device A |                                          | Windows 7/10 |
    +----------+      +----------+      +----------+      +--------------+
         \---------> |          |      |          |----------/
                     | Switch A | ---> | Switch B |
         /---------> |          |      |          |----------\
    +----------+      +----------+      +----------+        +-------+
    | Device B |                                            | Linux |
    +----------+                                            +-------+
  • time : Add missing zero

    8 septembre 2014, par Gabriel Dume
    time : Add missing zero
    

    Leftover of 56d7df91e010a177a80cfc8dbe394305

    Signed-off-by : Luca Barbato <lu_zero@gentoo.org>

    • [DH] libavutil/time.c
  • What is a correct way of ffmpeg dshow webcamera properties save and load ?

    12 juin 2020, par C0oo1D

    Command (PS == Windows PowerShell) :

    &#xA;&#xA;

    PS D:\> ffmpeg -f dshow -show_video_device_dialog True -video_device_save some_profile.txt -i &#x27;video=MicrosoftR LifeCam Studio(TM)&#x27;&#xA;

    &#xA;&#xA;

    FFmpeg Header :

    &#xA;&#xA;

    ffmpeg version git-2020-06-04-7f81785 Copyright (c) 2000-2020 the FFmpeg developers&#xA;  built with gcc 9.3.1 (GCC) 20200523&#xA;  configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libsrt --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvmaf --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --disable-w32threads --enable-libmfx --enable-ffnvcodec --enable-cuda-llvm --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt --enable-amf&#xA;  libavutil      56. 49.100 / 56. 49.100&#xA;  libavcodec     58. 90.100 / 58. 90.100&#xA;  libavformat    58. 44.100 / 58. 44.100&#xA;  libavdevice    58.  9.103 / 58.  9.103&#xA;  libavfilter     7. 84.100 /  7. 84.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;

    &#xA;&#xA;

    Error after OK/Cancel/Close in camera settings dialog (empty file was created). Also tried without dialog - the same problem :

    &#xA;&#xA;

    [dshow @ 0715de40] Query for IPersistStream failed.&#xA;video=Microsoft&#xAE; LifeCam Studio(TM): I/O error&#xA;

    &#xA;&#xA;

    I assume that problem at the camera side, but I don't exclude my blindness (didn’t find any examples of saving settings or required command options in the documentation).

    &#xA;&#xA;

    Perhaps there is another way to save / load webcamera properties ?

    &#xA;