Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (74)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

Sur d’autres sites (5915)

  • How to convert a swf to mp4/flv or so with command line ?

    12 février 2015, par lol.Wen

    I’m going to convert a swf to mp4/flv or so with batch line in linux.

    I’ve tried ffmpeg, mencoder or a perl script FLV::info. But all these convert just the video in the swf(maybe encoded by H.263 or so) to a new video, but no movie clips, not mention the ActionScripts.

    I find moyea seems to fit my needs(however, I need linux ones), but is there any free ways to do this ?

    Many thanks.

  • Extract Video Frames In Python

    22 avril 2017, par TheNone

    I want to extract video frames and save them as image.

    import os, sys
    from PIL import Image

    a, b, c = os.popen3("ffmpeg -i test.avi")
    out = c.read()
    dp = out.index("Duration: ")
    duration = out[dp+10:dp+out[dp:].index(",")]
    hh, mm, ss = map(float, duration.split(":"))
    total = (hh*60 + mm)*60 + ss
    for i in xrange(9):
       t = (i + 1) * total / 10
       os.system("ffmpeg -i test.avi -ss %0.3fs frame%i.png" % (t, i))

    But I have this error :

    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
     configuration:  --enable-memalign-hack --enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --enable-pthreads --enable-x264
     libavutil version: 49.0.0
     libavcodec version: 51.9.0
     libavformat version: 50.4.0
     built on Apr 15 2006 04:58:19, gcc: 4.0.1 (Apple Computer, Inc. build 5250)
    Input #0, avi, from 'test.avi':
     Duration: 00:00:30.5, start: 0.000000, bitrate: 465 kb/s
     Stream #0.0, 25.00 fps(r): Video: mpeg4, yuv420p, 640x480
     Stream #0.1: Audio: mp3, 32000 Hz, mono, 32 kb/s
    Unable for find a suitable output format for 'frame0.png'

    Edit : ffmpeg -formats

    FFmpeg version CVS, Copyright (c) 2000-2004 Fabrice Bellard
    Mac OSX universal build for ffmpegX
     configuration:  --enable-memalign-hack --enable-mp3lame --enable-gpl --disable-vhook --disable-ffplay --disable-ffserver --enable-a52 --enable-xvid --enable-faac --enable-faad --enable-amr_nb --enable-amr_wb --enable-pthreads --enable-x264
     libavutil version: 49.0.0
     libavcodec version: 51.9.0
     libavformat version: 50.4.0
     built on Apr 15 2006 04:58:19, gcc: 4.0.1 (Apple Computer, Inc. build 5250)
    File formats:
     E 3g2             3gp2 format
     E 3gp             3gp format
    D  4xm             4X Technologies format
    D  RoQ             Id RoQ format
    D  aac             ADTS AAC
    DE ac3             raw ac3
     E adts            ADTS AAC
    DE aiff            Audio IFF
    DE alaw            pcm A law format
    DE amr             3gpp amr file format
    DE asf             asf format
     E asf_stream      asf format
    DE au              SUN AU Format
    DE avi             avi format
    D  avs             avs format
     E crc             crc testing format
    D  daud            D-Cinema audio format
    D  dts             raw dts
    DE dv              DV video format
     E dvd             MPEG2 PS format (DVD VOB)
    D  ea              Electronic Arts Multimedia Format
    DE ffm             ffm format
    D  film_cpk        Sega FILM/CPK format
    D  flic            FLI/FLC/FLX animation format
    DE flv             flv format
     E framecrc        framecrc testing format
    DE gif             GIF Animation
    DE h261            raw h261
    DE h263            raw h263
    DE h264            raw H264 video format
    D  idcin           Id CIN format
    DE image           image sequence
    DE image2          image2 sequence
    DE image2pipe      piped image2 sequence
    DE imagepipe       piped image sequence
    D  ingenient       Ingenient MJPEG
    D  ipmovie         Interplay MVE format
    DE m4v             raw MPEG4 video format
    D  matroska        Matroska file format
    DE mjpeg           MJPEG video
    D  mm              American Laser Games MM format
    DE mmf             mmf format
     E mov             mov format
    D  mov,mp4,m4a,3gp,3g2,mj2 QuickTime/MPEG4/Motion JPEG 2000 format
     E mp2             MPEG audio layer 2
    DE mp3             MPEG audio layer 3
     E mp4             mp4 format
    DE mpeg            MPEG1 System format
     E mpeg1video      MPEG video
     E mpeg2video      MPEG2 video
    DE mpegts          MPEG2 transport stream format
    D  mpegvideo       MPEG video
     E mpjpeg          Mime multipart JPEG format
    DE mulaw           pcm mu law format
    D  nsv             NullSoft Video format
     E null            null video format
    DE nut             nut format
    D  nuv             NuppelVideo format
    D  ogg             Ogg
     E psp             psp mp4 format
    D  psxstr          Sony Playstation STR format
    DE rawvideo        raw video format
    D  redir           Redirector format
    DE rm              rm format
     E rtp             RTP output format
    D  rtsp            RTSP input format
    DE s16be           pcm signed 16 bit big endian format
    DE s16le           pcm signed 16 bit little endian format
    DE s8              pcm signed 8 bit format
    D  sdp             SDP
    D  shn             raw shorten
    D  smk             Smacker Video
    D  sol             Sierra SOL Format
     E svcd            MPEG2 PS format (VOB)
    DE swf             Flash format
    D  tta             true-audio
    DE u16be           pcm unsigned 16 bit big endian format
    DE u16le           pcm unsigned 16 bit little endian format
    DE u8              pcm unsigned 8 bit format
     E vcd             MPEG1 System format (VCD)
    D  vmd             Sierra VMD format
     E vob             MPEG2 PS format (VOB)
    DE voc             Creative Voice File format
    DE wav             wav format
    D  wc3movie        Wing Commander III movie format
    D  wsaud           Westwood Studios audio format
    D  wsvqa           Westwood Studios VQA format
    DE yuv4mpegpipe    YUV4MPEG pipe format

    Image formats (filename extensions, if any, follow):
    DE gif    gif

    Codecs:
    D V    4xm
    D V D  8bps
    DEA    aac
    D V D  aasc
    DEA    ac3
    DEA    adpcm_4xm
    DEA    adpcm_adx
    DEA    adpcm_ct
    DEA    adpcm_ea
    DEA    adpcm_ima_dk3
    DEA    adpcm_ima_dk4
    DEA    adpcm_ima_qt
    DEA    adpcm_ima_smjpeg
    DEA    adpcm_ima_wav
    DEA    adpcm_ima_ws
    DEA    adpcm_ms
    DEA    adpcm_sbpro_2
    DEA    adpcm_sbpro_3
    DEA    adpcm_sbpro_4
    DEA    adpcm_swf
    DEA    adpcm_xa
    DEA    adpcm_yamaha
    D A    alac
    DEA    amr_nb
    DEA    amr_wb
    DEV D  asv1
    DEV D  asv2
    D V D  avs
    D V    bmp
    D V D  camstudio
    D V D  camtasia
    D V D  cinepak
    D V D  cljr
    D A    cook
    D V D  cyuv
    DES    dvbsub
    DES    dvdsub
    DEV D  dvvideo
    DEV D  ffv1
    DEVSD  ffvhuff
    D A    flac
    D V D  flic
    DEVSD  flv
    D V D  fraps
    DEA    g726
    DEV D  h261
    DEVSDT h263
    D VSD  h263i
     EV    h263p
    DEV DT h264
    DEVSD  huffyuv
    D V D  idcinvideo
    D V D  indeo2
    D V    indeo3
    D A    interplay_dpcm
    D V D  interplayvideo
     EV    jpegls
    D V    kmvc
     EV    ljpeg
    D V D  loco
    D A    mace3
    D A    mace6
    D V D  mdec
    DEV D  mjpeg
    D V D  mjpegb
    D V D  mmvideo
    DEA    mp2
    DEA    mp3
    D A    mp3adu
    D A    mp3on4
    DEVSDT mpeg1video
    DEVSDT mpeg2video
    DEVSDT mpeg4
    D A    mpeg4aac
    D VSDT mpegvideo
    DEVSD  msmpeg4
    DEVSD  msmpeg4v1
    DEVSD  msmpeg4v2
    D V D  msrle
    D V D  msvideo1
    D V D  mszh
    D V D  nuv
    DEV    pam
    DEV    pbm
    DEA    pcm_alaw
    DEA    pcm_mulaw
    DEA    pcm_s16be
    DEA    pcm_s16le
    DEA    pcm_s24be
    DEA    pcm_s24daud
    DEA    pcm_s24le
    DEA    pcm_s32be
    DEA    pcm_s32le
    DEA    pcm_s8
    DEA    pcm_u16be
    DEA    pcm_u16le
    DEA    pcm_u24be
    DEA    pcm_u24le
    DEA    pcm_u32be
    DEA    pcm_u32le
    DEA    pcm_u8
    DEV    pgm
    DEV    pgmyuv
    DEV    png
    DEV    ppm
    D A    qdm2
    D V D  qdraw
    D V D  qpeg
    D V D  qtrle
    DEV    rawvideo
    D A    real_144
    D A    real_288
    D A    roq_dpcm
    D V D  roqvideo
    D V D  rpza
    DEV D  rv10
    DEV D  rv20
    D A    shorten
    D A    smackaud
    D V    smackvid
    D V D  smc
    DEV    snow
    D A    sol_dpcm
    DEA    sonic
     EA    sonicls
    D V D  sp5x
    DEV D  svq1
    D VSD  svq3
    D V    theora
    D V D  truemotion1
    D V D  truemotion2
    D A    truespeech
    D A    tta
    D V D  ultimotion
    D V    vc9
    D V D  vcr1
    D A    vmdaudio
    D V D  vmdvideo
    D A    vorbis
    D V    vp3
    D V D  vqavideo
    D A    wmav1
    D A    wmav2
    DEVSD  wmv1
    DEVSD  wmv2
    D V D  wnv1
    D A    ws_snd1
    D A    xan_dpcm
    D V D  xan_wc3
    D V D  xl
     EV    xvid
    DEV D  zlib
    D V    zmbv

    Supported file protocols:
    file: pipe: udp: rtp: tcp: http:
    Frame size, frame rate abbreviations:
    ntsc pal qntsc qpal sntsc spal film ntsc-film sqcif qcif cif 4cif
    Motion estimation methods:
    zero(fastest) full(slowest) log phods epzs(default) x1 hex umh iter

    Note, the names of encoders and decoders dont always match, so there are
    several cases where the above table shows encoder only or decoder only entries
    even though both encoding and decoding are supported for example, the h263
    decoder corresponds to the h263 and h263p encoders, for file formats its even
    worse

    What is wrong in my code ? Thanks in advance

  • Announcing the first free software Blu-ray encoder

    25 avril 2010, par Dark Shikari — blu-ray, x264

    For many years it has been possible to make your own DVDs with free software tools. Over the course of the past decade, DVD creation evolved from the exclusive domain of the media publishing companies to something basically anyone could do on their home computer.

    But Blu-ray has yet to get that treatment. Despite the “format war” between Blu-ray and HD DVD ending over two years ago, free software has lagged behind. “Professional” tools for Blu-ray video encoding can cost as much as $100,000 and are often utter garbage. Here are two actual screenshots from real Blu-rays : I wish I was making this up.

    But today, things change. Today we take the first step towards a free software Blu-ray creation toolkit.

    Thanks to tireless work by Kieran Kunyha, Alex Giladi, Lamont Alston, and the Doom9 crowd, x264 can now produce Blu-ray-compliant video. Extra special thanks to The Criterion Collection for sponsoring the final compliance test to confirm x264′s Blu-ray compliance.

    With x264′s powerful compression, as demonstrated by the incredibly popular BD-Rebuilder Blu-ray backup software, it’s quite possible to author Blu-ray disks on DVD9s (dual-layer DVDs) or even DVD5s (single-layer DVDs) with a reasonable level of quality. With a free software encoder and less need for an expensive Blu-ray burner, we are one step closer to putting HD optical media creation in the hands of the everyday user.

    To celebrate this achievement, we are making available for download a demo Blu-ray encoded with x264, containing entirely free content !

    On this Blu-ray are the Open Movie Project films Big Buck Bunny and Elephant’s Dream, available under a Creative Commons license. Additionally, Microsoft has graciously provided about 6 minutes of lossless HD video and audio (from part of a documentary project) under a very liberal license. This footage rounds out the Blu-ray by adding some difficult live-action content in addition to the relatively compressible CGI footage from the Open Movie Project. Finally, we used this sound sample, available under a Creative Commons license.

    You may notice that the Blu-ray image is only just over 2GB. This is intentional ; we have encoded all the content on the disk at appropriate bitrates to be playable from an ordinary 4.7GB DVD. This should make it far easier to burn a copy of the Blu-ray, since Blu-ray burners and writable media are still relatively rare. Most Blu-ray players will treat a DVD containing Blu-ray data as a normal Blu-ray disc. A few, such as the Playstation 3, will not, but you can still play it as a data disc.

    Finally, note that (in accordance with the Blu-ray spec) the disc image file uses the UDF 2.5 filesystem, which may be incompatible with some older virtual drive and DVD burning applications. You’ll also need to play it on an actual Blu-ray player if you want to get the menus and such working correctly. If you’re looking to play it on a PC, a free trial of Arcsoft TMT is available here.

    What are you waiting for ? Grab a copy today !

    UPDATE : Here is an AVCHD-compliant version of the above, which should work better when burned on a DVD-5 instead of a BD-R. (mirror)

    What’s left before we have a fully free software Blu-ray creation toolkit ? Audio is already dealt with ; AC3 audio (aka Dolby Digital), the format used in DVD, is still supported by Blu-ray, and there are many free software AC3 encoders. The primary missing application is a free software Blu-ray authoring tool, to combine the video and audio streams to create a Blu-ray file structure with the menus, chapters, and so forth that we have all come to expect. But the hardest part is dealt with : we can now create compatible video and audio streams.

    In the meantime, x264 can be used to create streams to be authored using Blu-Print, Scenarist, Encore or other commercial authoring tools.

    More detailed documentation on the new Blu-ray support and how to use it can be found in the official commit message. Do keep in mind that you have to export to raw H.264 (not MKV or MP4) or else the buffering information will be slightly incorrect. Finally, also note that the encoding settings given as an example are not a good choice for general-purpose encoding : they are intentionally crippled by Blu-ray restrictions, which will significantly reduce compression for ordinary non-Blu-ray encoding.

    In addition to Blu-ray support, the aforementioned commit comes with a lot of fun extras :

    x264 now has native variable-framerate ratecontrol, which makes sure your encodes get a correct target bitrate and proper limiting of maximum bitrate even if the duration of every frame is different and the “framerate” is completely unknown. This helps a lot when encoding from variable-framerate container formats such as FLV and WMV, along with variable-framerate content such as anime.

    x264 now supports pulldown (telecine) in much the same fashion as it is handled in MPEG-2. The calling application can pass in flags representing how to display a frame, allowing easy transcoding from MPEG-2 sources with pulldown, such as broadcast television. The x264 commandline app contains some examples of these (such as the common 3:2 pulldown pattern).

    x264 now also exports HRD timing information, which is critical for compliant transport stream muxing. There is currently an active project to write a fully DVB-compatible free software TS muxer that will be able to interface with x264 for a seamless free software broadcast system. It will likely also be possible to repurpose this muxer as part of a free software Blu-ray authoring package.

    All of this is now available in the latest x264.