[FFmpeg-user] forced-idr -- 3 more tired

Will Boba w_boba at hotmail.com
Wed Jul 10 20:51:06 EEST 2024


On 7/10/24 10:26, Mark Filipak wrote:
> Three more tried.
>
> ffmpeg -forced-idr 1 -i ... -c:v libx264 -an -sn -start_at_zero 
> -muxdelay 0 ...
> [in#0 @ 0000000000542d00] Error opening input: Invalid data found when 
> processing input
>
> ffmpeg -i ... -forced-idr 1 -c:v libx264 -an -sn -start_at_zero 
> -muxdelay 0 ...
> [in#0 @ 0000000000542d00] Error opening input: Invalid data found when 
> processing input
>
> ffmpeg -i ... -c:v libx264 -an -sn -start_at_zero -muxdelay 0 
> -forced-idr 1 ...
> [in#0 @ 0000000000542d00] Error opening input: Invalid data found when 
> processing input
>
This option belongs to libx264, not to FFmpeg.

Try this:

"-x264opts forced-idr"

---
Will



More information about the ffmpeg-user mailing list