Opened 9 years ago

Closed 9 years ago

#4891 closed defect (invalid)

Option `-sseof` does not have any effect

Reported by: hkz85825915 Owned by:
Priority: normal Component: ffmpeg
Version: unspecified Keywords: sseof
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

When I run this command:

ffmpeg -i a.mp4 -c copy -sseof 30 b.mp4

The output is sitll the same length as the input while it is supposed to be the last 30 seconds.

Version: 2.8
Platform: Arch Linux

Change History (1)

comment:1 by Carl Eugen Hoyos, 9 years ago

Resolution: invalid
Status: newclosed

Please understand that this is a bugtracker, use the user mailing list for usage questions!

$ ffmpeg -sseof -30 -i a.mp4 -c copy b.mp4
Note: See TracTickets for help on using tickets.