BtbN 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.0 is released
five618480339 has joined #ffmpeg
five61848033 has quit [Ping timeout: 240 seconds]
five618480339 is now known as five61848033
System_Error has quit [Ping timeout: 260 seconds]
lexano has quit [Ping timeout: 246 seconds]
System_Error has joined #ffmpeg
minimal has quit [Quit: Leaving]
Muimi__ has joined #ffmpeg
Magissia has quit [Ping timeout: 256 seconds]
lusciouslover has joined #ffmpeg
Magissia has joined #ffmpeg
robobub has joined #ffmpeg
Tinos has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
five618480331 has joined #ffmpeg
five61848033 has quit [Remote host closed the connection]
five618480331 is now known as five61848033
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
relue has joined #ffmpeg
relue has quit [Client Quit]
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
a0z has joined #ffmpeg
Sakura`Kinomoto has quit [Remote host closed the connection]
e^pi-1 has quit [Quit: WeeChat 4.3.1]
e^pi-1 has joined #ffmpeg
Sakura`Kinomoto has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
kts has joined #ffmpeg
System_Error has joined #ffmpeg
zsoltiv_ has quit [Read error: Connection reset by peer]
zsoltiv_ has joined #ffmpeg
kts has quit [Ping timeout: 252 seconds]
FlorianBad has quit [Quit: Konversation terminated!]
Suchiman has quit [Quit: Connection closed for inactivity]
kts has joined #ffmpeg
Muimi__ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
rv1sr has joined #ffmpeg
wallacer has quit [Ping timeout: 240 seconds]
AbleBacon has quit [Read error: Connection reset by peer]
wallacer has joined #ffmpeg
HarshK23 has joined #ffmpeg
wallacer has quit [Ping timeout: 260 seconds]
kts has quit [Ping timeout: 240 seconds]
kts has joined #ffmpeg
wallacer has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
wallacer has quit [Ping timeout: 256 seconds]
wallacer has joined #ffmpeg
kts has quit [Ping timeout: 268 seconds]
jagannatharjun has joined #ffmpeg
peterLustig67 has joined #ffmpeg
Livio has joined #ffmpeg
beastd has quit [Quit: KVIrc 5.2.4 Quasar http://www.kvirc.net/]
beastd has joined #ffmpeg
xx has joined #ffmpeg
peterLustig67 has quit [Remote host closed the connection]
peterLustig67 has joined #ffmpeg
wallacer has quit [Ping timeout: 256 seconds]
Livio has quit [Ping timeout: 255 seconds]
Livio has joined #ffmpeg
wallacer has joined #ffmpeg
kts has joined #ffmpeg
wallacer has quit [Ping timeout: 246 seconds]
raccct has joined #ffmpeg
wallacer has joined #ffmpeg
Alex1f341 has joined #ffmpeg
Suchiman has joined #ffmpeg
noobaroo has joined #ffmpeg
kts has quit [Ping timeout: 268 seconds]
<Alex1f341> Good day peeps, could someone guide me through this please?
<Alex1f341> I'm trying to create a test sample with the ffmpeg from the commandline. I aim to create a 10-bit video sample with a specific color on each frame. The problem is that the `color` filter on libav only supports colors in 0xXXXXXX hex format (24 bits), but 10-bit color needs more bits than that. Is there an alternative way to represent colors with this filter?
<Alex1f341> Appreciate it :D
iliv has joined #ffmpeg
wallacer has quit [Ping timeout: 240 seconds]
mikehu44 has joined #ffmpeg
m5zs7k has quit [Ping timeout: 252 seconds]
m5zs7k has joined #ffmpeg
lavaball has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
kus has joined #ffmpeg
Juest has quit [Ping timeout: 272 seconds]
<noobaroo> I converted a EAC3+Atmos 768kbps 5.1 stream to AAC and also to Opus, because my TV won't play the original stream (I guess because of the atmos part)
mikehu44 has quit [Read error: Connection reset by peer]
Juest has joined #ffmpeg
celmor has joined #ffmpeg
<noobaroo> But I'm a little weirded out because under Audacity, the opus and the original audio look basically identical, and the aac one looks significantly warped.
<noobaroo> I don't know how the ffmpeg decoding of eac3+atmos work. But I'm wondering if it's possible if libfdk_aac is somehow encoding the atmos data into the stream, and maybe opus is ignoring it ?
<noobaroo> That would also mean that audacity ignores the atmos stuff when looking at the original stream though.
<noobaroo> According to mediainfo: Format : E-AC-3 JOC, Format/Info: Enhanced AC-3 with Joint Object Coding, Commercial name: Dolby Digital Plus with Dolby Atmos, Codec ID : A_EAC3
<noobaroo> I tried to use bsf:a eac3_core to get rid of the atmos stuff, but didn't work and apparently there is a 6 year old ticket about this with no resolution: https://trac.ffmpeg.org/ticket/7574
<galad> atmos is totally ignored
<galad> libfdk_aac might apply a cutoff
<noobaroo> What do you mean? and thanks for replying :)
<furq> fdk usually applies a lowpass filter
<noobaroo> I'm lost but I will Google cutoff and lowpass filter
<noobaroo> Thanks
<furq> opus does as well but it's almost always at 20khz
<furq> so it will be a lot less obvious in spectrals
<noobaroo> Thanks. While you're here do you maybe know why he_aac doesn't work on Kubuntu? I even built it from source from https://sourceforge.net/projects/opencore-amr/ And tried the fbdkaac standalone binary, it says unsupported profile
<furq> no idea
<furq> he-aac sounds awful in my experience
<noobaroo> Oh okay
<noobaroo> How do I set AACENC_BANDWIDTH value?
<furq> i believe it's mapped in ffmpeg as -cutoff
<noobaroo> Thanks
<noobaroo> I think -cutoff worked, no errors and the filesize is larger, but in Audacity it looks identical (still warped)
<noobaroo> I also tried vbr 5 and all 3 fdkaac encodes all look the same, all warped
<noobaroo> I guess I will probably go with opus then.
<noobaroo> What do you recommend I set cutoff to ?
<furq> i recommend you don't
<noobaroo> Okay.. does that mean for opus I should set it to less than 20khz then?
HerbY_NL has joined #ffmpeg
kts has joined #ffmpeg
<furq> no it means you should just let the codec do whatever it thinks is best
emanuele6 has quit [Ping timeout: 240 seconds]
<noobaroo> If I encode from dts-hd to something else, is it the same as encoding from bsf dca_core? Is it ignoring the dts-hd part?
<noobaroo> Audacity does show different stuff for the dts-hd versus the dca_core so it isn't ignoring the hd extensions
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
emanuele6 has joined #ffmpeg
kts has quit [Ping timeout: 268 seconds]
kts has joined #ffmpeg
kts has quit [Ping timeout: 268 seconds]
rvalue has quit [Ping timeout: 256 seconds]
System_Error has joined #ffmpeg
rvalue has joined #ffmpeg
coldfeet has joined #ffmpeg
kts has joined #ffmpeg
lexano has joined #ffmpeg
vlm has joined #ffmpeg
rmnmjw has joined #ffmpeg
Blacker47 has joined #ffmpeg
Livio has quit [Ping timeout: 252 seconds]
coldfeet has quit [Remote host closed the connection]
jagannatharjun has quit [Quit: Connection closed for inactivity]
HerbY_NL has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
kus has quit [Read error: Connection reset by peer]
coldfeet has joined #ffmpeg
stonerl has quit [Quit: ZNC 1.9.0 - https://znc.in]
kus has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
minimal has joined #ffmpeg
vlm_ has joined #ffmpeg
vlm has quit [Read error: Connection reset by peer]
e^pi-1 has quit [Quit: WeeChat 4.3.1]
Sl4yer has quit [Ping timeout: 268 seconds]
Sl4yer has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
kts has quit [Ping timeout: 268 seconds]
raccct has quit [Ping timeout: 250 seconds]
peterLustig67 has quit [Ping timeout: 250 seconds]
pmarg has joined #ffmpeg
pmarg has quit [Quit: Lost terminal]
hightower2 has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
blb has quit [Quit: brb]
Alex1f341 has left #ffmpeg [#ffmpeg]
iliv has quit [Ping timeout: 256 seconds]
blb has joined #ffmpeg
HerbY_NL has joined #ffmpeg
lucasta has joined #ffmpeg
wallacer has joined #ffmpeg
m5zs7k has quit [Ping timeout: 252 seconds]
Livio has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
HerbY_NL has joined #ffmpeg
deetwelve has quit [Quit: null]
stonerl has joined #ffmpeg
m5zs7k has joined #ffmpeg
stonerl has quit [Remote host closed the connection]
deetwelve has joined #ffmpeg
stonerl has joined #ffmpeg
HerbY_NL has quit [Ping timeout: 268 seconds]
stonerl has quit [Remote host closed the connection]
stonerl has joined #ffmpeg
stonerl has quit [Client Quit]
stonerl has joined #ffmpeg
rmnmjw has quit [Ping timeout: 268 seconds]
hsv_ has joined #ffmpeg
a0z has quit [Remote host closed the connection]
a0z has joined #ffmpeg
billchenchina has joined #ffmpeg
FlorianBad has joined #ffmpeg
Livio has quit [Quit: leaving]
a0z has quit [Ping timeout: 252 seconds]
Tinos has quit [Remote host closed the connection]
sonicrules1234 has joined #ffmpeg
minimal has quit [Quit: Leaving]
System_Error has quit [Remote host closed the connection]
mrelcee has quit [Quit: I want Waffles!]
mrelcee has joined #ffmpeg
System_Error has joined #ffmpeg
rmnmjw has joined #ffmpeg
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
Tinos has joined #ffmpeg
rmnmjw_ has joined #ffmpeg
rmnmjw has quit [Ping timeout: 240 seconds]
celmor has quit [Quit: Client closed]
System_Error has quit [Remote host closed the connection]
MrZeus has joined #ffmpeg
System_Error has joined #ffmpeg
bitoff has joined #ffmpeg
bitoff has quit [Max SendQ exceeded]
bitoff has joined #ffmpeg
MrZeus has quit [Ping timeout: 255 seconds]
rmnmjw_ has quit [Quit: Leaving]
m5zs7k has quit [Ping timeout: 268 seconds]
m5zs7k has joined #ffmpeg
namazso has quit [Remote host closed the connection]
namazso has joined #ffmpeg
tranzistor has quit [Quit: lahko noč]
tranzistor has joined #ffmpeg
Muimi__ has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
pmarg has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
Sciencentistguy has quit [Quit: o/]
pmarg has quit [Quit: leaving]
pmarg has joined #ffmpeg
pmarg has quit [Client Quit]
pmarg has joined #ffmpeg
Sciencentistguy has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
System_Error has quit [Ping timeout: 260 seconds]
System_Error has joined #ffmpeg
tranzistor has quit [Quit: lahko noč]
tranzistor has joined #ffmpeg
iliv has joined #ffmpeg
HarshK23 has quit [Quit: Connection closed for inactivity]
minimal has joined #ffmpeg
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
Vonter has quit [Ping timeout: 268 seconds]
Vonter has joined #ffmpeg
coldfeet has joined #ffmpeg
pmarg has quit [Quit: Lost terminal]
Muimi__ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Kroko has joined #ffmpeg
Kroko has quit [Remote host closed the connection]
Sakura`Kinomoto has quit [Ping timeout: 256 seconds]
SakuraChan has joined #ffmpeg
Livio has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
coldfeet has quit [Quit: Lost terminal]
microchip__ has joined #ffmpeg
microchip_ has quit [Ping timeout: 255 seconds]
microchip__ is now known as microchip_
rv1sr has quit []
AbleBacon has joined #ffmpeg
Arokh has quit [Ping timeout: 268 seconds]
pmarg has joined #ffmpeg
pmarg has quit [Remote host closed the connection]
pmarg has joined #ffmpeg
e^pi-1 has joined #ffmpeg
iliv has quit [Ping timeout: 268 seconds]
Livio has quit [Ping timeout: 272 seconds]
bitbinge has quit [Ping timeout: 260 seconds]
hightower3 has joined #ffmpeg
pmarg has quit [Quit: leaving]
hightower2 has quit [Ping timeout: 246 seconds]
hightower3 has quit [Quit: Leaving]
lavaball has quit [Remote host closed the connection]
SuicideShow has quit [Ping timeout: 268 seconds]
SuicideShow has joined #ffmpeg
vlm_ has quit [Quit: Leaving]
finsternis has quit [Ping timeout: 268 seconds]
KDDLB has quit [Ping timeout: 256 seconds]
KDDLB has joined #ffmpeg
finsternis has joined #ffmpeg
emanuele6 has quit [Read error: Connection reset by peer]
emanuele6 has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 260 seconds]
xx has quit [Ping timeout: 260 seconds]
EmleyMoor has joined #ffmpeg
Arokh has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
FlorianBad has quit [Remote host closed the connection]