[FFmpeg-user] install
Michael Shaffer
mikeshaffer at gmail.com
Thu Sep 27 04:27:12 EEST 2018
Uncompress ffmpeg to a directory, like c:\ffmpeg
You don't have to install it. The program is located at
c:\ffmpeg\bin\ffmpeg.exe
The simplest way is to put your mkv files in the c:\ffmpeg\bin\ directory
and run ffmpeg on them from there.
For example
cd c:\ffmpeg\bin\
ffmpeg -i homevideo1.mkv -c:v copy -c:a copy homevideo1.mp4
c:\ffmpeg\bin\ffmpeg.exe -i mymovie.avi -c:v copy -c:a copy -f
On Wed, Sep 26, 2018 at 10:40 AM, M M <rotoguy at outlook.com> wrote:
> A buddy told me to try ffmpeg to make my MKV files into DIVX. I just
> downloading but have no clue how to do this or install the program, could
> you help?
>
>
> Thanks
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
More information about the ffmpeg-user
mailing list