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
mven9713 has joined #ffmpeg
mven9713 has quit [Ping timeout: 260 seconds]
mven9713 has joined #ffmpeg
Marth64 has quit [Remote host closed the connection]
Tano has joined #ffmpeg
Kei_N has joined #ffmpeg
Kei_N_ has quit [Ping timeout: 245 seconds]
EmleyMoor has joined #ffmpeg
Mister_Magister has quit [Quit: bye]
alexherbo2 has quit [Remote host closed the connection]
alexherbo2 has joined #ffmpeg
Mister_Magister has joined #ffmpeg
alexherbo2 has quit [Remote host closed the connection]
YUiNA_ has quit [Remote host closed the connection]
minimal has quit [Quit: Leaving]
<grib>
ffmpeg's HLS muxer can encrypt with keys and generate IVs, and put references to them in the per-stream playlist EXT-X-KEY: fields -- I'm pretty sure the demuxer handles decrypting from those same fields
evilscreww has joined #ffmpeg
lockywolf_ is now known as lockywolf
Warcop has joined #ffmpeg
Vonter has joined #ffmpeg
^Neo has quit [Ping timeout: 244 seconds]
rex has quit [Ping timeout: 260 seconds]
maxim_d33 has quit [Ping timeout: 244 seconds]
rex has joined #ffmpeg
evilscreww has quit [Read error: Connection reset by peer]
rex has left #ffmpeg [#ffmpeg]
maxim_d33 has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
anticw has quit [Remote host closed the connection]
anticw has joined #ffmpeg
five618480339176 has quit [Remote host closed the connection]
five618480339176 has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
System_Error has quit [Ping timeout: 264 seconds]
System_Error has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
System_Error has joined #ffmpeg
lavaball has joined #ffmpeg
coldfeet has joined #ffmpeg
Exa has quit [Read error: Connection reset by peer]
Jan\ has quit [Ping timeout: 252 seconds]
Exa has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Exa has quit [Quit: see ya!]
Exa has joined #ffmpeg
Jan\ has joined #ffmpeg
jtgd has quit [Quit: WeeChat 4.5.2]
jtgd has joined #ffmpeg
jtgd has quit [Client Quit]
jtgd has joined #ffmpeg
jtgd has quit [Quit: WeeChat 4.5.2]
jtgd has joined #ffmpeg
jtgd has quit [Quit: WeeChat 4.5.2]
jtgd has joined #ffmpeg
maki_nori7 has joined #ffmpeg
maki_nori has quit [Ping timeout: 264 seconds]
maki_nori7 is now known as maki_nori
jtgd has quit [Quit: WeeChat 4.5.2]
jtgd has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 252 seconds]
jtgd has quit [Quit: WeeChat 4.5.2]
EmleyMoor has joined #ffmpeg
lavaball has joined #ffmpeg
jtgd has joined #ffmpeg
Blacker47 has joined #ffmpeg
Shine has joined #ffmpeg
zmt01 has joined #ffmpeg
zmt00 has quit [Ping timeout: 276 seconds]
SuicideShow has quit [Ping timeout: 248 seconds]
SuicideShow has joined #ffmpeg
hussein1 has quit [Remote host closed the connection]
hussein1 has joined #ffmpeg
Sketch has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
Shine has quit [Read error: Connection reset by peer]
coldfeet has joined #ffmpeg
cmc has quit [Remote host closed the connection]
cmc has joined #ffmpeg
Shine has joined #ffmpeg
^Neo has joined #ffmpeg
^Neo has joined #ffmpeg
coldfeet has quit [Ping timeout: 260 seconds]
alexherbo2 has joined #ffmpeg
Exagone313 has joined #ffmpeg
Exa has quit [Read error: Connection reset by peer]
Exagone313 is now known as Exa
coldfeet has joined #ffmpeg
EmleyMoor has quit [Ping timeout: 244 seconds]
EmleyMoor has joined #ffmpeg
Exa has quit [Read error: Connection reset by peer]
Exa has joined #ffmpeg
shesha4572 has joined #ffmpeg
<shesha4572>
Hey guys! Im trying to ingest some video files stored on my video server to ffmpeg. My server supports ranged http requests. The first range req sent by ffmpeg is with Range as 0- which my server responds with a header Content Range: bytes 0-63999999/fileSize and Content length set correctly as 64M but ffmpeg never recognizes that the response
<shesha4572>
doesnt have the whole video and gives an error of Stream ends prematurely at 64000000, should be {fileSize}. I suppose this logic is here https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/http.c#L1667. There is never a check for the end offset sent by the video server. variable target_end is always 0 on first request as s->end_off is
<shesha4572>
initialized to 0
abdu has joined #ffmpeg
Exa has quit [Client Quit]
Exa has joined #ffmpeg
Exagone313 has joined #ffmpeg
Exa has quit [Read error: Connection reset by peer]
Exagone313 has quit [Remote host closed the connection]
Exa has joined #ffmpeg
Exa has quit [Quit: see ya!]
lavaball has quit [Remote host closed the connection]
Exa has joined #ffmpeg
Exa has quit [Read error: Connection reset by peer]
Exagone313 has joined #ffmpeg
Exagone313 is now known as Exa
jprjr has quit [Remote host closed the connection]
abdu8 has joined #ffmpeg
a0z has joined #ffmpeg
abdu has quit [Ping timeout: 240 seconds]
rsx has joined #ffmpeg
YUiNA has joined #ffmpeg
abdu30 has joined #ffmpeg
abdu8 has quit [Ping timeout: 240 seconds]
abdu17 has joined #ffmpeg
abdu30 has quit [Ping timeout: 240 seconds]
putacho has joined #ffmpeg
putacho has quit [Read error: Connection reset by peer]
putacho has joined #ffmpeg
microchip_ has quit [Ping timeout: 248 seconds]
stolen has joined #ffmpeg
emanuele6 has joined #ffmpeg
rsx has quit [Quit: rsx]
shesha4572 has quit [Quit: Client closed]
rvalue has quit [Read error: Connection reset by peer]
<Guest67>
So I was wondering if there is some buffering option in ffmpeg? Tried fifo, rtbufsize and many other options with no luck ;(
<JEEB>
that btw does full decode and encode
<JEEB>
and since you're not specifying any encoders or parameters, it's whatever the selected output container has set as their default a/v format with whatever encoder is first picked from list
yawkat has quit [Ping timeout: 244 seconds]
<Guest67>
Thanks, sure I also tried with copying codecs. My initial pipeline is written using libav though, and has the same problem
<Guest67>
It just has a slightly more complex logic (remuxes the video but remixes and reencodes the audio with custom source), so I tried to simplify things a bit
FlorianBad has quit [Remote host closed the connection]
de-facto has quit [Read error: Connection reset by peer]
Shine has quit [Read error: Connection reset by peer]
cthlolo has quit [Quit: Leaving]
realies9 has joined #ffmpeg
realies has quit [Ping timeout: 248 seconds]
realies9 is now known as realies
satvoim has quit [Ping timeout: 260 seconds]
halloy7570 has joined #ffmpeg
satvoim has joined #ffmpeg
lucasta has joined #ffmpeg
lucasta has quit [Client Quit]
halloy7570 has quit [Ping timeout: 245 seconds]
satvoim has quit [Changing host]
satvoim has joined #ffmpeg
Guest67 has quit [Ping timeout: 240 seconds]
satvoim has quit [Quit: Leaving]
mven9713 has quit [Quit: Goodbye.]
ryoskzypu has quit [Remote host closed the connection]
ryoskzypu has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
YUiNA has joined #ffmpeg
abdu17 has quit [Quit: Client closed]
abdu has joined #ffmpeg
abdu has quit [Quit: Client closed]
abdu has joined #ffmpeg
jab416171 has quit [Ping timeout: 260 seconds]
ryoskzypu has quit [Remote host closed the connection]
ryoskzypu has joined #ffmpeg
stolen has quit [Quit: Connection closed for inactivity]
abdu has quit [Quit: Client closed]
abdu has joined #ffmpeg
Ekho has quit [Quit: CORE ERROR, SYSTEM HALTED.]
mven9713 has joined #ffmpeg
Traneptora_ has joined #ffmpeg
Traneptora has quit [Quit: Quit]
Traneptora_ has quit [Client Quit]
Traneptora has joined #ffmpeg
<Traneptora>
is it possible to use the matroska muxer and mark a particular track as "forced" or does that require mkvmerge
<JEEB>
Traneptora: those should be controlled with AV_DISPOSITION_FORCED, which I think can be set through the disposition option as values like +forced etc
<Traneptora>
basically I'm taking an old anime release that has signs/songs tagged as zxx and subtitles tagged as eng, and I want to set them both to eng with the OG subs as "default" and the signs/songs as "forced" so the dual audio will work the way people want it to