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

Retrieving video properties crashes #71

Open
Dapid opened this issue Oct 25, 2021 · 0 comments
Open

Retrieving video properties crashes #71

Dapid opened this issue Oct 25, 2021 · 0 comments

Comments

@Dapid
Copy link

Dapid commented Oct 25, 2021

After adding a video to the list of tasks I right-clicked on the menu, and when selecting "Properties", I got the following traceback

  File "/usr/lib/python3.9/site-packages/videomorph/forms/videomorph.py", line 679, in show_video_info
    info_dlg = InfoDialog(parent=self,
  File "/usr/lib/python3.9/site-packages/videomorph/forms/info.py", line 186, in __init__
    self._show_video_info(self.position)
  File "/usr/lib/python3.9/site-packages/videomorph/forms/info.py", line 214, in _show_video_info
    task.video.audio_info['codec_name'])
KeyError: 'codec_name'

Using Videomorph 1.4.1-5 from rpmfusion on Fedora.

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

No branches or pull requests

1 participant