Cannot load video/movie files into Blender #96328

Closed
opened 2022-03-11 10:29:09 +01:00 by Valentin Schmidt · 18 comments

System Information
Operating system: linux (arch)
Graphics card: nvidia

Blender Version
Blender 3.1.0
build date: 2022-03-09
build time: 22:21:32
build commit date: 2022-03-08
build commit time: 18:16
build hash: c77597cd0e
build platform: Linux
build type: Release

Cannot load video files *.mkv or *.mp4

When loading movie files in the sequencer I receive the error File "/path/f.mkv" could not be loaded.

When running blender --verbose the console prints. "not an anim: /path/f.mkv", the last bit is true I am trying to load stock video files into the sequencer.

**System Information** Operating system: linux (arch) Graphics card: nvidia **Blender Version** Blender 3.1.0 build date: 2022-03-09 build time: 22:21:32 build commit date: 2022-03-08 build commit time: 18:16 build hash: c77597cd0e15 build platform: Linux build type: Release Cannot load video files *.mkv or *.mp4 When loading movie files in the sequencer I receive the error File "/path/f.mkv" could not be loaded. When running blender --verbose the console prints. "not an anim: /path/f.mkv", the last bit is true I am trying to load stock video files into the sequencer.

Added subscriber: @vls

Added subscriber: @vls
Member

Added subscriber: @OmarEmaraDev

Added subscriber: @OmarEmaraDev
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Can you attach that video file here? If not, can you run ffprobe /path/f.mkv and attach the output here?

Can you attach that video file here? If not, can you run `ffprobe /path/f.mkv` and attach the output here?

Here is ffprobe of one not working file:

libavutil 57. 17.100 / 57. 17.100

libavcodec     59. 18.100 / 59. 18.100
libavformat    59. 16.100 / 59. 16.100
libavdevice    59.  4.100 / 59.  4.100
libavfilter     8. 24.100 /  8. 24.100
libswscale      6.  4.100 /  6.  4.100
libswresample   4.  3.100 /  4.  3.100
libpostproc    56.  3.100 / 56.  3.100

Input #0, matroska,webm, from 'simplescreenrecorder-2020-08-10_13.52.28.mkv':

Metadata:
  ENCODER         : Lavf58.45.100
Duration: 00:01:33.57, start: 0.000000, bitrate: 1424 kb/s
Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1200x900 [SAR 1:1 DAR 4:3], 30.30 fps, 30 tbr, 1k tbn (default)
  Metadata:
    DURATION        : 00:01:33.534000000
Stream #0:1: Audio: vorbis, 48000 Hz, stereo, fltp (default)
  Metadata:
    DURATION        : 00:01:33.569000000
Here is ffprobe of one not working file: libavutil 57. 17.100 / 57. 17.100 ``` libavcodec 59. 18.100 / 59. 18.100 libavformat 59. 16.100 / 59. 16.100 libavdevice 59. 4.100 / 59. 4.100 libavfilter 8. 24.100 / 8. 24.100 libswscale 6. 4.100 / 6. 4.100 libswresample 4. 3.100 / 4. 3.100 libpostproc 56. 3.100 / 56. 3.100 ``` Input #0, matroska,webm, from 'simplescreenrecorder-2020-08-10_13.52.28.mkv': ``` Metadata: ENCODER : Lavf58.45.100 Duration: 00:01:33.57, start: 0.000000, bitrate: 1424 kb/s Stream #0:0: Video: h264 (High), yuv420p(tv, bt709, progressive), 1200x900 [SAR 1:1 DAR 4:3], 30.30 fps, 30 tbr, 1k tbn (default) Metadata: DURATION : 00:01:33.534000000 Stream #0:1: Audio: vorbis, 48000 Hz, stereo, fltp (default) Metadata: DURATION : 00:01:33.569000000

here of another that does not work

Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Downloads/production ID 3831768.mp4':

Metadata:
  major_brand     : mp42
  minor_version   : 0
  compatible_brands: mp42mp41isomavc1
  creation_time   : 2020-02-29T20:32:25.000000Z
Duration: 00:00:04.12, start: 0.000000, bitrate: 21005 kb/s
Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 2160x4096, 21001 kb/s, 25 fps, 25 tbr, 25 tbn (default)
  Metadata:
    creation_time   : 2020-02-29T20:32:25.000000Z
    handler_name    : L-SMASH Video Handler
    vendor_id       : [0][0][0][0]
    encoder         : AVC Coding
here of another that does not work Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Downloads/production ID 3831768.mp4': ``` Metadata: major_brand : mp42 minor_version : 0 compatible_brands: mp42mp41isomavc1 creation_time : 2020-02-29T20:32:25.000000Z Duration: 00:00:04.12, start: 0.000000, bitrate: 21005 kb/s Stream #0:0[0x1](und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709, progressive), 2160x4096, 21001 kb/s, 25 fps, 25 tbr, 25 tbn (default) Metadata: creation_time : 2020-02-29T20:32:25.000000Z handler_name : L-SMASH Video Handler vendor_id : [0][0][0][0] encoder : AVC Coding

I can share both files if necessary, they are ~17MB and ~10MB respectively.

I can share both files if necessary, they are ~17MB and ~10MB respectively.

from here i would say codecs and filetypes should work:

https://docs.blender.org/manual/en/latest/files/media/video_formats.html

but I also found this:
https://blenderartists.org/t/a-film-gives-this-error/509781

but the c build flags from blender -v include ffmpeg4.4

from here i would say codecs and filetypes should work: https://docs.blender.org/manual/en/latest/files/media/video_formats.html but I also found this: https://blenderartists.org/t/a-film-gives-this-error/509781 but the c build flags from `blender -v` include ffmpeg4.4
Member

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

Can you attach one of the files, or a small portion of it if you can?

Can you attach one of the files, or a small portion of it if you can?

Sorry for the late reply. I have attached one of the files:

production ID 3831768.mp4

Sorry for the late reply. I have attached one of the files: [production ID 3831768.mp4](https://archive.blender.org/developer/F12948082/production_ID_3831768.mp4)
Member

Changed status from 'Needs User Info' to: 'Needs Triage'

Changed status from 'Needs User Info' to: 'Needs Triage'
Member

Added subscriber: @lichtwerk

Added subscriber: @lichtwerk
Member

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'
Member

These are own custom builds, right?
Just checking if this is working with builds from https://builder.blender.org/download/daily/?

These are own custom builds, right? Just checking if this is working with builds from https://builder.blender.org/download/daily/?
Member

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Member

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with the required information.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed. Thanks again for the report. If the problem persists please open a new report with the required information.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
3 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#96328
No description provided.