This forum is dedicated to testing early releases and cauldron : Howtos, tips, tricks and user global feedback and thoughts...
Helpful tip :For bugs tracking we use :
https://bugs.mageia.org = The Mageia Bug Tracker
In this bug tracker you'll find already reported bugs and you'll be able to report those you have found....
by tis » Aug 6th, '23, 13:59
FFMPEG no libx264 MGA9 in mga8 it worked well...
- Code: Select all
uname -a
Linux localhost.localdomain 6.4.8-desktop-2.mga9 #1 SMP PREEMPT_DYNAMIC Thu Aug 3 19:14:46 UTC 2023 x86_64 GNU/Linux
- Code: Select all
ffmpeg -framerate 30 -pattern_type glob -i '*.png' -c:v libx264 -pix_fmt yuv420p out.mp4
ffmpeg version 5.1.3 Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 12 (Mageia 12.3.0-3.mga9)
configuration: --prefix=/usr --enable-shared --enable-pic --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-runtime-cpudetect --enable-libaom --enable-libdc1394 --enable-librtmp --enable-libspeex --enable-libfreetype --enable-libgsm --enable-libcelt --enable-libopenmpt --enable-libopus --disable-libopencv --enable-libopenjpeg --enable-libvidstab --enable-libtwolame --enable-libxavs --enable-frei0r --enable-libmodplug --enable-libass --enable-gnutls --enable-libcdio --enable-libmfx --enable-libpulse --enable-libv4l2 --enable-opencl --enable-libmp3lame --enable-sndio --enable-libdav1d --disable-decoder=aac --disable-encoder=aac
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, image2, from '*.png':
Duration: 00:00:00.67, start: 0.000000, bitrate: N/A
Stream #0:0: Video: png, rgba(pc), 1920x1080 [SAR 2835:2835 DAR 16:9], 30 fps, 30 tbr, 30 tbn
Unknown encoder 'libx264'
Last edited by
tis on Aug 6th, '23, 14:23, edited 1 time in total.
-
tis
-
- Posts: 159
- Joined: Sep 30th, '19, 20:19
by tis » Aug 6th, '23, 14:10
Ty, sorry, my isp uses ip changeing loadbalance and bandwidth combine settings in there nat, so this forum always drops me out...
I've tried to install:
viewtopic.php?f=7&t=14380&p=84326&hilit=ffmpeg&sid=bf119b80f98f8aa29e2d52831e66ba14#p84326but urpmi sais it is older than accepted by some packages
I had
- lib64x264_164-0.164-0.20220222.2.mga9.tainted.x86_64
- x264-0.164-0.20220222.2.mga9.tainted.x86_64
installed because of
- obs-studio-29.1.2-1.mga9.tainted.x86_64
I removed, but now I cannot be reinstall these packages...
-
tis
-
- Posts: 159
- Joined: Sep 30th, '19, 20:19
by tis » Aug 6th, '23, 14:26
I solved that...
After added tainted, I haven't started the system update in MCC, but when obs missed I've tried and it is installed the new versions from tainted...
- Code: Select all
ffmpeg -framerate 30 -pattern_type glob -i '*.png' -c:v libx264 -pix_fmt yuv420p out.mp4
ffmpeg version 5.1.3 Copyright (c) 2000-2022 the FFmpeg developers
built with gcc 12 (Mageia 12.3.0-3.mga9)
configuration: --prefix=/usr --enable-shared --enable-pic --libdir=/usr/lib64 --shlibdir=/usr/lib64 --incdir=/usr/include --disable-stripping --enable-postproc --enable-gpl --enable-pthreads --enable-libtheora --enable-libvorbis --disable-encoder=vorbis --enable-libvpx --enable-runtime-cpudetect --enable-libaom --enable-libdc1394 --enable-librtmp --enable-libspeex --enable-libfreetype --enable-libgsm --enable-libcelt --enable-libopenmpt --enable-libopus --disable-libopencv --enable-libopenjpeg --enable-libvidstab --enable-libtwolame --enable-libxavs --enable-frei0r --enable-libmodplug --enable-libass --enable-gnutls --enable-libcdio --enable-libmfx --enable-libpulse --enable-libv4l2 --enable-opencl --enable-libmp3lame --enable-sndio --enable-libdav1d --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-version3 --enable-libx264 --enable-libx265 --enable-libvo-amrwbenc --enable-libxvid --enable-libjxl
libavutil 57. 28.100 / 57. 28.100
libavcodec 59. 37.100 / 59. 37.100
libavformat 59. 27.100 / 59. 27.100
libavdevice 59. 7.100 / 59. 7.100
libavfilter 8. 44.100 / 8. 44.100
libswscale 6. 7.100 / 6. 7.100
libswresample 4. 7.100 / 4. 7.100
libpostproc 56. 6.100 / 56. 6.100
Input #0, image2, from '*.png':
Duration: 00:00:00.67, start: 0.000000, bitrate: N/A
Stream #0:0: Video: png, rgba(pc), 1920x1080 [SAR 2835:2835 DAR 16:9], 30 fps, 30 tbr, 30 tbn
Stream mapping:
Stream #0:0 -> #0:0 (png (native) -> h264 (libx264))
Press [q] to stop, [?] for help
[libx264 @ 0x1e89340] using SAR=1/1
[libx264 @ 0x1e89340] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX FMA3 BMI2 AVX2
[libx264 @ 0x1e89340] profile High, level 4.0, 4:2:0, 8-bit
[libx264 @ 0x1e89340] 264 - core 164 - H.264/MPEG-4 AVC codec - Copyleft 2003-2022 - http://www.videolan.org/x264.html - options: cabac=1 ref=3 deblock=1:0:0 analyse=0x3:0x113 me=hex subme=7 psy=1 psy_rd=1.00:0.00 mixed_ref=1 me_range=16 chroma_me=1 trellis=1 8x8dct=1 cqm=0 deadzone=21,11 fast_pskip=1 chroma_qp_offset=-2 threads=6 lookahead_threads=1 sliced_threads=0 nr=0 decimate=1 interlaced=0 bluray_compat=0 constrained_intra=0 bframes=3 b_pyramid=2 b_adapt=1 b_bias=0 direct=1 weightb=1 open_gop=0 weightp=2 keyint=250 keyint_min=25 scenecut=40 intra_refresh=0 rc_lookahead=40 rc=crf mbtree=1 crf=23.0 qcomp=0.60 qpmin=0 qpmax=69 qpstep=4 ip_ratio=1.40 aq=1:1.00
Output #0, mp4, to 'out.mp4':
Metadata:
encoder : Lavf59.27.100
Stream #0:0: Video: h264 (avc1 / 0x31637661), yuv420p(tv, progressive), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 30 fps, 15360 tbn
Metadata:
encoder : Lavc59.37.100 libx264
Side data:
cpb: bitrate max/min/avg: 0/0/0 buffer size: 0 vbv_delay: N/A
frame= 20 fps=0.0 q=-1.0 Lsize= 118kB time=00:00:00.56 bitrate=1709.6kbits/s speed=0.69x
video:117kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.931721%
[libx264 @ 0x1e89340] frame I:1 Avg QP:20.78 size: 23786
[libx264 @ 0x1e89340] frame P:6 Avg QP:19.12 size: 10317
[libx264 @ 0x1e89340] frame B:13 Avg QP:21.77 size: 2587
[libx264 @ 0x1e89340] consecutive B-frames: 10.0% 10.0% 0.0% 80.0%
[libx264 @ 0x1e89340] mb I I16..4: 50.1% 45.0% 4.8%
[libx264 @ 0x1e89340] mb P I16..4: 4.4% 4.8% 1.0% P16..4: 13.0% 3.8% 2.5% 0.0% 0.0% skip:70.5%
[libx264 @ 0x1e89340] mb B I16..4: 0.2% 0.4% 0.2% B16..8: 11.0% 0.7% 0.1% direct: 0.4% skip:87.1% L0:32.7% L1:65.3% BI: 2.0%
[libx264 @ 0x1e89340] 8x8 transform intra:46.0% inter:86.1%
[libx264 @ 0x1e89340] coded y,uvDC,uvAC intra: 19.4% 23.1% 8.0% inter: 2.8% 3.0% 0.2%
[libx264 @ 0x1e89340] i16 v,h,dc,p: 54% 29% 5% 12%
[libx264 @ 0x1e89340] i8 v,h,dc,ddl,ddr,vr,hd,vl,hu: 21% 20% 41% 3% 2% 3% 2% 5% 2%
[libx264 @ 0x1e89340] i4 v,h,dc,ddl,ddr,vr,hd,vl,hu: 22% 12% 34% 5% 7% 9% 3% 5% 3%
[libx264 @ 0x1e89340] i8c dc,h,v,p: 76% 11% 11% 2%
[libx264 @ 0x1e89340] Weighted P-Frames: Y:0.0% UV:0.0%
[libx264 @ 0x1e89340] ref P L0: 83.8% 5.2% 9.9% 1.2%
[libx264 @ 0x1e89340] ref B L0: 83.1% 11.4% 5.5%
[libx264 @ 0x1e89340] ref B L1: 93.1% 6.9%
[libx264 @ 0x1e89340] kb/s:1431.82
-
tis
-
- Posts: 159
- Joined: Sep 30th, '19, 20:19
Return to Testing : Alpha, Beta, RC and Cauldron
Who is online
Users browsing this forum: No registered users and 1 guest