Recherche avancée

Médias (17)

Mot : - Tags -/wired

Autres articles (108)

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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • FFMPEG : Is it possible to merge video clips but cutout overlapping frames ?

    18 avril 2019, par Muhammad Umer

    I’ve got clips of video game. These clips are highlights and recorded automatically when some event happens. I can find solutions to merge them using cli and ffmpeg. Clips are 3 minutes recordings. So if 2 events happen closely, < 3 min apart, then there is overlap. Is it possible to ignore/subtract/delete subsequent clips upto point where last frame that’s overlapping.

    EX:
    Clips= A(1-4), B(7-11), C(9-13).

    B and C are overlapping.

    Can ffmpeg detect overlapping frames in C and only merge (12-13).

    Clips are alphabetically sortable.
  • building MobileVLC -> armc7 + ffmpeg issue

    28 septembre 2012, par Shamil

    I'm trying to build MobileVLC on OS X Lion, against iOS SDK 5.0. So far, no dice.

    Followed the given instructions, however, build stops and fails here :
    [info] Building contrib for iOS in '/Users/shamil/Documents/MobileVLC/ImportedSources/vlc/contrib-builddir-ios-i686-apple-darwin10

    Current log :
    ./buildMobileVLC.sh -s
    [info] Preparing build dirs
    [info] Building
    [info] Building vlc
    [info] Building libvlc for the iOS
    [info] Using i386 with SDK version 4.2
    [info] Building contrib for iOS in '/Users/shamil/Documents/MobileVLC/ImportedSources/vlc/contrib-builddir-ios-i686-apple-darwin10'

    The error is given as follows :

    make[1]: *** [.ffmpeg] Error 1
    make: *** [using-src] Error 2

    /ImportedSources/vlc/contrib-builddir-ios-arm-apple-darwin10/build-src/ffmpeg/config.log tells me :

    ld: warning: directory not found for option &#39;L/Users/shamil/Documents/MobileVLC/ImportedSources/vlc/contrib-ios-arm-apple-darwin10/lib&#39;
    ld: warning: directory not found for option &#39;-L/Users/shamil/Documents/MobileVLC/ImportedSources/vlc/contrib-ios-arm-apple-darwin10/lib&#39;
    **ld: in /usr/lib/system/libcache.dylib, missing required architecture armv7 in file for architecture armv7**
    collect2: ld returned 1 exit status
    C compiler test failed.

    I've bolded the one which I think is causing it to fail. Now - how do I fix THIS error ?

  • Using ffmpeg to change video framerate without video quality loss and keep audio ?

    31 mai 2020, par Johnny

    I recorded some game videos with my Samsung Galaxy S7 device. When I now add these videos to blender 3d in video editing, I get different video and audio frames.

    &#xA;&#xA;

    I think, that this is an fps problem, because on every recorded video I get different fps :&#xA;59.01, 59.80 etc.

    &#xA;&#xA;

    Now I want to change frame rate on all videos to 60 fps without video quality loss and keeping audio.

    &#xA;&#xA;

    So I would not have any problems in video editing.

    &#xA;&#xA;

    Does somebody have any tips ?

    &#xA;