Go to file
bmen dd71412376 „README.md“ ändern 2019-10-18 21:50:58 +00:00
LICENSE Initial commit 2019-09-24 10:26:14 +00:00
README.md „README.md“ ändern 2019-10-18 21:50:58 +00:00

README.md

ffmpeg

Eine Audiodatei von .m4a zu .mp3 konvertieren

ffmpeg -v 5 -y -i input.m4a -acodec libmp3lame -ac 2 -ab 192k output.mp3

Eine Videodatei von .mov zu .mp4 konvertieren

ffmpeg -i movie.mov -vcodec copy -acodec copy out.mp4