Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (43)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

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

  • How do I use ffmpeg on a directory of files and have the new files retain the same name, using Bash ? [duplicate]

    31 janvier 2021, par ktb

    hopefully this will be a relatively straightforward question.

    


    I have a directory of files. The files are mkv files that contain .vtt subtitles. I want to change the vtt subtitles into .srt subtitles. Ideally the mkv files should retain the same names at the end of the process.

    


    I have this Bash command that uses ffmpeg :

    


    ffmpeg -i input.mkv -c copy -c:s srt out.mkv


    


    This command works on an individual file, in terms of giving me a new file with the correct srt subtitles muxed in.

    


    However it does not :

    


      

    • let me wildcard the mkv file (I have to specify the input.mkv file)
    • 


    • let me keep the name of the original mkv file
    • 


    


    Could someone help please ? I'm thinking it would be a relatively simple Bash loop (for x in *.mkv...) but any help would be most gratefully received. I really want the output files to have the same name as the input files at the end of the process. Thank you.

    


  • avformat/mov : Enable stream parsing for VP9.

    7 septembre 2016, par Matthew Gregan
    avformat/mov : Enable stream parsing for VP9.
    

    MP4 media containing VP9 using superframes (such as
    https://github.com/Netflix/vp9-dash/raw/master/DASH-Samples/Fountain_2997_0560kbps_640x480_4x3PAR.ivf_DashUnencrypted.ismv)
    does not decode correctly with the built-in VP9 decoder because
    superframes are passed to the decoder whole rather than split into
    individual frames.

    Signed-off-by : Matthew Gregan <kinetik@flim.org>

    • [DH] libavformat/mov.c
  • automatic generate list ffmpeg trimming video files [duplicate]

    20 mai 2019, par Don

    This question already has an answer here :

    May I ask if there is an automatic way to input all the mp4 file names in the ffmpge code ? I have about 60 small video files that I need to trim, it is a pain if I have to keep entering individual file name. the mylist.txt generate only works with when concat