HypoX64 / DeepMosaics

Automatically remove the mosaics in images and videos, or add mosaics to them.
GNU General Public License v3.0
2.13k stars 441 forks source link

Skip audio transcode during process and use Matroska as media container format instead of MP4 #127

Open abev66 opened 1 year ago

abev66 commented 1 year ago

deepmosaic.py seperate audio into a tmp file and transcode it into mp3, then convert it back to aac with mp4.

It's not necessary, so we can use copy and matroska container format instead to prevent audio transcoding during process.