Recherche avancée

Médias (1)

Mot : - Tags -/wave

Autres articles (59)

  • Participer à sa traduction

    10 avril 2011

    Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
    Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
    Actuellement MediaSPIP n’est disponible qu’en français et (...)

  • 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

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (12333)

  • When using youtube-dl with ffmpeg, what merge extension(mkv/mp4) can get best sound quality

    16 mars 2021, par jokerme

    I use youtube-dl -F to display all video/audio list, and choose best video/audio source myself.

    


    Then I use youtube-dl -f [video code]+[audio code] to download and automatically merge them.

    


    As question title, when I use —merge-output-format, what output extension should be chosen then I can get a file with best sound quality. Is mkv ? Or is most suitable merge extension related to the extension of video/audio source ?

    


    By the way, my using player is PotPlayer.

    


  • Higher resolution (720p1080p) pytube video donot have sound. how to do with ffmpeg and with other sources exactly

    24 février 2021, par vishnu kumar

    i have taken url and res= 1080p from other function and with the help of template home.html.

    


    def download_complete(request, res) :

    


    global url


try:
    path = YouTube(url).streams.filter(res=res).first().download()

    response=FileResponse(open(out, 'rb'), as_attachment=True)

    return response

except Exception as ex:
    print('[complete] Exception:', ex)
    return render(request, 'error.html', {'url': url, 'error': ex})


    


  • FFmpeg cut video end with no sound

    8 janvier 2021, par LeonPro12

    Is it possible to remove the end of a video that has no sound ?

    


     : = Has Sound
    
. = No Sound

    


    00:00 [::::::::::::::::::::::::::: :........] 01:24
    
____________________^^^^^ Cut this

    


    Thanks