Recherche avancée

Médias (2)

Mot : - Tags -/kml

Autres articles (99)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

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

Sur d’autres sites (14020)

  • ffmpeg created video from images does not play in jwplayer

    10 septembre 2013, par user2281222

    I have created a video from images with ffmpeg. Created video plays fine in my local machine with vlc. But it does not play in jwplayer/any web player.

    Commands used :

    ffmpeg -f image2 -r 1/4 -i image_%d.png -c:v libx264 -pix_fmt yuv420p -vf fps=fps=30 int_video.mp4

    ffmpeg -i int_video.mp4 -c:v libx264 -b:v 500k -pix_fmt yuv420p final.mp4"

    Information about the create video is as below :

           General
           Complete name                    : /home/oodles/git/picdeo/web-app/uservideos/admin/z4/username_admin__s3vidname_z4.mp4
           Format                           : MPEG-4
           Format profile                   : Base Media
           Codec ID                         : isom
           File size                        : 691 KiB
           Duration                         : 20s 34ms
           Overall bit rate                 : 282 Kbps
           Writing application              : Lavf55.12.100

           Video
           ID                               : 1
           Format                           : AVC
           Format/Info                      : Advanced Video Codec
           Format profile                   : High@L3.0
           Format settings, CABAC           : Yes
           Format settings, ReFrames        : 4 frames
           Codec ID                         : avc1
           Codec ID/Info                    : Advanced Video Coding
           Duration                         : 20s 34ms
           Bit rate                         : 279 Kbps
           Nominal bit rate                 : 500 Kbps
           Width                            : 480 pixels
           Height                           : 360 pixels
           Display aspect ratio             : 4:3
           Frame rate mode                  : Constant
           Frame rate                       : 30.000 fps
           Color space                      : YUV
           Chroma subsampling               : 4:2:0
           Bit depth                        : 8 bits
           Scan type                        : Progressive
           Bits/(Pixel*Frame)               : 0.054
           Stream size                      : 683 KiB (99%)
           Writing library                  : x264 core 135 r2 f0c1c53
           Encoding settings                : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=1 / lookahead_threads=1 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=abr / mbtree=1 / bitrate=500 / ratetol=1.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00

    How can I use ffmpeg to create a video that works in jwplayer ?

  • Merge commit ’08504380ddf25d6905e189e9bf52e7a4c771a415’

    26 août 2013, par Michael Niedermayer
    Merge commit ’08504380ddf25d6905e189e9bf52e7a4c771a415’
    

    * commit ’08504380ddf25d6905e189e9bf52e7a4c771a415’ :
    mov : Refactor codec specific final steps in mov_finalize_stsd_codec

    Conflicts :
    libavformat/mov.c

    Merged-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavformat/mov.c
  • How to avoid the millisecond silence that ffmpeg adds to the beginning and end of a converted mp3 ? [on hold]

    29 décembre 2015, par Von Villamor

    I’m working on a small side project regarding splicing multiple mp3 files altogether and FFMPEG has this problem where it adds a millisecond to the beginning and the end of an audio file resulting in stops in the final mixed audio. So is there a flag or workaround available to it ?

    I’m working on hundreds and hundreds of small mp3 files so editing them one by one is next to impossible.

    Here’s a sample, the splices are at 5 seconds interval.