All public logs
Jump to navigation
Jump to search
Combined display of all available logs of Dave-Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 02:03, 13 February 2024 Dave talk contribs created page Ffmpeg (Created page with "==Convert Video Format== Set bitrate same as audio bitrate from original file ffmpeg -i input.m4v -ab 192000 output.mp4 ==Convert Video to Audio-only== I don't think -f is required, as ffmpeg will otherwise use the file extension to determine format. -ab specifies audio bitrate. -vn specifies no video. ffmpeg -i input.mp4 -f mp3 -ab 192000 -vn output.mp3")