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
Tano has joined #ffmpeg
Tinos has joined #ffmpeg
TheSilentLink has quit [Ping timeout: 248 seconds]
TheSilentLink has joined #ffmpeg
rex_victor has joined #ffmpeg
rex has quit [Read error: Connection reset by peer]
waleee has quit [Ping timeout: 246 seconds]
Kei_N has joined #ffmpeg
five618480339 has quit [Remote host closed the connection]
five618480339 has joined #ffmpeg
rex_victor is now known as rex
CarlFK has joined #ffmpeg
phonemic has quit [Quit: The Lounge - https://thelounge.chat]
Kei_N has quit [Ping timeout: 246 seconds]
phonemic has joined #ffmpeg
Kei_N has joined #ffmpeg
jarthur_ has quit [Quit: jarthur_]
jarthur has joined #ffmpeg
rex has quit [Quit: Bye]
rex has joined #ffmpeg
MrZeus has joined #ffmpeg
Kei_N_ has joined #ffmpeg
FH_thecat has quit [Ping timeout: 252 seconds]
Kei_N_ has quit [Read error: Connection reset by peer]
Kei_N_ has joined #ffmpeg
CarlFK has quit [Ping timeout: 246 seconds]
yans has quit [Read error: Connection reset by peer]
MrZeus_ has joined #ffmpeg
MrZeus has quit [Ping timeout: 276 seconds]
Marth64 has joined #ffmpeg
dreamon has quit [Ping timeout: 246 seconds]
rv1sr has joined #ffmpeg
Vonter has quit [Ping timeout: 272 seconds]
CarlFK has joined #ffmpeg
cmc has quit [Remote host closed the connection]
cmc has joined #ffmpeg
Vonter has joined #ffmpeg
troyt has quit [Read error: Connection reset by peer]
troyt_ has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
zzarr has joined #ffmpeg
dreamon has joined #ffmpeg
KDDLB has joined #ffmpeg
KDDLB has quit [Client Quit]
KDDLB has joined #ffmpeg
Vonter has quit [Read error: Connection reset by peer]
Vonter has joined #ffmpeg
KDDLB has quit [Client Quit]
KDDLB has joined #ffmpeg
DonTrackMe has quit [Ping timeout: 252 seconds]
MrZeus_ has quit [Ping timeout: 244 seconds]
Tinos has quit [Remote host closed the connection]
HerbY_NL has joined #ffmpeg
dreamon has quit [Ping timeout: 246 seconds]
jarthur has quit [Quit: jarthur]
lavaball has joined #ffmpeg
xx has joined #ffmpeg
coldfeet has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
HerbY_NL has quit [Ping timeout: 248 seconds]
EmleyMoor has joined #ffmpeg
intrac has quit [Ping timeout: 252 seconds]
memset has quit [Remote host closed the connection]
memset has joined #ffmpeg
alexherbo2 has joined #ffmpeg
pa has joined #ffmpeg
dreamon has joined #ffmpeg
emanuele6 has quit [Ping timeout: 248 seconds]
emanuele6 has joined #ffmpeg
Blacker47 has joined #ffmpeg
HerbY_NL has joined #ffmpeg
memset has quit [Remote host closed the connection]
memset has joined #ffmpeg
HerbY_NL has quit [Ping timeout: 272 seconds]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
memset has quit [Remote host closed the connection]
memset has joined #ffmpeg
zzarr has quit [Quit: Leaving]
memset has quit [Remote host closed the connection]
memset has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
intrac has joined #ffmpeg
memset has quit [Remote host closed the connection]
memset has joined #ffmpeg
<drew> I want to encode a video with a target filesize, so I am doing 2 pass encoding, but I don't want to re-encode the audio. I did `ffmpeg -i infile.mp4 -map 0:a:0 -c copy -f null -` to get the size of the audio stream of my source, then I calculated what filesize and then bitrate I needed for the video, but even with -c:a copy, the filesize of the audio changed when I checked the output file with that
<drew> null mux command again
<drew> shouldn't the null mux give the same size for both streams if I am using -c:a copy?
memset has quit [Ping timeout: 260 seconds]
<JEEB> null mux would just get the size of the packets without any container overhead since it has nothing of its own.
memset has joined #ffmpeg
HerbY_NL has joined #ffmpeg
Ingvix has quit [Ping timeout: 255 seconds]
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
koi has joined #ffmpeg
Ingvix has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Client Quit]
Xaldafax has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
Kei_N__ has joined #ffmpeg
Kei_N___ has joined #ffmpeg
Kei_N__ has quit [Read error: Connection reset by peer]
Kei_N has quit [Ping timeout: 272 seconds]
minimal has joined #ffmpeg
Kei_N_ has quit [Ping timeout: 252 seconds]
Kei_N has joined #ffmpeg
irc_user has joined #ffmpeg
Kei_N_ has joined #ffmpeg
Kei_N has quit [Ping timeout: 246 seconds]
lavaball has joined #ffmpeg
mrelcee has quit [Quit: I want Waffles!]
mrelcee has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
alexherbo2 has joined #ffmpeg
luva88 has quit [Ping timeout: 252 seconds]
lucasta has joined #ffmpeg
luva88 has joined #ffmpeg
memset has quit [Ping timeout: 260 seconds]
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Keshl_ has joined #ffmpeg
Keshl has quit [Read error: Connection reset by peer]
pyre_ has quit [Quit: ZNC 1.7.2+deb3 - https://znc.in]
pyre has joined #ffmpeg
minimal has quit [Quit: Leaving]
EmberCrest has joined #ffmpeg
<znf> you know, it always bugged me that ffmpeg --help writes it's help to stderr instead of stdout and I can't | grep for stuff
<EmberCrest> I've got problems realtime streaming over RTSP with the VP9 + Libopus codecs. The input is H.264, 960x720, 24fps, aac @ 48kHz, but the audio is rather choppy. Using FFMPEG 7.
<EmberCrest> video is fine but audio is "botty" if you know what I mean.. looking for tips on what to check. compression_level and cpu-used have been tinkered with little impact. I know these files are OK because RTMP works just fine
<vlt> znf: Maybe that’s the only way the developers found to keep stdout clean for passing through any data. I alwys use `ffmpeg --help 2>&1 | grep ...` or `... | less` if I need to search.
<znf> yeah, that's what I do too, it's just something extra I have to remember all the time
alexherbo2 has quit [Remote host closed the connection]
ephilalethes has joined #ffmpeg
<ephilalethes> I'm running a command using `-pattern_type glob -i '*4k.jpg'`, but I get: `[image2 @ 0x5714d68b7640] Could not open file : *4k.jpg`
<ephilalethes> so I assume something is going wrong with that
<ephilalethes> anyone know what?
memset has joined #ffmpeg
HerbY_NL has joined #ffmpeg
<BtbN> znf: any modern shell supports |& instead of just |
<znf> oh, I didn't know that
<BtbN> not sure if Ubuntus minimal thing they use does, but bash and zsh definitely do
irc_user has quit [Quit: Connection closed for inactivity]
jarthur has joined #ffmpeg
<ephilalethes> nvm the above, I'm just stupid again
<ephilalethes> running it in the wrong folder ;D
jarthur_ has joined #ffmpeg
jarthur has quit [Ping timeout: 260 seconds]
naught has joined #ffmpeg
<naught> Is there any example code using libavdeivce? Could I use it as a portable way to get input from the webcam?
<znf> another ffmpeg cli question, why does it complain about this, even if it exists? https://123.456.ro/share/2024/08/d4o76oodKl.png
<znf> ie: -cues_to_front exists, but if you call ffmpeg -cues_to_front says unrecognized option
<znf> and I do understand the option doesn't make sense without a context (ie: writing MKV files), but is it just me that the message is ambigous?
naught has quit [Quit: naught]
dreamon has quit [Ping timeout: 260 seconds]
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
ephilalethes has left #ffmpeg [Leaving]
naught has joined #ffmpeg
Sketch has quit [Ping timeout: 246 seconds]
Blacker47 has joined #ffmpeg
lemourin has quit [Read error: Connection reset by peer]
lemourin has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
<vlt> znf: Is the message still there when you provide the required <boolean>?
probie has joined #ffmpeg
<znf> well, kinda, it changes to "Trailing option(s) found in the command: may be ignored." :)
Blacker47 has joined #ffmpeg
naught has quit [Remote host closed the connection]
Traneptora has quit [Quit: Quit]
naught has joined #ffmpeg
Traneptora has joined #ffmpeg
treefrob has quit [Remote host closed the connection]
treefrob has joined #ffmpeg
ciphrCat has quit [Quit: outta here]
ciphrCat has joined #ffmpeg
naught has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
Tinos has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
HerbY_NL has joined #ffmpeg
nrg has quit [Ping timeout: 272 seconds]
nrg has joined #ffmpeg
<Curid> has anyone ever seen a h264 video with irregular keyframes?
coldfeet has joined #ffmpeg
<nemo_magneet> how to keep the stream to twitch open for 24/7, after 47h59m58s it closed the pipe
<nemo_magneet> Curid: i did,... i called it rubberslib... avg between 5fps and 60fps to make something as 32fps
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<another|> The maximum broadcast length is 48 hours.
<nemo_magneet> while true; do
<nemo_magneet> for f in *.mp4
<nemo_magneet> do
<nemo_magneet> ffmpeg -re -stream_loop -1 -i "$f" -c copy -f flv
<nemo_magneet> using this now
<nemo_magneet> hoping that it restarts when it canceld
Tinos has joined #ffmpeg
dreamon has joined #ffmpeg
<DHE> Curid: H264 doesn't suffer image quality degradation from long periods without keyframes, so several different keyframe schemes are available... cutting only on a scene change is viable, if awful for seeking.
linext has joined #ffmpeg
<linext> why does this stream play continuously using ffplay but stops saving when the episode changes? https://adultswim-vodlive.cdn.turner.com/live/squidbillies/stream.m3u8
<linext> ffplay works to play the next episode when it switches, however ffmpeg fails to save
coldfeet has quit [Remote host closed the connection]
minimal has joined #ffmpeg
Sketch has quit [Ping timeout: 246 seconds]
five618480339 has quit [Remote host closed the connection]
five618480339 has joined #ffmpeg
YuGiOhJCJ has quit [Remote host closed the connection]
YuGiOhJCJ has joined #ffmpeg
five618480339 has quit [Ping timeout: 246 seconds]
jtgd has quit [Quit: WeeChat 4.4.1]
jtgd has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Client Quit]
five618480339 has joined #ffmpeg
rv1sr has quit [Ping timeout: 260 seconds]
rv1sr has joined #ffmpeg
xoip has quit [Quit: WeeChat 4.3.4]
xoip has joined #ffmpeg
<nemo_magneet> do you save sessions?
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
<linext> how does that work?
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
waleee has joined #ffmpeg
Dotz0cat has quit [Ping timeout: 248 seconds]
vlm has joined #ffmpeg
theobjectivedad has quit [Ping timeout: 276 seconds]
theobjectivedad has joined #ffmpeg
theobjectivedad has quit [Remote host closed the connection]
theobjectivedad has joined #ffmpeg
alexherbo2 has joined #ffmpeg
militantorc has quit [Quit: Free ZNC ~ Powered by LunarBNC: https://LunarBNC.net]
Sketch has joined #ffmpeg
vlm has quit [Quit: Leaving]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
Dotz0cat has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
rv1sr has quit []
Vonter has quit [Ping timeout: 244 seconds]
CarlFK has quit [Ping timeout: 276 seconds]
darkapex_ has quit [Remote host closed the connection]
darkapex_ has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
SuicideShow has quit [Ping timeout: 260 seconds]
SuicideShow has joined #ffmpeg
kmikita has quit [Ping timeout: 244 seconds]
five618480339 has quit [Remote host closed the connection]
five618480339 has joined #ffmpeg
hightower3 has joined #ffmpeg
sentriz_ has joined #ffmpeg
frankplow_ has joined #ffmpeg
Mister_D has joined #ffmpeg
sunyibo_ has joined #ffmpeg
lockywolf_ has joined #ffmpeg
Ram-Z has joined #ffmpeg
rizino_ has joined #ffmpeg
natto has joined #ffmpeg
wacko_ has joined #ffmpeg
hightower2 has quit [Remote host closed the connection]
MisterMinister has quit [Read error: Connection reset by peer]
sentriz has quit [Read error: Connection reset by peer]
frankplow has quit [Quit: Goodbye]
natto17 has quit [Quit: a.]
Arokh has quit [Quit: //ThisShouldNeverHappen]
wacko has quit [Remote host closed the connection]
Ram-Z_ has quit [Remote host closed the connection]
antto has quit [Remote host closed the connection]
lockywolf has quit [Quit: ZNC 1.8.2 - https://znc.in]
sihloo has quit [Remote host closed the connection]
sunyibo has quit [Quit: ZNC 1.8.2+deb3.1 - https://znc.in]
manwithluck has quit [Remote host closed the connection]
rizino has quit [Read error: Connection reset by peer]
frankplow_ is now known as frankplow
sentriz_ is now known as sentriz
antto has joined #ffmpeg
Arokh has joined #ffmpeg
manwithluck has joined #ffmpeg
rizino_ is now known as rizino
sihloo has joined #ffmpeg
Tinos has quit [Ping timeout: 256 seconds]
jarthur_ has quit [Quit: jarthur_]
linext has quit [Quit: Client closed]
HarshK23 has quit [Quit: Connection closed for inactivity]
Tinos has joined #ffmpeg
troyt_ has quit [Quit: AAAGH! IT BURNS!]
dreamon has quit [Ping timeout: 246 seconds]
kmikita has joined #ffmpeg