J'utilise les commandes suivantes pour créer des fichiers aac / mp3 avec un débit de 256 kbps et un débit constant. Pour l'aac: ffmpeg -i test.wav -b:a 256k -y test.aac Pour mp3: ffmpeg -i test.wav -b:a 256k -y test.mp3 Je dois créer un fichier aac en mode CBR à partir …
Ma plate-forme: Ubuntu 10.10 + FFMPEG 0.5.3 (j'ai installé ffmpeg à partir du code source) J'essaie d'ajouter Watermark à une vidéo .MOV avec FFMPEG 0.5.3 imlib2.so(veuillez noter que FFMPEG 0.6+ ne prend pas en charge imlib2.so, j'utilise donc ffmpeg 0.5.3) Voici mon code: ffmpeg -sameq -i example.mov -vhook '/usr/local/lib/vhook/imlib2.so -x …
We use cookies and other tracking technologies to improve your browsing experience on our website,
to show you personalized content and targeted ads, to analyze our website traffic,
and to understand where our visitors are coming from.
By continuing, you consent to our use of cookies and other tracking technologies and
affirm you're at least 16 years old or have consent from a parent or guardian.