Marth64 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 is released
stonerl_ has joined #ffmpeg
foul_owl has quit [Ping timeout: 252 seconds]
System_Error has joined #ffmpeg
robobub has joined #ffmpeg
derpydoo has joined #ffmpeg
foul_owl has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
gchound has joined #ffmpeg
iive has quit [Quit: They came for me...]
Marth64 has quit [Remote host closed the connection]
Kei_N_ has quit [Read error: Connection reset by peer]
Kei_N has joined #ffmpeg
jarthur has quit [Quit: jarthur]
Tano has quit [Ping timeout: 244 seconds]
gchound has quit [Quit: WeeChat 4.1.1]
derpydoo has quit [Ping timeout: 245 seconds]
xx has quit [Ping timeout: 264 seconds]
rex has quit [Read error: Connection reset by peer]
jtgd has quit [Quit: WeeChat 4.5.1]
rex has joined #ffmpeg
^Neo has joined #ffmpeg
^Neo has joined #ffmpeg
jtgd has joined #ffmpeg
bray90820 has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
bray90820 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
five618480339176 has quit [Remote host closed the connection]
five618480339176 has joined #ffmpeg
System_Error has joined #ffmpeg
capslair^ has joined #ffmpeg
evilscreww has joined #ffmpeg
furq has quit [Remote host closed the connection]
acovrig601241 has joined #ffmpeg
acovrig60124 has quit [Ping timeout: 268 seconds]
acovrig601241 is now known as acovrig60124
Tano has joined #ffmpeg
evilscreww has quit [Ping timeout: 250 seconds]
StephenLynx has quit [Quit: Leaving]
^Neo has quit [Ping timeout: 260 seconds]
emanuele6 has quit [Ping timeout: 252 seconds]
emanuele6 has joined #ffmpeg
emanuele6 has quit [Client Quit]
Guest75 has joined #ffmpeg
<Guest75> Is this active?
<Guest75> Anyone come across this errorr
<Guest75>  RuntimeWarning: Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work
<Guest75>   warn("Couldn't find ffmpeg or avconv - defaulting to ffmpeg, but may not work", RuntimeWarning)
<Guest75>  * Debugger is active!
<aaabbb> what is giving you that error?
<aaabbb> whatever you are using must be ancient. avconv is long dead
<Guest75> I got it now, im using latest of everything but I needed to add PATH env
<Guest75> But now met with new error ffmpeg returned error code: 3199971767
<aaabbb> what is the exact command?
<Guest75> def upload_audio():
<Guest75>     if 'audio' not in request.form:
<Guest75>         return jsonify({'error': 'No audio data provided'}), 400
<Guest75>     try:
<Guest75>         print("Audio received.")
<Guest75>         # Decode base64 audio data
<Guest75>         audio_data = request.form['audio']
<Guest75>         audio_data = audio_data.split(",")[1] # Remove the data URL prefix
<Guest75>         print("Base64 decoded.")
<Guest75>         audio_data = base64.b64decode(audio_data)
<Guest75>         print("Audio data decoded successfully.")
<Guest75>         # Convert the audio to WAV format using pydub
<Guest75>         audio = AudioSegment.from_file(io.BytesIO(audio_data), format="wav")
<Guest75>         print("AudioSegment loaded.")
<Guest75>         audio = audio.set_frame_rate(16000).set_channels(1)
<Guest75>         temp_output_path = "temp.wav"
<Guest75>         audio.export(temp_output_path, format="wav")
<Guest75>         print("Audio exported to temp.wav.")
<aaabbb> don't paste it, put it on a paste site
<aaabbb> ok so you're using python ffmpeg bindings. i don't know anything about that
<Guest75> Thanks for the help though
<Guest75> What alternative do you usually use
<aaabbb> i use ffmpeg the command line utility itself
<Guest75> Gotcha
<Guest75> do you have some code example of using it
olndrxyz has quit [Read error: Connection reset by peer]
<aaabbb> there are a million examples, what is it you're trying to do?
<Guest75> Im trying to use speech to text then sending it into a Chat GPT Prompt
<aaabbb> ffmpeg has the asr (automatic speech recognition) filter which uses pocketsphinx, but it's not easy to use and it's not the best at recognizing speech anyway
<aaabbb> you probably want to use something other than ffmpeg if you want to convert audio into text
<Guest75> Gotcha
<Guest75> thanmks for the help
Dagger has quit [Ping timeout: 272 seconds]
Dagger has joined #ffmpeg
capslair^ has quit [Remote host closed the connection]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
duckworld has quit [Remote host closed the connection]
<aaabbb> is there any benefit to enabling dither when just resampling s16 to a different sample rate?
<aaabbb> because dither is only necessary when truncating bit depth, but the resampler turns s16 into float, then resamples, then turns back into s16
duckworld has joined #ffmpeg
Guest75 has quit [Quit: Client closed]
duckworld has quit [Remote host closed the connection]
duckworld has joined #ffmpeg
acovrig601240 has joined #ffmpeg
acovrig60124 has quit [Ping timeout: 265 seconds]
acovrig601240 is now known as acovrig60124
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
derpydoo has joined #ffmpeg
derpydoo has quit [Client Quit]
furq has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
foul_owl has quit [Ping timeout: 268 seconds]
MisterMinister has quit [Ping timeout: 252 seconds]
derpydoo has joined #ffmpeg
foul_owl has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
darkapex has quit [Ping timeout: 245 seconds]
darkapex has joined #ffmpeg
System_Error has joined #ffmpeg
duckworld has quit [Remote host closed the connection]
duckworld has joined #ffmpeg
relue has joined #ffmpeg
nitrix has quit [Quit: ZNC 1.8.2 - https://znc.in]
nitrix has joined #ffmpeg
Guest31 has joined #ffmpeg
Guest31 has quit [Quit: Client closed]
YUiNA_ has joined #ffmpeg
xx has joined #ffmpeg
^Neo has joined #ffmpeg
^Neo has joined #ffmpeg
lavaball has joined #ffmpeg
abdu has joined #ffmpeg
makidoll has quit [Quit: https://maki.cafe]
makidoll has joined #ffmpeg
SuicideShow has quit [Ping timeout: 244 seconds]
SuicideShow has joined #ffmpeg
coldfeet has joined #ffmpeg
Shine has joined #ffmpeg
phantomics_ has joined #ffmpeg
phantomics has quit [Ping timeout: 248 seconds]
abdu28 has joined #ffmpeg
abdu has quit [Ping timeout: 240 seconds]
paddymahoney has joined #ffmpeg
Sketch has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
derpydoo has quit [Quit: derpydoo]
abdu56 has joined #ffmpeg
DauntlessOne4 has quit [Quit: Ping timeout (120 seconds)]
DauntlessOne4 has joined #ffmpeg
abdu28 has quit [Ping timeout: 240 seconds]
mhykol has joined #ffmpeg
Shine has quit [Read error: Connection reset by peer]
Some_Person has quit [Quit: ZNC 1.8.2 - https://znc.in]
abdu50 has joined #ffmpeg
abdu56 has quit [Ping timeout: 240 seconds]
Some_Person has joined #ffmpeg
damian101 has joined #ffmpeg
damian101_ has quit [Ping timeout: 252 seconds]
emmanuelux has joined #ffmpeg
abdu13 has joined #ffmpeg
abdu50 has quit [Ping timeout: 240 seconds]
Shine has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
abdu13 has quit [Ping timeout: 240 seconds]
Shuriko has quit [Ping timeout: 276 seconds]
abdu13 has joined #ffmpeg
paddymahoney has quit [Quit: Leaving]
Sl4yer has joined #ffmpeg
l4yer has quit [Ping timeout: 252 seconds]
lavaball has joined #ffmpeg
Forza has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
Forza has joined #ffmpeg
derpydoo has joined #ffmpeg
abdu13 has quit [Ping timeout: 240 seconds]
abdu13 has joined #ffmpeg
abdu13 has quit [Ping timeout: 240 seconds]
derpydoo has quit [Quit: derpydoo]
sihloo has quit [Ping timeout: 260 seconds]
sihloo has joined #ffmpeg
sihloo has joined #ffmpeg
sihloo has quit [Changing host]
Shine has quit [Read error: Connection reset by peer]
derpydoo has joined #ffmpeg
coldfeet has quit [Quit: Lost terminal]
rsx has joined #ffmpeg
<another|> hmm.. what are "tbr" and "tbn" again exactly? timebase something?
derpydoo has quit [Ping timeout: 252 seconds]
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg
rsx has quit [Quit: rsx]
coldfeet has joined #ffmpeg
coldfeet has quit [Client Quit]
<justaguy> lol @ me encoding with stock debian 12 ffmpeg(5.1.6) on a epyc 9654 because that ffmpeg has no avx512 support
Shine has joined #ffmpeg
JanC has quit [Remote host closed the connection]
JanC has joined #ffmpeg
minimal has joined #ffmpeg
coldfeet has joined #ffmpeg
Marth64 has joined #ffmpeg
Traneptora has quit [Quit: Quit]
treefrob has quit [Read error: Connection reset by peer]
treefrob has joined #ffmpeg
Marth64 has quit [Remote host closed the connection]
Marth64 has joined #ffmpeg
yans has quit [Quit: Let us play... Hide and Slay!]
treefrob has quit [Remote host closed the connection]
treefrob has joined #ffmpeg
MisterMinister has joined #ffmpeg
yans has joined #ffmpeg
user03 has joined #ffmpeg
user03 has quit [Changing host]
user03 has joined #ffmpeg
Narrat has joined #ffmpeg
System_Error has quit [Ping timeout: 264 seconds]
System_Error has joined #ffmpeg
Marth64 has quit [Remote host closed the connection]
foul_owl has quit [Ping timeout: 252 seconds]
foul_owl has joined #ffmpeg
abdu13 has joined #ffmpeg
sam113101 has quit [Quit: WeeChat 4.5.1]
sam113101 has joined #ffmpeg
iive has joined #ffmpeg
mhykol has quit [Quit: ZNC 1.8.2+deb3.1+deb12u1 - https://znc.in]
vincejv- has joined #ffmpeg
vincejv has quit [Ping timeout: 245 seconds]
vincejv- is now known as vincejv
mhykol has joined #ffmpeg
vincejv has quit [Remote host closed the connection]
coldfeet has quit [Quit: Lost terminal]
abdu13 has quit [Ping timeout: 240 seconds]
busybusybusy has joined #ffmpeg
BUSY has quit [Killed (NickServ (GHOST command used by busybusybusy))]
busybusybusy is now known as busy
busybusybusy has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
delthas has quit [Ping timeout: 265 seconds]
delthas has joined #ffmpeg
Shine has quit [Read error: Connection reset by peer]
minimal has quit [Quit: Leaving]
YuGiOhJCJ has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
lavaball has quit [Remote host closed the connection]
acovrig601245 has joined #ffmpeg
sihloo_ has joined #ffmpeg
nrg has joined #ffmpeg
sihloo has quit [Read error: Connection reset by peer]
acovrig60124 has quit [Ping timeout: 252 seconds]
acovrig601245 is now known as acovrig60124
HarshK23 has quit [Quit: Connection closed for inactivity]
Narrat has quit [Quit: They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.]
busy has quit [Quit: Leaving]
Copy_of_nrg has joined #ffmpeg
nrg has quit [Ping timeout: 265 seconds]
Copy_of_nrg is now known as nrg