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
xx has quit [Ping timeout: 260 seconds]
bitblit has quit [Quit: WeeChat 3.5]
bigtimeconfused has quit [Quit: Client closed]
lexano has quit [Ping timeout: 244 seconds]
Brazhh has quit [Ping timeout: 276 seconds]
theobjectivedad has quit [Ping timeout: 276 seconds]
theobjectivedad has joined #ffmpeg
emanuele62 has joined #ffmpeg
emanuele6 has quit [Killed (NickServ (GHOST command used by emanuele62))]
emanuele62 is now known as emanuele6
Brazhh has joined #ffmpeg
memset has joined #ffmpeg
Brazhh has quit [Quit: WeeChat 4.3.5]
memset_ has quit [Ping timeout: 260 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
Sketch has quit [Ping timeout: 248 seconds]
cmc has quit [Remote host closed the connection]
cmc has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
KDDLB has quit [Ping timeout: 248 seconds]
yans has quit [Quit: Let us play... Hide and Slay!]
KDDLB has joined #ffmpeg
System_Error has quit [Ping timeout: 260 seconds]
Sebastien has joined #ffmpeg
Sebastien has left #ffmpeg [Closing Window]
Muimi_ has joined #ffmpeg
rex has quit [Remote host closed the connection]
rex has joined #ffmpeg
Tinos has joined #ffmpeg
Brazhh has joined #ffmpeg
rv1sr has joined #ffmpeg
Sketch has joined #ffmpeg
stolen has joined #ffmpeg
coldfeet has joined #ffmpeg
deus0ww has quit [Quit: Textual IRC Client: www.textualapp.com]
lavaball has joined #ffmpeg
Brazhh has quit [Quit: WeeChat 4.3.5]
coldfeet has quit [Remote host closed the connection]
AbleBacon has quit [Read error: Connection reset by peer]
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
cmc has quit [Ping timeout: 260 seconds]
dbal has quit [Quit: Leaving...]
cmc has joined #ffmpeg
alexherbo2 has joined #ffmpeg
Muimi_ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
vvvv has quit [Ping timeout: 245 seconds]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
deus0ww has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
Livio has joined #ffmpeg
vvvv has joined #ffmpeg
squeaktoy has joined #ffmpeg
five6184803395 has joined #ffmpeg
five618480339 has quit [Ping timeout: 276 seconds]
five6184803395 is now known as five618480339
xx has joined #ffmpeg
flom84 has joined #ffmpeg
stolen has quit [Quit: Connection closed for inactivity]
Arokh has quit [Quit: //ThisShouldNeverHappen]
lavaball has joined #ffmpeg
Livio has quit [Ping timeout: 265 seconds]
Livio has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
Arokh has joined #ffmpeg
j45 has quit [Ping timeout: 248 seconds]
j45 has joined #ffmpeg
Tinos has quit [Ping timeout: 256 seconds]
alexherbo2 has joined #ffmpeg
cmc has quit [Ping timeout: 260 seconds]
coldfeet has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
Blacker47 has joined #ffmpeg
cmc has joined #ffmpeg
alexherbo2 has joined #ffmpeg
lexano has joined #ffmpeg
flom84 has quit [Ping timeout: 245 seconds]
waleee has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 272 seconds]
EmleyMoor has joined #ffmpeg
waleee has quit [Ping timeout: 252 seconds]
coldfeet has quit [Remote host closed the connection]
alexherbo2 has quit [Remote host closed the connection]
bleb has quit [Ping timeout: 264 seconds]
lavaball has quit [Remote host closed the connection]
five618480339 has quit [Remote host closed the connection]
five618480339 has joined #ffmpeg
ossifrage has quit [Ping timeout: 276 seconds]
lucasta has joined #ffmpeg
kron has joined #ffmpeg
jemius has joined #ffmpeg
System_Error has joined #ffmpeg
vvvv has quit [Ping timeout: 245 seconds]
mikehu44 has quit [Ping timeout: 260 seconds]
jemius has quit [Quit: Leaving]
rv1sr has quit []
rv1sr has joined #ffmpeg
lavaball has joined #ffmpeg
vvvv has joined #ffmpeg
ossifrage has joined #ffmpeg
Keshl has quit [Ping timeout: 248 seconds]
iconoclasthero has joined #ffmpeg
<iconoclasthero> $ ffmpeg -f s16le -ar 44100 -ac 2 -i /tmp/mpd.fifo -f nut -c:a libopus -b:a 128k zmq:tcp://127.0.0.1:5558
<iconoclasthero> [zmq @ 0x62bcbd69d640] URL tcp://127.0.0.1:5558 lacks prefix / [out#0/nut @ 0x62bcbd698f80] Error opening output zmq:tcp://127.0.0.1:5558: Invalid argument
<iconoclasthero> https://bpa.st/KUTA
<iconoclasthero> https://www.ffmpeg.org/ffmpeg-protocols.html#zmq => Example: Create a localhost stream on port 5555: ffmpeg -re -i input -f mpegts zmq:tcp://127.0.0.1:5555
<iconoclasthero> using the example from the documentation as a template, `ffmpeg -re -i /tmp/mpd.fifo -f mpegts zmq:tcp://127.0.0.1:5555` gives me `[in#0 @ 0x60b69e311cc0] Error opening input: Invalid data found when processing input`
<Curid> did you censor the configure line in the pastebin?
<iconoclasthero> i trimmed it.
<iconoclasthero> i can put the whole thing in
<iconoclasthero> https://bpa.st/VMQA
<iconoclasthero> i don't build in ~ so i don't have to censor it.
<Curid> i think you need to enable file and a few other things to read from pipes
<iconoclasthero> ok...
<iconoclasthero> i'm happy to recompile
<iconoclasthero> i also want to include rtp, rtp/sap when i do
alexherbo2 has joined #ffmpeg
<iconoclasthero> i also want to include rtp, rtp/sap when i do `ffplay -f s16le -ar 44100 /tmp/mpd.fifo`
<iconoclasthero> but it's like 0.5-0.7x speed.
<iconoclasthero> so ffplay can take it from a pipe but not ffmpeg?
<Curid> just enable all features when prototyping
wastekoko has joined #ffmpeg
<iconoclasthero> ok, no, that;s not the problem.
<iconoclasthero> named pipe support looks like it's been available by default for 10 years
<iconoclasthero> and ffmpeg -f s16le -ar 44100 -ac 2 -i /tmp/mpd.fifo -f nut -c:a libopus -b:a 128k output.opus produces a playable file.
<iconoclasthero> so it's taking the mpd fifo input and creating a file.
<Curid> maybe you're missing a demuxer then
<iconoclasthero> then there's an issue with the documentation that doesn't include that?
coldfeet has joined #ffmpeg
<Curid> documentation lol
<iconoclasthero> ffmpeg must be compiled with the --enable-libzmq option to support this protocol.
<iconoclasthero> though it's still slowed down for some reason. the most chill Uncle John's Band I've ever heard.
vlm has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
wastekoko has quit [Ping timeout: 252 seconds]
alexherbo2 has joined #ffmpeg
gioyik has joined #ffmpeg
AbleBacon has joined #ffmpeg
mven97 has quit [Ping timeout: 245 seconds]
relue has joined #ffmpeg
beaver has quit [Ping timeout: 260 seconds]
beaver has joined #ffmpeg
rv1sr has quit []
rv1sr has joined #ffmpeg
xx has quit [Quit: xx]
Buliarous has quit [Remote host closed the connection]
mven97 has joined #ffmpeg
iconoclasthero has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
minimal has joined #ffmpeg
Keshl has joined #ffmpeg
wastekoko has joined #ffmpeg
Vonter has quit [Ping timeout: 248 seconds]
Vonter has joined #ffmpeg
wastekoko has quit [Ping timeout: 265 seconds]
wastekoko has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
wastekoko has quit [Ping timeout: 265 seconds]
wastekoko has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
wastekoko has quit [Ping timeout: 276 seconds]
wastekoko has joined #ffmpeg
jemius has joined #ffmpeg
kasper93_ has joined #ffmpeg
kasper93 has quit [Ping timeout: 252 seconds]
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
kasper93_ is now known as kasper93
emanuele6 has quit [Quit: WeeChat 4.3.4]
wastekoko has quit [Ping timeout: 245 seconds]
emanuele6 has joined #ffmpeg
Livio has quit [Quit: leaving]
Livio has joined #ffmpeg
waleee has joined #ffmpeg
wastekoko has joined #ffmpeg
gioyik has quit [Quit: WeeChat 4.3.5]
cmc has quit [Ping timeout: 260 seconds]
cmc has joined #ffmpeg
jtgd has quit [Quit: WeeChat 4.3.5]
jtgd has joined #ffmpeg
flom84 has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
rv1sr has quit []
Livio has quit [Ping timeout: 252 seconds]
vlm has quit [Quit: Leaving]
cmc has quit [Ping timeout: 260 seconds]
cmc has joined #ffmpeg
flom84 has quit [Ping timeout: 255 seconds]
Muimi_ has joined #ffmpeg
wastekoko has quit [Ping timeout: 244 seconds]
cmc has quit [Ping timeout: 260 seconds]
cmc has joined #ffmpeg
Tinos has joined #ffmpeg
wastekoko has joined #ffmpeg
SuicideShow has quit [Ping timeout: 248 seconds]
SuicideShow has joined #ffmpeg
Dagger has quit [Ping timeout: 265 seconds]
Dagger has joined #ffmpeg
jemius has quit [Quit: Leaving]
wastekoko has quit [Ping timeout: 260 seconds]
wastekoko has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
wastekoko has quit [Ping timeout: 252 seconds]
intrac has quit [Quit: Konversation terminated!]
intrac has joined #ffmpeg
emanuele6 has quit [Ping timeout: 252 seconds]
emanuele6 has joined #ffmpeg
wastekoko has joined #ffmpeg
Muimi_ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
wastekoko has quit [Remote host closed the connection]
wastekoko has joined #ffmpeg
bleb has joined #ffmpeg
iconoclasthero has joined #ffmpeg
System_Error has quit [Remote host closed the connection]