ChanServ changed the topic of #ffmpeg to: Welcome to the FFmpeg USER support channel | Development channel: #ffmpeg-devel | Bug reports: https://ffmpeg.org/bugreports.html | Wiki: https://trac.ffmpeg.org/ | This channel is publically logged | FFmpeg 7.1.1 is released
Nact has quit [Quit: Konversation terminated!]
Shine_ has joined #ffmpeg
lolok has quit [Quit: lolok]
Shine__ has joined #ffmpeg
de-facto has quit [Remote host closed the connection]
de-facto has joined #ffmpeg
Shine_ has quit [Ping timeout: 248 seconds]
de-facto has quit [Remote host closed the connection]
de-facto has joined #ffmpeg
System_Error has joined #ffmpeg
Shine__ has quit [Read error: Connection reset by peer]
etra has quit [Ping timeout: 272 seconds]
etra has joined #ffmpeg
etra has quit [Changing host]
etra has joined #ffmpeg
Fiji has quit [Remote host closed the connection]
Fiji has joined #ffmpeg
jmcantrell has joined #ffmpeg
Magadi has joined #ffmpeg
Magadi has quit [Client Quit]
Magadi has joined #ffmpeg
Magadi has quit [Quit: WeeChat 4.1.1]
maxim_d33 has quit [Ping timeout: 268 seconds]
maxim_d33 has joined #ffmpeg
Sakura`Kinomoto has quit [Ping timeout: 248 seconds]
Fiji has quit [Remote host closed the connection]
maxim_d33 has quit [Ping timeout: 272 seconds]
jmcantrell has quit [Ping timeout: 248 seconds]
Sakura`Kinomoto has joined #ffmpeg
maxim_d33 has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
tm512` has joined #ffmpeg
tm512` has quit [Changing host]
tm512` has joined #ffmpeg
tm512 has quit [Ping timeout: 244 seconds]
tm512` is now known as tm512
ZLima12 has quit [Quit: No Ping reply in 180 seconds.]
ZLima12 has joined #ffmpeg
ZLima12 has quit [Read error: Connection reset by peer]
ZLima12 has joined #ffmpeg
System_Error has joined #ffmpeg
cantelope has quit [Quit: Connection closed for inactivity]
flotwig has quit [Ping timeout: 245 seconds]
flotwig has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
flotwig has quit [Read error: Connection reset by peer]
flotwig has joined #ffmpeg
System_Error has joined #ffmpeg
lavaball has joined #ffmpeg
acidbunn` has joined #ffmpeg
acidbunny has quit [Ping timeout: 276 seconds]
Hackerpcs has quit [Quit: Hackerpcs]
Hackerpcs has joined #ffmpeg
Hackerpcs has quit [Max SendQ exceeded]
Hackerpcs has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
pastelowl has quit [Quit: WeeChat 4.6.3]
FH_thecat has quit [Ping timeout: 248 seconds]
<MisterMinister>
any way to see track # in astats/ametadta please? `astats=metadata=1:reset=1:measure_perchannel=RMS_level:measure_overall=RMS_level,ametadata=mode=print` have up to 8 tracks audio with 2 or 4 channels. all have samle labels: "lavfi.astats.x.RMS_level", where x is channel. Any advice is more than welcome.
lavaball has quit [Remote host closed the connection]
pelotron has joined #ffmpeg
Blacker47 has joined #ffmpeg
blb has quit [Ping timeout: 245 seconds]
blb has joined #ffmpeg
FH_thecat has joined #ffmpeg
SuicideShow has quit [Ping timeout: 260 seconds]
SuicideShow has joined #ffmpeg
MisterMinister has quit [Remote host closed the connection]
MisterMinister has joined #ffmpeg
Sketch has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
<furq>
MisterMinister: measure_perchannel instead of measure_overall
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg
jafa has quit [Ping timeout: 245 seconds]
<MisterMinister>
furq: not sure its helping id the audio tracks.
Shine_ has joined #ffmpeg
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg
microchip_ has quit [Remote host closed the connection]
microchip_ has joined #ffmpeg
Kroko has joined #ffmpeg
Kroko has quit [Remote host closed the connection]
lavaball has joined #ffmpeg
lusciouslover has quit [Quit: \]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
bertieb has quit [Read error: Connection reset by peer]
martylake has quit [Ping timeout: 260 seconds]
Forza has quit [Ping timeout: 276 seconds]
phr3ak has joined #ffmpeg
Forza has joined #ffmpeg
EmleyMoor has joined #ffmpeg
MisterMinister has quit [Ping timeout: 252 seconds]
YUiNA has quit [Remote host closed the connection]
rizino has quit [Ping timeout: 265 seconds]
chiselfuse has quit [Remote host closed the connection]
hpkn has quit [Remote host closed the connection]
chiselfuse has joined #ffmpeg
Shine_ has quit [Read error: Connection reset by peer]
EmleyMoor has quit [Ping timeout: 248 seconds]
EmleyMoor has joined #ffmpeg
cantelope has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
martylake has joined #ffmpeg
Shine_ has joined #ffmpeg
minimal has joined #ffmpeg
ShadowJK has quit [Ping timeout: 244 seconds]
ShadowJK has joined #ffmpeg
putacho has joined #ffmpeg
microchip_ has quit [Ping timeout: 244 seconds]
System_Error has quit [Remote host closed the connection]
putacho is now known as microchip_
jafa has joined #ffmpeg
jmcantrell has joined #ffmpeg
System_Error has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 276 seconds]
zsoltiv_ has quit [Ping timeout: 252 seconds]
EmleyMoor has joined #ffmpeg
monash has joined #ffmpeg
<monash>
LD_LIBRARY_PATH=/opt/ffmpeg/lib64 ldd /opt/usr/bin/ffplay | grep libdav1d => libdav1d.so.7 => /usr/lib64/libdav1d.so.7, but when I use the same cmdline to play a file it is picking up the wrong solib apparently and i see: [libdav1d @ 0x7f9e9c1120c0] libdav1d 1.5.0 [libdav1d @ 0x7f9e9c1120c0] Compiled without support for 8-bit decoding
<monash>
ah no, it's the right solib version. but what does "Compiled without support for 8-bit decoding" mean, is it something I can rectify?
<ePirat>
it means whoever built the dav1d library did not enable higher bit-depths at build time
<monash>
yes user error on my part sorry
<ePirat>
if you built it yourself the obvious solution is to reconfigure with the respective option for that and rebuild
<ePirat>
dav1d that is, not ffmpeg
<monash>
my mistake. i thought i fixed it when upgrading but i hadnt.
acidbunn` is now known as acidbunny
flotwig has quit [Read error: Connection reset by peer]
flotwig has joined #ffmpeg
flotwig has quit [Changing host]
flotwig has joined #ffmpeg
Nact has joined #ffmpeg
YUiNA has joined #ffmpeg
monash has quit [Ping timeout: 252 seconds]
jmcantrell has quit [Quit: WeeChat 4.6.3]
jmcantrell has joined #ffmpeg
qqe has joined #ffmpeg
<sam113101>
As you guys all know, I film myself during sleep. I've got a video that is 7 hours long and 6.7 GB in size. Is there any way I can shrink that down to less than 512 MB?
<ePirat>
depends how much you are willing to sacrifice on quality, I guess?