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
FlorianBad has joined #ffmpeg
lexano has quit [Ping timeout: 268 seconds]
Suchiman has quit [Quit: Connection closed for inactivity]
dostoyevsky2 has quit [Ping timeout: 260 seconds]
lusciouslover has quit [Ping timeout: 246 seconds]
lusciouslover has joined #ffmpeg
talismanick has quit [Remote host closed the connection]
hussein1_ has quit [Remote host closed the connection]
hussein1_ has joined #ffmpeg
Livio has quit [Ping timeout: 240 seconds]
kts has joined #ffmpeg
Blacker47 has joined #ffmpeg
Livio has joined #ffmpeg
five618480337 has joined #ffmpeg
five61848033 has quit [Ping timeout: 240 seconds]
five618480337 is now known as five61848033
ocrete6 has joined #ffmpeg
ocrete has quit [Ping timeout: 255 seconds]
ocrete6 is now known as ocrete
frojnd has quit [Ping timeout: 268 seconds]
frojnd has joined #ffmpeg
dostoyevsky2 has quit [Remote host closed the connection]
Tinos has quit [Ping timeout: 250 seconds]
a0z has quit [Quit: Leaving]
Livio has quit [Ping timeout: 264 seconds]
hightower2 has joined #ffmpeg
Vonter has quit [Ping timeout: 256 seconds]
dostoyevsky2 has joined #ffmpeg
Vonter has joined #ffmpeg
evilscreww has joined #ffmpeg
rsx has joined #ffmpeg
kts has quit [Ping timeout: 268 seconds]
Vonter has quit [Ping timeout: 256 seconds]
kts has joined #ffmpeg
Vonter has joined #ffmpeg
evilscreww has quit [Quit: Leaving]
Vonter has quit [Quit: WeeChat 4.3.1]
Vonter has joined #ffmpeg
Traneptora_ has quit [Quit: Quit]
lexano has joined #ffmpeg
Tinos has joined #ffmpeg
kts has quit [Quit: Konversation terminated!]
bitbinge has joined #ffmpeg
e^pi-1 has quit [Quit: WeeChat 4.3.1]
beaver has quit [Quit: Je suis normal.e]
beaver has joined #ffmpeg
SakuraChan has quit [Remote host closed the connection]
LFAdmin has joined #ffmpeg
<LFAdmin>
Hi! Someone here to help me with a small problem? I am trying to use a Behringer XR18 with ASIO driver under WINDOWS connected with Ethernet cable as audio input for ffmpeg and have no clue what "-i" params to use.
lavaball has joined #ffmpeg
fling has joined #ffmpeg
Sakura`Kinomoto has joined #ffmpeg
iliv has joined #ffmpeg
Ox7C5_ has joined #ffmpeg
five618480336 has joined #ffmpeg
five61848033 has quit [Ping timeout: 268 seconds]
five618480336 is now known as five61848033
Livio has joined #ffmpeg
Livio has quit [Ping timeout: 264 seconds]
bitbinge has quit [Quit: bitbinge]
bitbinge has joined #ffmpeg
beaver has quit [Quit: sudo sed -i s/9050/4098/g /usr/local/etc/tor/torrc]
pmarg has joined #ffmpeg
beaver has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
System_Error has quit [Ping timeout: 260 seconds]
System_Error has joined #ffmpeg
FlorianBad has quit [Quit: Konversation terminated!]
FlorianBad has joined #ffmpeg
Livio has joined #ffmpeg
rsx has quit [Quit: rsx]
delthas_cc0 has quit [Ping timeout: 240 seconds]
delthas_cc0 has joined #ffmpeg
Galisma has joined #ffmpeg
Galisma has quit [Client Quit]
ppw has joined #ffmpeg
<ppw>
IIRC ffmpeg allows lossless edits of opus files?
<furq>
it does not
<furq>
other than trimming off the start or end
<BtbN>
rough cutting with -c copy might work, if that's enough editing
coldfeet has quit [Remote host closed the connection]
<ppw>
my use case is: insert an opus clip in between an existing opus track
<ppw>
so, trim + concatenate, I guess
<furq>
that ought to be possible but not in one run
<ppw>
right
FlorianBad has quit [Quit: Konversation terminated!]
FlorianBad has joined #ffmpeg
<Lynne>
you can increase or decrease the volume of opus files losslessly though
kasper93 has quit [Remote host closed the connection]
<Lynne>
via -bsf:a opus_metadata=
<furq>
that must be new
<furq>
it's not even in the docs yet
kasper93 has joined #ffmpeg
LFAdmin has quit [Quit: Leaving]
five618480335 has joined #ffmpeg
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
five618480335 has quit [Ping timeout: 252 seconds]
coldfeet has joined #ffmpeg
Livio has quit [Ping timeout: 268 seconds]
FlorianBad has quit [Quit: Konversation terminated!]
FlorianBad has joined #ffmpeg
minimal has joined #ffmpeg
billchenchina has joined #ffmpeg
zoff99 has joined #ffmpeg
<zoff99>
hello. i am trying to cross compile ffmpeg 7.0.1 for windows on ubuntu 22.04
<zoff99>
locally in docker it works, but on github CI i get "Host compiler lacks C11 support"
<zoff99>
any ideas whats going on? switching back to 6.1.1 it works on both. without changing anything else
AbleBacon has joined #ffmpeg
<galad>
make sure the compiler in the github ci supports c11
<furq>
c11 is required as of 7.0
<furq>
and according to the changelog c17 will be required "in the near future"
<zoff99>
but again, when i run the same locally in docker 22.04 with the same commands it works
<galad>
well if something it's checking for a compiler feature, to debug it you would at least need to know which gcc or clang version you are trying to use
<furq>
make sure it's actually using the system mingw
<another|>
yasm? Is that still supported by ffmpeg?
<zoff99>
but how can it be different on github CI and locally
<zoff99>
ubuntu 22.04 should be the same, at least ballpark
<zoff99>
and why does it say "host compiler"? is host compiler the cross compiler or the native one
<furq>
if it's a different image it might have something preinstalled
<zoff99>
yeah i must be a system package. but still the configure should also work then
<zoff99>
because when i remove the line from configure it compiles just fine