Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (99)

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

  • Les vidéos

    21 avril 2011, par

    Comme les documents de type "audio", Mediaspip affiche dans la mesure du possible les vidéos grâce à la balise html5 .
    Un des inconvénients de cette balise est qu’elle n’est pas reconnue correctement par certains navigateurs (Internet Explorer pour ne pas le nommer) et que chaque navigateur ne gère en natif que certains formats de vidéos.
    Son avantage principal quant à lui est de bénéficier de la prise en charge native de vidéos dans les navigateur et donc de se passer de l’utilisation de Flash et (...)

  • (Dés)Activation de fonctionnalités (plugins)

    18 février 2011, par

    Pour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
    SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
    Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
    MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)

Sur d’autres sites (10234)

  • how split audio file in multiple chapters with predefined times

    30 mars 2019, par Karim Bn Abdlaziz

    how split audio book file with in 10 chapters easier to listen , with given metadata predefined times
    0.000000, 3472.683000 seconds this ch0

    3472.683000, 7642.058000 ch1

    etc..

    2 columns the begin and end of each chapter,

    i’m dummy but tried and failed with awk to add columns right and left to obtain the command line

       ffmpeg -i output.mp3  -acodec copy -ss  begin -to end  ch'number'.mp3.

    the problemn with the NF position and then increment numbers of new output files

    how to use awk or sed and count new file names ch01 ch02 etc

  • Unable to playback .mp4 audio file in Firefox, works in Chrome

    22 octobre 2015, par SpartanVXL

    I have been trying to play a file through Firefox to see if it is compatible for a website and cannot figure out why it cannot play whereas it will play on Chrome okay. It simply shows a error box that the "video cannot be played because the file is corrupt". I’ve trawled through information on .mp4 files and Firefox’s supported codec types but have not found much aside from recent posts on how FF should be able to play this content in 2015. Here is a ffprobe of the file.

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'two.mp4':
    Metadata:
       major_brand     : mp42
       minor_version   : 0
       compatible_brands: M4A mp42isom
       creation_time   : 2015-08-06 08:17:05
       encoder         : Nero AAC codec / 1.5.4.0
       Duration        : 00:03:28.77, start: 0.000000, bitrate: 131 kb/s
       Chapter #0:0    : start 0.027333, end 208.768000
       Metadata:
         title           :
       Stream #0:0(und): Audio: aac (LC) (mp4a / 0x6134706D), 96000 Hz, stereo, flt p, 128 kb/s (default)

    Any reason why this local file wouldn’t play through FF on Windows 41.0.2 ?

  • Revision c353da68aa : third_party/libwebm : pull from upstream Changes : b6de61a Adds support for simpl

    4 août 2015, par James Zern

    Changed Paths :
     Modify /third_party/libwebm/Android.mk


     Modify /third_party/libwebm/PATENTS.TXT


     Modify /third_party/libwebm/README.libvpx


     Modify /third_party/libwebm/mkvmuxer.cpp


     Modify /third_party/libwebm/mkvmuxer.hpp


     Modify /third_party/libwebm/mkvmuxerutil.cpp


     Modify /third_party/libwebm/mkvmuxerutil.hpp


     Modify /third_party/libwebm/mkvparser.cpp


     Modify /third_party/libwebm/mkvparser.hpp


     Modify /third_party/libwebm/webmids.hpp



    third_party/libwebm : pull from upstream

    Changes :
    b6de61a Adds support for simple tags
    75a6d2d sample_muxer : Don’t write huge files.
    cec1f85 mkvmuxer : remove unused timecode_scale variable
    8a61b40 Merge "mkvparser : Tiny whitespace fix."
    7affc5c clang-format re-run
    d6d04ac mkvmuxer : use generic Cluster::AddFrame
    4928b0b Merge "mkvmuxer : Write Block key frames correctly."
    c2e4a46 Merge "sample_muxer : Use AddGenericFrame to add frames."
    e97f296 mkvparser : Tiny whitespace fix.
    d66ba44 Merge "Add support to parse DisplayUnit."
    deb41c2 Add support to parse DisplayUnit.
    42e5660 Fix issues on EBML lacing block parsing
    fe1e9bb Fix block parsing to not allow frame_size = 0
    2cb6a28 Change assertions to checks when parsing TrackPositions
    d04580f Fixes issues on Block Group parsing
    c3550fd mkvmuxer : Write Block key frames correctly.
    5dd0e40 Merge "mkvmuxer : Set is_key to true for metadata blocks."
    8e96863 mkvmuxer : Set is_key to true for metadata blocks.
    a9e4819 sample_muxer : Use AddGenericFrame to add frames.
    5a3be73 Change assertions to checks when load CuePoints
    f99f3b2 mkvmuxerutil::EbmlDateElementSize : remove value param
    ff572b5 Frame::IsValid : fix track_number check
    b6311dc mkvmuxer : Refactor to remove a lot of duplicate code
    256cd02 Merge "mkvmuxer : DiscardPadding should be signed integer."
    16c8e78 mkvmuxer : s/frame/data in all AddFrame* functions.
    c5e511c mkvmuxer : DiscardPadding should be signed integer.
    4baaa2c Add framework build script : iosbuild.sh
    3d06eb1 PATENTS : fix a typo : constitutes -> constitute
    d3849c2 mkvparser : Dead code removal.
    f439e52 Change assertions to checks when preloading Cues
    d3a44cd Fix track transversal when listing Cues on sample
    c6255af Tweak .gitignore so git status is clean after checkout and
    build : - added missing underscore to sample_muxer - added cmake and make
    related files
    b5229c7 Makefile.unix : s/samplemuxer/sample_muxer/
    e3616a6 Add support to parse stereo mode, display width and display
    height in mkvparser
    a4b68f8 parser : Fix bug in Chapters::Atom::Parse()
    bab0a00 cmake : Set library and project name the proper way on Windows.
    feeb9b1 Set library name to match Windows expectations.
    b9a549b Fix CMakefile to generate libwebm.a
    b386aa5 Add CMakeLists.txt and msvc_runtime.cmake.
    b0f8a81 parser : Fix memory leak in Chapter parsing
    f06e152 mkvmuxer : Fix MoveCuesBeforeClustersHelper recursive call.
    27bb747 allow subtitle tracks with ContentEncodings
    623d182 DoLoadCluster : tolerate empty clusters
    1156da8 Update PATENTS to reflect s/VP8/WebM/g
    0d4cb40 mkvmuxerutil : Use rand() in MSVC builds.
    e12fff0 mkvmuxer : Overload WriteEbmlHeader for backward compatibility
    a321704 mkvmuxer : write correct DocTypeVersion
    574045e mkvmuxer : fix DiscardPadding
    8be6397 Include crop elements when calculating size of Video element
    8f2d1b3 mkvparser : fix DiscardPadding extraction
    1c36c24 mkvmuxer : fix style guide violations
    568504e Merge "UUIDs can have their high bit set"
    acf788b Add support for CropLeft, CropRight, CropTop and CropBottom
    elements.
    418188b Merge "muxer : codec_id is a mandatory element"
    07688c9 mkvmuxer : Reject frames if invalid track number is passed.
    2a63e47 muxer : codec_id is a mandatory element
    d13c017 UUIDs can have their high bit set

    Change-Id : Iba28acb1ff774349d03e565f2641ddea132cf1e7