Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (101)

  • Les sons

    15 mai 2013, par
  • 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 (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (7599)

  • I am using ffmpeg library to generate m3u8 file,I could generate the file but few tags and attributes I could not able to create, can anyone help me

    6 juin 2022, par Nishanth Reddy

    Following is my code to generate m3u8 file but tags like EXT-X-I-FRAME-STREAM-INF and attributes like framerate, average bandwith and URI I am unable to generate can any one help me on this ?

    


    ffmpeg -i "C :\Users\123\Downloads\primary_audio_eng_4.mp4" -map 0:v:0 -map 0:a:0 -map 0:v:0 -map 0:a:0 -map 0:v:0 -map 0:a:0 -c:v libx264 -crf 22 -c:a aac -ar 48000 -filter:v:0 scale=w=480:h=360 -maxrate:v:0 600k -b:a:0 500k -filter:v:1 scale=w=640:h=480 -maxrate:v:1 1500k -b:a:1 1000k -filter:v:2 scale=w=1280:h=720 -maxrate:v:2 3000k -b:a:2 2000k -var_stream_map "v:0,a:0,name:360p v:1,a:1,name:480p v:2,a:2,name:720p" -preset fast -hls_list_size 10 -threads 0 -f hls -hls_time 3 -hls_flags independent_segments -master_pl_name "livestream.m3u8" -y "C :\m3u8\beachnew\livestream-%v.m3u8"

    


  • How to input canvas buffer to fluent-ffmpeg

    29 octobre 2022, par Lol

    Hi i have a function which return.

    


    canvas.toBuffer('image/png');


    


    In my index.js file how i can input image to ffmpeg.

    


    const ffmpeg = require('./ffmpeg');
const generateImage = require('./contentimage.js');

const myfact = "This is my fact"

async function generateVideo() {
  ffmpeg()
    .input(await generateImage(myfact))
    .input('./input.mp3')
    .audioCodec('libmp3lame')
    .videoCodec('libx264')
    .save('./video.mp4');
}

generateVideo();


    


    I am using the above code but it is showing invalid input at 8:8

    


  • Methods for ’all’ UK phone numbers + UK postcodes

    28 février 2012, par emirpprime

    m additional-methods.js Methods for ’all’ UK phone numbers + UK postcodes Prevent phone invalidation for ’ ’ or ’-’ inclusion Spaces are standard notation, hyphens US style, both likely to occur in otherwise valid numbers.