Shaare your links...
3325 links
L!NKS Retour au blog Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
5 results for tags audio x
  • How to merge video and audio or why I have no sound in downloaded video - FastestTube
    En téléchargeant des videos sur youtube avec youtube-dl, je me suis retrouvé avec plusieurs fichier .webm, un pour l'audio et un autre pour la video... Il fallait donc les fusionner mettre dans un même conteneur (mkv). voila commen faire avec ffmpeg :

    Merging audio and video using ffmpeg

    Once you have downloaded both video and audio files (‘videoplayback.mp4’ and ‘videoplayback.m4a’ respectively), here’s how you can merge them into a single file:

       1. Download and install ffmpeg.

       2. Open a Command Prompt window in your downloads folder and run the following command
          **  In case of MP4 format (all, except 1440p 60fps & 2160p 60fps):

                ffmpeg -i videoplayback.mp4 -i videoplayback.m4a -c:v copy -c:a copy output.mp4

           ** In case of WebM format (1440p 60fps and 2160p 60fps):

               ffmpeg -i videoplayback.webm -i videoplayback.m4a -c:v copy -c:a copy output.mkv

       Wait until ffmpeg finishes merging audio and video into a single file named "output.mp4".
    permalink -
    - https://kwizzu.com/construct.html
    audio ffmpeg video
  • RareWares
    lame libsndfile permet de convertir les fichiers flac & ogg en mp3

    via http://www.hydrogenaudio.org/forums/index.php?showtopic=86967
    permalink -
    - http://www.rarewares.org/mp3-lame-bundle.php#lame-current-sbd
    audio
  • 19 ffmpeg commands for all needs | CatsWhoCode.com
    notamment :
    ffmpeg -i fichier_source.flv sortie_audio.mp3
    permalink -
    - http://www.catswhocode.com/blog/19-ffmpeg-commands-for-all-needs
    audio ffmpeg video
  • RareWares : Opus
    opus (codec audio) : Maybe the best !
    permalink -
    - http://www.rarewares.org/opus.php
    audio codec
  • lame_enc.dll free download - DLL-files.com
    Pour encoder en mp3 avec Audacity par exemple
    permalink -
    - http://www.dll-files.com/dllindex/dll-files.shtml?lame_enc
    audio codec
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.