TimeLineAnnotator / desktop

A GUI for graphical analysis and annotation of video and audio files.
https://tilia-app.com
Creative Commons Attribution Share Alike 4.0 International
8 stars 2 forks source link

Test exporting audio fragments without ffmpeg installed #125

Closed azfoo closed 1 month ago

azfoo commented 1 month ago

I'm pretty sure ffmpeg is required for export audio segments (you can do that by right clicking a hierarchy and selecting "Export to audio"). However, we are not packaging ffmpeg with TiLiA anymore (maybe we should do that once again?). In the cases were it isn't installed on the user's computer, how is TiLiA behaving? Does it crash? Does it give an error message? Is the error message useful?

azfoo commented 1 month ago

Cannot export without FFMPEG. Error message does not point directly to FFMPEG, but audio/video files cannot be opened and loaded without it.

PyQt 6.6 is packaged with FFMPEG but 6.7 is not.

Fixed by mandating PyQt 6.6 in requirements.