Opened 2 years ago

Closed 2 years ago

#9726 closed defect (wontfix)

File duration: N/A in m2v file

Reported by: Smile Kisan Owned by:
Priority: normal Component: ffmpeg
Version: 4.2.4 Keywords: m2v error duration
Cc: Smile Kisan Blocked By:
Blocking: Reproduced by developer: yes
Analyzed by developer: no

Description

I am getting this error while tyring to guess the file duration of m2v file using command line interface. I am using the following sample file for testing:

https://filesamples.com/samples/video/m2v/sample_960x400_ocean_with_audio.m2v

How to reproduce:

ffmpeg -i testfile.m2v 2>&1

Error message:
Duration: N/A
No image "///home/smk/Pictures/Screenshot%20from%202022-04-13%2018-11-01.png" attached to file

Attachments (1)

Screenshot from 2022-04-13 18-11-01.png (161.3 KB ) - added by Smile Kisan 2 years ago.

Download all attachments as: .zip

Change History (3)

by Smile Kisan, 2 years ago

comment:1 by Smile Kisan, 2 years ago

Component: undeterminedffmpeg
Status: newopen
Summary: ffmpeg can not guess the file durationFile duration: N/A in m2v file

comment:2 by Marton Balint, 2 years ago

Priority: importantnormal
Resolution: wontfix
Status: openclosed

There is no way to guess the duration of a raw m2v file, other than reading it from the beginning till the end, so this is most likely a wontfix.

Note: See TracTickets for help on using tickets.