ffmpeg/fftools
James Almer c1818cb947 ffmpeg: fix usage of -shortest in codec copy scenarios
Don't mark all streams as finished, instead make sync_opts keep track of the
stream's duration, and set recording_time to it, same as in transcoding paths.

Fixes tickets #9512 and #9513.

Signed-off-by: James Almer <jamrial@gmail.com>
2021-12-01 18:16:56 -03:00
..
Makefile ffmpeg: remove ffmpeg_videotoolbox 2021-11-28 16:40:43 -06:00
cmdutils.c fftools: Constify values from av_dict_get() 2021-11-18 19:43:32 +01:00
cmdutils.h cmdutils: add an option for listing stream dispositions 2021-11-16 10:51:32 +01:00
ffmpeg.c ffmpeg: fix usage of -shortest in codec copy scenarios 2021-12-01 18:16:56 -03:00
ffmpeg.h fftools/ffmpeg_opt: Don't duplicate array unnecessarily 2021-11-30 11:53:22 +01:00
ffmpeg_filter.c ffmpeg: drop the -deinterlace option 2021-11-23 11:36:59 +01:00
ffmpeg_hw.c ffmpeg_hw: make hardware selection for filters more user friendly 2021-09-12 13:33:50 -03:00
ffmpeg_opt.c fftools/ffmpeg_opt: Don't set source_index redundantly 2021-11-30 12:06:02 +01:00
ffplay.c fftools: Constify values from av_dict_get() 2021-11-18 19:43:32 +01:00
ffprobe.c fftools/ffprobe: print size of attachment streams (extradata_size) 2021-11-29 21:30:11 +01:00