Opened 2 hours ago

#11260 new defect

in linux debian trixie, b:v command missing "M" or "K" makes a reset on my pc.

Reported by: elias tsolis Owned by:
Priority: normal Component: undetermined
Version: 7.0 Keywords: hang
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

for vids in *.mp4; do ffmpeg  -hwaccel vaapi -hwaccel_output_format yuv420p -vaapi_device /dev/dri/renderD128 -i "$vids" -vf "format=nv12,hwupload" -c:v hevc_vaapi  -video_track_timescale 90000   -b:v 17  "a_${vids/.*}.mp4"; done;

while -b:v 17M not!

ffmpeg version 7.0.2-3 Copyright (c) 2000-2024 the FFmpeg developers

built with gcc 14 (Debian 14.2.0-2)

Change History (0)

Note: See TracTickets for help on using tickets.