

Then add C:\bin to your PATH environment variable for your computer. Save the ffmpeg.exe, ffprobe.exe, and ffplay.exe into a location like C:\bin. For example to compute the CRC of the input audio converted to PCM unsigned 8-bit and the input video converted to MPEG-2 video, use the command: ffmpeg -i INPUT -c:a pcmu8 -c:v mpeg2video -f crc. acodec (which audio codec to use) -ab (audio bitrate) -ar (audio sampling frequency) -ac (# of audio channels) You can select the output format of each frame with ffmpeg by specifying the audio and video codec and format. Use the setting you need for your project. You may need to add audio bitrate flags if your project is not a master.Īnywhere after the named input files add: -acodec aac -ab 128k -ar 48000 -ac 2 Please Note: You can modify the at anytime if you change your settings and the Right-Click menu will use the newest version of the.
