Video/Sound: Difference between revisions
Jump to navigation
Jump to search
(Created page with " Convert MP4 -> MP3 {{Code}} C:\PATH\TO\FFMPEG\bin\ffmpeg.exe -i 'C:\PATH\TO\MP4FILE\file.mp4' -b:a 320k output_filename") |
(No difference)
|
Revision as of 14:26, 20 April 2023
Convert MP4 -> MP3
{{{1}}}
C:\PATH\TO\FFMPEG\bin\ffmpeg.exe -i 'C:\PATH\TO\MP4FILE\file.mp4' -b:a 320k output_filename