Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding "webm" format into Freac took a long time to complete #252

Open
duytrung opened this issue Dec 2, 2021 · 2 comments
Open

Adding "webm" format into Freac took a long time to complete #252

duytrung opened this issue Dec 2, 2021 · 2 comments
Labels

Comments

@duytrung
Copy link

duytrung commented Dec 2, 2021

Describe the bug
I'm adding webm format files into freac but it took a long time for the program to actually add all listed files in the folder.

To Reproduce
Select all file and drag and drop to the folder, just like what I used to, but with mp3 or mp4 the program read very fast.

System (please complete the following information)

  • OS: Windows 10
  • CPU: I7
  • RAM: 8 GB

Thank you very much for consider the issue.

@duytrung duytrung added the bug label Dec 2, 2021
@enzo1982
Copy link
Owner

Thank you for reporting this!

Please try the latest continuous build. It should open video files much faster.

fre:ac uses FFmpeg to read video files and previous versions read the whole file in order to get the exact length of the video. With the new update, fre:ac extracts the approximate length from the information printed by FFmpeg which is much faster.

The fix should work for all supported video formats as well as some proprietary audio formats that fre:ac imports through FFmpeg (e.g. AC-3, DTS and DSD). fre:ac will display the length of such files as approximate values (with the ≈ prefix).

@duytrung
Copy link
Author

Hi @enzo1982,
I have tried with the continuous build. There almost no difference in speed of importation of *.webm, as far as I could see.
I download these *.webm using a program call youtube-dlg to extract the audio-only section of the file. I don't know whether the file was download with both video and audio section but what I choose was to download only the audio version and found those files in the download folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants