Opened 8 years ago
Closed 8 years ago
#5813 closed enhancement (needs_more_info)
IDR with opengop
Reported by: | Mista_D | Owned by: | |
---|---|---|---|
Priority: | wish | Component: | avcodec |
Version: | unspecified | Keywords: | libx264 |
Cc: | Blocked By: | ||
Blocking: | Reproduced by developer: | no | |
Analyzed by developer: | no |
Description
Can not insert IDR frames using "-force_key_frame" command while using "open_gop" with libx264.
ffmpeg -i input -x264-params open_gop=1 -force_key_frames 10,20 output.mp4
FFmpeg version: 3.1.2
The "forced" key frames are not IDR, nor scene_change detected ones, while later is expected.
Bounty $50 USD using paypal or WU for qpfile FFmpeg patch.
Expires Sept 6th, 2016
Thank you!
Change History (3)
comment:1 by , 8 years ago
comment:2 by , 8 years ago
Component: | ffmpeg → avcodec |
---|---|
Keywords: | libx264 added |
Priority: | normal → wish |
Version: | → unspecified |
If this issue is still reproducible please test current FFmpeg git head and provide the command line that allows to reproduce the issue together with the complete, uncut console output to make this a valid ticket.
comment:3 by , 8 years ago
Resolution: | → needs_more_info |
---|---|
Status: | new → closed |
Maybe add a "I-frame_type" feature to "force_key_frame" option if possible?