Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (57)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (9838)

  • How do I prevent Quality loss in the beginning of a video ?

    25 mars 2012, par Adam Ingmansson

    My company transcodes videos sent in by users (recorder by our own screenrecording software)

    I use FFMpeg to do the work using this command :

    /ffmpeg/ffmpeg -i in.mov -vcodec libx264 -fpre /ffmpeg/ffpresets/libx264-slower.ffpreset   -y out.flv

    The purpose is to prepare the video for viewing in browser.

    The problem is that the first 10, or so, seconds the quality is really poor.

    What can cause this ? and how can i fix it ?

    Preset settings :

    coder=1
    flags=+loop
    cmp=+chroma
    partitions=+parti8x8+parti4x4+partp8x8+partb8x8
    me_method=umh
    subq=8
    me_range=16
    g=250
    keyint_min=25
    sc_threshold=40
    i_qfactor=0.71
    b_strategy=2
    qcomp=0.6
    qmin=0
    qmax=69
    qdiff=4
    bf=3
    refs=5
    directpred=3
    trellis=1
    flags2=+bpyramid+mixed_refs+wpred+dct8x8+fastpskip
    wpredp=2
    rc_lookahead=50

    Exampel of an input video

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '84f42bcb67ac616635ef6f99057bbbc46d418295.mov':
    Metadata:
       major_brand     : qt
       minor_version   : 537199360
       compatible_brands: qt
       creation_time   : 2012-03-07 13:45:16
     Duration: 00:15:56.00, start: 0.000000, bitrate: 4108 kb/s
       Stream #0.0(eng): Video: qtrle, rgb24, 1680x945, 3401 kb/s, 13.61 fps, 1k tbr, 1k tbn, 1k tbc
       Metadata:
         creation_time   : 2012-03-07 13:45:16
       Stream #0.1(eng): Audio: pcm_s16be, 44100 Hz, 1 channels, s16, 705 kb/s
       Metadata:
         creation_time   : 2012-03-07 13:45:16
  • Who can tell me the difference and relation between ffmpeg, libav, and avconv

    25 septembre 2014, par why

    when I run ffmpeg on Ubuntu, it shows :

    $ ffmpeg
    ffmpeg version v0.8, Copyright (c) 2000-2011 the Libav developers
     built on Feb 28 2012 13:27:36 with gcc 4.6.1
    This program is not developed anymore and is only provided for compatibility. Use avconv instead (see Changelog for the list of incompatible changes).

    or it shows (depending on Ubuntu version) :

    $ ffmpeg
    ffmpeg version 0.8.5-6:0.8.5-0ubuntu0.12.10.1, Copyright (c) 2000-2012 the Libav developers
     built on Jan 24 2013 14:49:20 with gcc 4.7.2
    *** THIS PROGRAM IS DEPRECATED ***
    This program is only provided for compatibility and will be removed in a future release. Please use avconv instead.

    I found avconv on http://libav.org, I am just perplexed by them

  • ffmpeg invalid data found when processing input

    28 février 2012, par user1222905

    I did download the .tar.gz for ffmpeg 0.10. I am trying to convert a file called message.h263 to output.mp4. I did : "ffmpeg -i message.h263 -vcodec libx264 -acodec libfaac -f mov out.mp4" the result I get is :

    ffmpeg version 0.10 Copyright (c) 2000-2012 the FFmpeg developers
     built on Feb 28 2012 15:11:37 with gcc 4.4.5
     configuration:
     libavutil      51. 34.101 / 51. 34.101
     libavcodec     53. 60.100 / 53. 60.100
     libavformat    53. 31.100 / 53. 31.100
     libavdevice    53.  4.100 / 53.  4.100
     libavfilter     2. 60.100 /  2. 60.100
     libswscale      2.  1.100 /  2.  1.100
     libswresample   0.  6.100 /  0.  6.100
    message.h263: Invalid data found when processing input

    HOW TO SOLVE THIS ? I am new to this stuff and i can ;t seem to get it out. I spend all my day solving this with no result. I am working under Ubuntu 10.10. Need help. Thx appreciate.