HelpSeeker / CoubDownloader

A simple downloader for coub.com
GNU General Public License v3.0
68 stars 13 forks source link

about the download file format #6

Closed kaliludan closed 4 years ago

kaliludan commented 4 years ago

the script itself is amazing, thanks. However, MKV is a very editing-unfriendly format, is there a way I can change the download file format default setting into mp4? I am not a programmer so this may sound like a stupid request.

HelpSeeker commented 4 years ago

is there a way I can change the download file format default setting into mp4?

There is after the latest commit. Look for merge_ext in the advanced options section (bottom of the Options class) and change mkv to mp4.

It works from what I can tell, but I only did a few quick tests. If you encounter any problems, please let me know.

HelpSeeker commented 4 years ago

Haven't encountered any problems in the meantime, so this should be resolved.