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
12 results for tags ffmpeg x
  • FFMPEG UI – Easily convert a wide variety of media files (video, audio & photos) — @ybouane
    permalink -
    - https://ybouane.com/ffmpeg-ui
    ffmpeg
  • Curlew - Easy to use Multimedia Converter for Linux
    permalink -
    - https://curlew.sourceforge.io/
    ffmpeg linux
  • GitHub - mifi/lossless-cut: The swiss army knife of lossless video/audio editing
    permalink -
    - https://github.com/mifi/lossless-cut
    ffmpeg
  • ffmpeg [Wiki de sebsauvage.net]
    permalink -
    - https://sebsauvage.net/wiki/doku.php?id=ffmpeg
    ffmpeg
  • ffmpeg conversion en h264
    ffmpeg -i fichier_a_convertir -vcodec libx264 output.mp4

    Pour conserver les soustitres :
    -c copy -c:s mov_text

    https://askubuntu.com/questions/214199/how-do-i-add-and-or-keep-subtitles-when-converting-video/214351
    https://superuser.com/questions/932730/ffmpeg-mkv-to-mp4-conversion-loses-subtitles/932825
    permalink -
    - https://askubuntu.com/questions/707397/batch-convert-h-265-mkv-to-h-264-with-ffmpeg-to-make-files-compatible-for-re-enc
    ffmpeg
  • 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
  • ffmpeg : Encodage de vidéos pour Android - Liens en vrac de sebsauvage
    copie du paste de seb : """
    (Je me note ça ici pour pouvoir le retrouver): Pour convertir une vidéo de n'importe quel format dans un format accepté par le lecteur vidéo standard d'Android, voici la ligne de commande ffmpeg:

    ./ffmpeg -i video.mp4 -c:v libx264 -b:v 1200k -acodec aac -strict -2 -ar 44100 -ac 2 -b:a 128k -movflags faststart output.mp4

    Si la vidéo est d'une résolution supérieure à l'écran de votre smartphone, vous pouvez redimensionner pour gagner de la place en ajoutant: -vf scale=-1:540 (si votre écran est en 540x960).

    ./ffmpeg -i video.mp4 -vf scale=-1:540 -c:v libx264 -b:v 1200k -acodec aac -strict -2 -ar 44100 -ac 2 -b:a 128k -movflags faststart output.mp4

    Vous pouvez bien entendu varier le bitrate (-b:v 1200k):
    - diminuez la valeur pour obtenir un fichier plus petit.
    - augmentez pour obtenir une vidéo de meilleure qualité.

    Si vous avez une version d'Android un peu ancienne (souvent < 4.x), vous aurez sans doute besoin d'ajouter: -profile:v baseline

    ./ffmpeg -i video.mp4 -c:v libx264 -profile:v baseline -b:v 1200k -acodec aac -strict -2 -ar 44100 -ac 2 -b:a 128k -movflags faststart output.mp4

    Voilà... c'est surtout utile pour gagner de la place ou lire des vidéos d'un format qu'Android n'arrive pas à lire. (Si vous voulez visionner les vidéos sans les convertir/redimensionner, vous pouvez utiliser VLC qui sait lire presque n'importe quoi.)
    """
    permalink -
    - http://sebsauvage.net/links/?4fFfKw
    ffmpeg
  • WinFF - Truly Free Video Converter
    permalink -
    - http://winff.org/html_new/downloads.html
    ffmpeg software video
  • Loli Cries! - FAQ
    How do I extract my favorite loli shout?
       If you are running Linux, it's quite easy. Just use the following command: ffmpeg -i My-great-anime.avi -vn -ss 14:22.4 -t 00:00:03.230 -aq 7 -ac 2 -acodec libvorbis -y out.ogg and that's all. -ss and -t are timestamps following the hh:mm:ss.ms format.
       You can use whichever method you like (or can use) as soon as you ouput an Ogg/Vorbis file.
       Note: if the video has multiple audio streams and the japanese one isn't selected, what you're searching for is certainly the -map option.
    How do I extract my favorite loli pic?
       On Linux – yeah, again – it's quite easy. You can use: ffmpeg -i My-great-anime.avi -ss 1094.1 -r 1 -f image2 My-great-anime.png
    How do I convert my loli pic to the right resolution?
       Linux answer, use ImageMagick: mogrify -resize 300x200 My-great-anime.png
    permalink -
    - http://lolicri.es/faq.html
    ffmpeg linux memo
  • traGtor – Un GUI pour FFmpeg qui dépote – La vache libre
    via sebsauvage
    permalink -
    - http://la-vache-libre.org/tragtor-un-gui-pour-ffmpeg-qui-depote/
    ffmpeg
  • Créer un Gif animé à partir d’une vidéo en ligne de commandes - Le Hollandais Volant
    permalink -
    - http://lehollandaisvolant.net/index.php?d=2013/12/26/19/33/51-creer-un-gif-anime-a-partir-dune-video-en-ligne-de-commandes
    ffmpeg gif
  • 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
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.