Recherche avancée

Médias (0)

Mot : - Tags -/metadatas

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (107)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

Sur d’autres sites (13895)

  • Cant add a custom name to my fluent-ffmpeg converted file

    11 août 2019, par mouchin777

    Im trying to add a custom name based on the name of the downloaded youtube video to the file converted by fluent-ffmpeg. Problem is I dont know how to add it into the function since var saveLocation isnt being overwriten.

       const ytdl = require('ytdl-core')
    const  ffmpeg = require('fluent-ffmpeg');
    ffmpeg.setFfmpegPath("myffmpegLocation.exe")

    videoUrl = "this_is_a_youtube_url"
    var saveLocation = "";

    stream = ytdl(videoUrl).on('info', (info) => {
       console.log(info.title)
       saveLocation = "./"+info.title+".mp3" //this is not being saved
     });


    var proc = new ffmpeg({ source: stream, nolog: true }).toFormat('mp3').audioBitrate(320).on('end', function() {
       console.log('file has been converted successfully');
       })
       .on('error', function(err) {
       console.log('an error happened: ' + err.message);
       })
       .saveToFile(saveLocation); //The file title --> I want to use the var saveLocation there
  • avcodec/adpcm_ima_wav : support custom block size for encoding

    14 octobre 2020, par Zane van Iperen
    avcodec/adpcm_ima_wav : support custom block size for encoding
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavcodec/adpcmenc.c
  • avcodec/adpcm_yamaha : support custom block size for encoding

    14 octobre 2020, par Zane van Iperen
    avcodec/adpcm_yamaha : support custom block size for encoding
    

    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavcodec/adpcmenc.c