Skip to content

Retrieving video properties crashes #71

Description

@Dapid

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions