Public bug reported:
Hello everyone,,
Both windows and ubuntu version announce 8.0.1 but hxvs format works on
windows and not on ubuntu.
I used following commands:
Windows:
C:\Program Files (x86)\ffmpeg-2025-12-18-git-78c75d546a-full_build\bin>ffmpeg
-loglevel error -f hxvs -i \\diskstation\public\Test\A251221_213630_213644.264
-y \\diskstation\public\Test\pc_264.mp4
1>\\diskstation\public\Test\windows_264.txt 2>&1
linux:
docker run --rm -v /volume1/public/Test/:/data linuxserver/ffmpeg:latest
-loglevel debug -fflags +discardcorrupt+genpts -f hxvs -i
/data/A251221_213630_213644.264 -y /data/cameracoterue_264.mp4
1>/volume1/public/Test/linux_264.txt 2>&1
Linux version provides following result:
ffmpeg version 8.0.1 Copyright (c) 2000-2025 the FFmpeg developers
built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
configuration: --disable-debug --disable-doc --disable-ffplay --enable-alsa
--enable-cuda-llvm --enable-cuvid --enable-ffprobe --enable-gpl --enable-libaom
--enable-libass --enable-libdav1d --enable-libfdk_aac --enable-libfontconfig
--enable-libfreetype --enable-libfribidi --enable-libharfbuzz
--enable-libkvazaar --enable-liblc3 --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libplacebo --enable-librav1e --enable-librist
--enable-libshaderc --enable-libsrt --enable-libsvtav1 --enable-libtheora
--enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis
--enable-libvpl --enable-libvpx --enable-libvvenc --enable-libwebp
--enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid
--enable-libzimg --enable-libzmq --enable-nonfree --enable-nvdec --enable-nvenc
--enable-opencl --enable-openssl --enable-stripping --enable-vaapi
--enable-vdpau --enable-version3 --enable-vulkan
libavutil 60. 8.100 / 60. 8.100
libavcodec 62. 11.100 / 62. 11.100
libavformat 62. 3.100 / 62. 3.100
libavdevice 62. 1.100 / 62. 1.100
libavfilter 11. 4.100 / 11. 4.100
libswscale 9. 1.100 / 9. 1.100
libswresample 6. 1.100 / 6. 1.100
Splitting the commandline.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging level)
with argument 'debug'.
Reading option '-fflags' ... matched as AVOption 'fflags' with argument
'+discardcorrupt+genpts'.
Reading option '-f' ... matched as option 'f' (force container format
(auto-detected otherwise)) with argument 'hxvs'.
Reading option '-i' ... matched as input url with argument
'/data/A251221_213630_213644.264'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with
argument '1'.
Reading option '/data/cameracoterue_264.mp4' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url /data/A251221_213630_213644.264.
Applying option f (force container format (auto-detected otherwise)) with
argument hxvs.
Successfully parsed a group of options.
Opening an input file: /data/A251221_213630_213644.264.
[in#0 @ 0x555c9abf9bc0] Unknown input format: 'hxvs'
Error opening input file /data/A251221_213630_213644.264.
Error opening input files: Invalid argument
Exiting with exit code -22
Thanks
** Affects: ffmpeg (Ubuntu)
Importance: Undecided
Status: New
** Tags: docker ffmpeg hxvs linuxserver.io ubuntu
** Description changed:
Hello everyone,,
- Both windows and ubuntu version announce 8.0.1 but hsvx format works on
+ Both windows and ubuntu version announce 8.0.1 but hxvs format works on
windows and not on ubuntu.
I used following commands:
Windows:
C:\Program Files (x86)\ffmpeg-2025-12-18-git-78c75d546a-full_build\bin>ffmpeg
-loglevel error -f hxvs -i \\diskstation\public\Test\A251221_213630_213644.264
-y \\diskstation\public\Test\pc_264.mp4
1>\\diskstation\public\Test\windows_264.txt 2>&1
linux:
docker run --rm -v /volume1/public/Test/:/data linuxserver/ffmpeg:latest
-loglevel debug -fflags +discardcorrupt+genpts -f hxvs -i
/data/A251221_213630_213644.264 -y /data/cameracoterue_264.mp4
1>/volume1/public/Test/linux_264.txt 2>&1
Linux version provides following result:
ffmpeg version 8.0.1 Copyright (c) 2000-2025 the FFmpeg developers
- built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
- configuration: --disable-debug --disable-doc --disable-ffplay --enable-alsa
--enable-cuda-llvm --enable-cuvid --enable-ffprobe --enable-gpl --enable-libaom
--enable-libass --enable-libdav1d --enable-libfdk_aac --enable-libfontconfig
--enable-libfreetype --enable-libfribidi --enable-libharfbuzz
--enable-libkvazaar --enable-liblc3 --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libplacebo --enable-librav1e --enable-librist
--enable-libshaderc --enable-libsrt --enable-libsvtav1 --enable-libtheora
--enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis
--enable-libvpl --enable-libvpx --enable-libvvenc --enable-libwebp
--enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid
--enable-libzimg --enable-libzmq --enable-nonfree --enable-nvdec --enable-nvenc
--enable-opencl --enable-openssl --enable-stripping --enable-vaapi
--enable-vdpau --enable-version3 --enable-vulkan
- libavutil 60. 8.100 / 60. 8.100
- libavcodec 62. 11.100 / 62. 11.100
- libavformat 62. 3.100 / 62. 3.100
- libavdevice 62. 1.100 / 62. 1.100
- libavfilter 11. 4.100 / 11. 4.100
- libswscale 9. 1.100 / 9. 1.100
- libswresample 6. 1.100 / 6. 1.100
+ built with gcc 13 (Ubuntu 13.3.0-6ubuntu2~24.04)
+ configuration: --disable-debug --disable-doc --disable-ffplay --enable-alsa
--enable-cuda-llvm --enable-cuvid --enable-ffprobe --enable-gpl --enable-libaom
--enable-libass --enable-libdav1d --enable-libfdk_aac --enable-libfontconfig
--enable-libfreetype --enable-libfribidi --enable-libharfbuzz
--enable-libkvazaar --enable-liblc3 --enable-libmp3lame
--enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg
--enable-libopus --enable-libplacebo --enable-librav1e --enable-librist
--enable-libshaderc --enable-libsrt --enable-libsvtav1 --enable-libtheora
--enable-libv4l2 --enable-libvidstab --enable-libvmaf --enable-libvorbis
--enable-libvpl --enable-libvpx --enable-libvvenc --enable-libwebp
--enable-libx264 --enable-libx265 --enable-libxml2 --enable-libxvid
--enable-libzimg --enable-libzmq --enable-nonfree --enable-nvdec --enable-nvenc
--enable-opencl --enable-openssl --enable-stripping --enable-vaapi
--enable-vdpau --enable-version3 --enable-vulkan
+ libavutil 60. 8.100 / 60. 8.100
+ libavcodec 62. 11.100 / 62. 11.100
+ libavformat 62. 3.100 / 62. 3.100
+ libavdevice 62. 1.100 / 62. 1.100
+ libavfilter 11. 4.100 / 11. 4.100
+ libswscale 9. 1.100 / 9. 1.100
+ libswresample 6. 1.100 / 6. 1.100
Splitting the commandline.
Reading option '-loglevel' ... matched as option 'loglevel' (set logging
level) with argument 'debug'.
Reading option '-fflags' ... matched as AVOption 'fflags' with argument
'+discardcorrupt+genpts'.
Reading option '-f' ... matched as option 'f' (force container format
(auto-detected otherwise)) with argument 'hxvs'.
Reading option '-i' ... matched as input url with argument
'/data/A251221_213630_213644.264'.
Reading option '-y' ... matched as option 'y' (overwrite output files) with
argument '1'.
Reading option '/data/cameracoterue_264.mp4' ... matched as output url.
Finished splitting the commandline.
Parsing a group of options: global .
Applying option loglevel (set logging level) with argument debug.
Applying option y (overwrite output files) with argument 1.
Successfully parsed a group of options.
Parsing a group of options: input url /data/A251221_213630_213644.264.
Applying option f (force container format (auto-detected otherwise)) with
argument hxvs.
Successfully parsed a group of options.
Opening an input file: /data/A251221_213630_213644.264.
[in#0 @ 0x555c9abf9bc0] Unknown input format: 'hxvs'
Error opening input file /data/A251221_213630_213644.264.
Error opening input files: Invalid argument
Exiting with exit code -22
Thanks
** Tags added: docker ffmpeg hxvs linuxserver.io ubuntu
--
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/2137217
Title:
FFMPEG 8.0.1 on ubuntu/linux does not have HXVS format enabled
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ffmpeg/+bug/2137217/+subscriptions
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs