Bug 495963

Summary: [Echec de la conversion de projet « OpenTimelineIO »]
Product: [Applications] kdenlive Reporter: Thierry <bilrry>
Component: Rendering & ExportAssignee: Jean-Baptiste Mardelle <jb>
Status: RESOLVED DUPLICATE    
Severity: normal CC: julius.kuenzel
Priority: NOR    
Version: 24.08.2   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:
Attachments: Screenshot

Description Thierry 2024-11-08 11:03:16 UTC
Created attachment 175645 [details]
Screenshot

Hello,

[Echec de la conversion de projet « OpenTimelineIO »]

When I export the video I have this error : 

Traceback (most recent call last):
  File "/app/lib/python3.11/site-packages/opentimelineio/adapters/__init__.py", line 94, in from_filepath
    return plugins.ActiveManifest().from_filepath(outext)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/lib/python3.11/site-packages/opentimelineio/plugins/manifest.py", line 187, in from_filepath
    raise exceptions.NoKnownAdapterForExtensionError(suffix)
opentimelineio.exceptions.NoKnownAdapterForExtensionError

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "/app/bin/otioconvert", line 33, in <module>
    sys.exit(load_entry_point('OpenTimelineIO==0.17.0', 'console_scripts', 'otioconvert')())
             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/lib/python3.11/site-packages/opentimelineio/console/otioconvert.py", line 215, in main
    out_adapter = otio.adapters.from_filepath(args.output).name
                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/app/lib/python3.11/site-packages/opentimelineio/adapters/__init__.py", line 96, in from_filepath
    raise exceptions.NoKnownAdapterForExtensionError(
opentimelineio.exceptions.NoKnownAdapterForExtensionError: No adapter for suffix '' on file '/home/thierry/Vidéos/Anniv_Philippe/test'
Comment 1 Julius Künzel 2025-03-29 21:37:58 UTC
*** This bug has been marked as a duplicate of bug 460597 ***