nrkno / transcriber-frontend

MIT License
32 stars 12 forks source link

Add percentage complete for transcoding #55

Closed schjonhaug closed 5 years ago

schjonhaug commented 5 years ago

Especially video takes a long time to transcode, ffmpeg has an option to get percentage updates.

Also, examine if it's faster to transcode flac -> m4a instead of video to both flac and m4a.

schjonhaug commented 5 years ago

By using -vn in ffmpeg to remove video tracks, transcoding is a matter of seconds and we don't need progress at the moment. Both transcoding to flac and m4a is fast.