Recherche avancée

Médias (29)

Mot : - Tags -/Musique

Autres articles (92)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (10870)

  • avcodec/vorbisenc : Use fdsp for applying windows

    30 mai 2017, par Tyler Jones
    avcodec/vorbisenc : Use fdsp for applying windows
    

    Using fdsp improves readability and allows using architecture-specific
    optimizations.

    Signed-off-by : Tyler Jones <tdjones879@gmail.com>

    • [DH] libavcodec/vorbisenc.c
  • FFmpeg compilation with encoder x264 not found Windows

    23 novembre 2016, par Bernhard Lutz

    FFmpeg compilation with encoder x264 not found Windows

    I am trying to compile FFmpeg with several encoder (x264, NVENC). I already
    managed to compile FFmpeg with MinGW and also x264 but I do not know how I can
    tell where my compiled encoders are.

    I have a folder where my FFmpeg sources are and in this directory I have my
    compiled x264 encoder in a subfolder called x264.

    OS : Windows 10

    Compiler : MinGW

  • FFMPEG | AVFilterGraph error WINDOWS and DEBIAN

    14 mai 2017, par Lucasp

    I trying to use FFMPEG for modify a vidéo.
    I have this command on this forum but I have some error

    ffmpeg -i input -filter_complex \
    "[0:v]crop=iw/2:ih/2:0:0[lt]; \
    [0:v]crop=iw/2:ih/2:ow:0[rt]; \
    [0:v]crop=iw/2:ih/2:0:oh[lb]; \
    [0:v]crop=iw/2:ih/2:ow:oh[rb]; \
    [lb][lt]hstack[top]; \
    [rt][rb]hstack[bottom]; \
    [top][bottom]vstack" \
    -c:a copy output

    Error windows : [AVFilterGraph @ 00000000035ecc20] No such filter : ’\’
    Error Debian : [AVFilterGraph @ 0xe152ceab4e0] No such filter : ’ ’

    Any solution to fix it ? Thx !