Package: ffmpeg
Version: 7:7.1.1-1+b1
Package: intel-media-va-driver-non-free
Version: 25.1.4+ds1-1
Dear Maintainers,
I am encountering an issue when attempting to convert files using ffmpeg with the hevc_qsv encoder (Intel QuickSync) on Debian Trixie.
Previously, I was able to perform similar conversions on Debian Bookworm using the following packages:
My current package versions are:
The command I am using is:
ffmpeg -hide_banner -i "$file" -c:v hevc_qsv -global_quality 21 -c:a copy "output.mp4"
This command results in the following error output:
[hevc_qsv @ 0x55f4441bb700] Error creating a MFX session: -9.
[vost#0:0/hevc_qsv @ 0x55f44421c980] Error while opening encoder - maybe incorrect parameters such as bit_rate, rate, width or height.
[vf#0:0 @ 0x55f44421c840] Error sending frames to consumers: Unknown error occurred
[vf#0:0 @ 0x55f44421c840] Task finished with error code: -1313558101 (Unknown error occurred)
[vf#0:0 @ 0x55f44421c840] Terminating thread with return code -1313558101 (Unknown error occurred)
[vost#0:0/hevc_qsv @ 0x55f44421c980] Could not open encoder before EOF
[vost#0:0/hevc_qsv @ 0x55f44421c980] Task finished with error code: -22 (Invalid argument)
[vost#0:0/hevc_qsv @ 0x55f44421c980] Terminating thread with return code -22 (Invalid argument)
[out#0/mp4 @ 0x55f4441bdd40] Nothing was written into output file, because at least one of its streams received no packets.
frame= 0 fps=0.0 q=0.0 Lsize= 0KiB time=N/A bitrate=N/A speed=N/A
Conversion failed!
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55838a2fd1c0] Format mov,mp4,m4a,3gp,3g2,mj2 detected only with low score of 1, misdetection possible!
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x55838a2fd1c0] moov atom not found
[in#0 @ 0x55838a2fcf00] Error opening input: Invalid data found when processing input
Error opening input file output.mp4.
Error opening input files: Invalid data found when processing input
I have verified that the same command works with ffmpeg 7 on openSUSE Slowroll, so I believe the command itself is correct.
The main difficulty is identifying which package this issue is related to. I would appreciate any guidance or suggestions on how to proceed.
Thank you for your assistance.
Amir Alavi
|