Opened 6 years ago
Closed 6 years ago
#7212 closed defect (needs_more_info)
-ss before input does not provide proper output
Reported by: | ryonsabouni | Owned by: | |
---|---|---|---|
Priority: | normal | Component: | undetermined |
Version: | git-master | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Summary of the bug: When using -ss seek option before input file, seeks to correct spot BUT freezes the last video frame so that the output file is the same length as the input file. The audio is cut correctly, but the video is not.
How to reproduce:
% ffmpeg -ss 00:00:xx -i input.mp4 -c copy output.mp4 ffmpeg version 4.0 built on mac
Attachments (3)
Change History (10)
by , 6 years ago
Attachment: | ffmpeg-20180516-120457.log added |
---|
follow-up: 4 comment:1 by , 6 years ago
Priority: | important → normal |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Version: | git-master → unspecified |
-ss 3s
is invalid syntax. Use -ss 3
or -ss 00:00:03
.
comment:2 by , 6 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:3 by , 6 years ago
Resolution: | invalid |
---|---|
Status: | closed → reopened |
comment:4 by , 6 years ago
Replying to llogan:
-ss 3s
is invalid syntax. Use-ss 3
or-ss 00:00:03
.
yes it is. try it. Also using 3 or 00:00:03 produces the same error
follow-up: 6 comment:5 by , 6 years ago
Component: | ffmpeg → undetermined |
---|---|
Resolution: | → needs_more_info |
Status: | reopened → closed |
Please test current FFmpeg git head and please provide the input sample.
comment:6 by , 6 years ago
Resolution: | needs_more_info |
---|---|
Status: | closed → reopened |
Version: | unspecified → git-master |
Replying to cehoyos:
Please test current FFmpeg git head and please provide the input sample.
Double checked that I had git head installed and ran again. Same error. This error happens with any mp4 but I have now provided a sample mp4 that can be used.
This error occurs when using 00:00:03
, 3
or 3s
as a seek argument. 3 is simply there as an example. Any amount of time will not provide proper output.
by , 6 years ago
Attachment: | colorShort.mp4 added |
---|
by , 6 years ago
Attachment: | ffmpeg-git-master.log added |
---|
comment:7 by , 6 years ago
Resolution: | → needs_more_info |
---|---|
Status: | reopened → closed |
new ticket with bettter formatting and input/output files in the works
ffmpeg -report (removed repetitive lines to decrease file size)