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
Haxxa has joined #ffmpeg
LunaLovegood has quit [Ping timeout: 255 seconds]
kuba-orlik0397 has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
kuba-orlik0397 has joined #ffmpeg
HarshK23 has quit [Quit: Connection closed for inactivity]
lavaball has quit [Remote host closed the connection]
lucasta has joined #ffmpeg
ferreum has quit [Quit: bye]
ferreum has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
minimal has quit [Quit: Leaving]
function1 has quit [Ping timeout: 255 seconds]
function1 has joined #ffmpeg
waleee has quit [Ping timeout: 252 seconds]
jarthur has quit [Ping timeout: 260 seconds]
jarthur_ has joined #ffmpeg
lucasta has quit [Remote host closed the connection]
tranzistor has quit [Ping timeout: 260 seconds]
tranzistor has joined #ffmpeg
kuba-orlik0397 has quit [Read error: Connection reset by peer]
kuba-orlik0397 has joined #ffmpeg
jarthur_ has quit [Quit: jarthur_]
kuba-orlik0397 has quit [Remote host closed the connection]
<{{{{{}}}}}>
bpmedley, when i say segmenting, i meant record video files every N minutes using files with a date-time stamp in the name
<{{{{{}}}}}>
the recording should be a "tee" of what i'm serving on rtmp
<{{{{{}}}}}>
Curid, i don't know what a vms is, i'm just trying to capture video from /dev/video0, serve it over rtmp and also keep a timestampped+rotated archive of videos
<bpmedley>
{{{{{}}}}}: mediamtx worked for me and rtmp, did you look over the recording options, in the .yml?
<realies>
> Explicitly set the language metadata for each stream using -metadata:s:a:0 language=eng, -metadata:s:v:0 language=eng, and -metadata:s:s:0 language=eng.
<realies>
> Ensure chapters are mapped using -map_chapters 0.
vincejv has quit [Remote host closed the connection]
<rex>
what's an LLM?
<rex>
I have map_chapters 0 in the command
<furq>
there's an open bug report for chapter support in the bluray demuxer
<furq>
so i guess it doesn't work
<rex>
I see
<rex>
then this is also why the tags aren't copied?
<furq>
mkvtoolnix will do it
<furq>
probably
<rex>
realies: thx but manual setting is not an option since there are a lot of different subtitles with different languages
<realies>
rex, large language model, like llama3, claude, gpt
<rex>
oh you meant to ask an ai
<realies>
check if the other tool furq mentioned can do it, otherwise you might have to script something to read the chapters and create the parameters for the command
<realies>
sure, ask an 'ai'
<realies>
it's more like a large text dictionary with some attention and relational capacity :)
<rex>
I will look into mkvtoolnix, thx
<furq>
you should be able to use the bluray as an external chapter source in mkvtoolnix
<furq>
the metadata might be more complicated
function1 has joined #ffmpeg
<rex>
is the bluray format so complicated? To me a as a user it seems like a trivial/common task
five618480330 has joined #ffmpeg
<furq>
the bug report hasn't been looked at for 10 years
<furq>
so i guess it's just nobody has cared enough
five61848033 has quit [Ping timeout: 268 seconds]
five618480330 is now known as five61848033
<rex>
I see
<rex>
thx a lot I wasted so much time googling and trying parameters
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
<rex>
oh mkvtoolnix can only remux? I would need to run ffmpeg afterwards again?
<furq>
that's why i said to use it as an external chapter source
<rex>
oh now I get it
<furq>
so you can add the chapters to the file you already encoded
System_Error has joined #ffmpeg
<rex>
ok
<dostoyevsky2>
Are there cheap codecs you could reencode a video to (e.g. at the expense of using more disk space), if you have limited cpu and no hardware acceleration?
<furq>
limited cpu for encoding or decoding
<dostoyevsky2>
well, lets say you wanted to use "-ss" and "-t" to extract something from an mp4 file... for those options to work accurately you'd need to reencode the video, so the mp4 decoding you cannot change but for the target you could maybe use an encoder that doesn't demand a lot of the cpu
<furq>
you're probably better off just using different x264 options
<CounterPillow>
-preset veryfast or -preset ultrafast
<furq>
or use whatever that thing is called that only reencodes the first and last gop and copies the rest
<furq>
or do that manually but that's tricky to get right
coldfeet has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
<dostoyevsky2>
I guess h.264 is the fastest encoder (I guess hw decoding is more common though) these days because it has so much support in hardware and even with just x264 it's optimized for the latest SIMD operations
<furq>
mostly because it has good multithreading and the older codecs don't
<furq>
but also those things
HerbY_NL has joined #ffmpeg
<dostoyevsky2>
Ah, I thought that every codec works like: Chunk the video, and then use that compression on that block of video, which is inherently easy to parallelize (working on several chunks at the same time)... but I guess it can be hairy in practice if the old codecs weren't really written with multiple cores in mind
minimal has joined #ffmpeg
<dostoyevsky2>
I do remember though that sometimes videos seem to chunk dynamically when the frame to frame differences become too large, e.g. when the scene changes... so that way of chunking would be harder to parallelize
Livio has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kuba-orlik0397 has joined #ffmpeg
SkizNet has quit [Ping timeout: 264 seconds]
five618480333 has joined #ffmpeg
five61848033 has quit [Ping timeout: 240 seconds]
five618480333 is now known as five61848033
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
elvis_a_presley has quit [Quit: smoke-bomb ; grapple-hook]
elvis_a_presley has joined #ffmpeg
lucasta has joined #ffmpeg
realies has quit [Quit: ~]
Vonter has joined #ffmpeg
Livio has quit [Ping timeout: 252 seconds]
mven974 has joined #ffmpeg
System_Error has quit [Quit: Leaving]
mven97 has quit [Ping timeout: 240 seconds]
mven974 is now known as mven97
System_Error has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Client Quit]
HerbY_NL has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
realies has joined #ffmpeg
lucasta has quit [Remote host closed the connection]
lmat has quit [Ping timeout: 240 seconds]
jarthur has joined #ffmpeg
Narrat has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
rsx has quit [Quit: rsx]
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
AbleBacon has joined #ffmpeg
jarthur has quit [Ping timeout: 260 seconds]
Livio has joined #ffmpeg
jarthur has joined #ffmpeg
sm1999 has quit [Quit: WeeChat 4.4.0-dev]
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
sm1999 has joined #ffmpeg
Risk64 has joined #ffmpeg
iliv has quit [Ping timeout: 252 seconds]
Risk64 has quit [Quit: Risk64]
xerox has quit [Ping timeout: 252 seconds]
xerox has joined #ffmpeg
Polochon_street has quit [Quit: ZNC 1.9.0 - https://znc.in]
Polochon_street has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
halvut has joined #ffmpeg
function1 has quit [Ping timeout: 264 seconds]
function1 has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
Muimi has joined #ffmpeg
HerbY_NL has joined #ffmpeg
minimal has quit [Quit: Leaving]
darkapex has quit [Remote host closed the connection]
darkapex has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
emanuele6 has quit [Read error: Connection reset by peer]
emanuele6 has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
Galisma has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
halvut has quit [Ping timeout: 252 seconds]
sentriz has quit [Read error: Connection reset by peer]
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
sentriz has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
Galisma has quit [Quit: Konversation terminated!]
sentriz has quit [Ping timeout: 255 seconds]
sentriz has joined #ffmpeg
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
function1 has quit [Ping timeout: 252 seconds]
rv1sr has quit []
vlm has quit [Quit: Leaving]
function1 has joined #ffmpeg
SuicideShow has quit [Ping timeout: 246 seconds]
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
jtgd has quit [Ping timeout: 268 seconds]
SuicideShow has joined #ffmpeg
yans has joined #ffmpeg
SkizNet has joined #ffmpeg
xx has quit [Ping timeout: 260 seconds]
xoip has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
quidnunc has joined #ffmpeg
GNU_world has joined #ffmpeg
archivist99 has quit [Ping timeout: 264 seconds]
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
function1 has quit [Ping timeout: 264 seconds]
function1 has joined #ffmpeg
squeaktoy has quit [Ping timeout: 268 seconds]
squeaktoy has joined #ffmpeg
quidnunc has quit [Remote host closed the connection]
jarthur has quit [Quit: jarthur]
Livio has quit [Ping timeout: 264 seconds]
kuba-orlik0397 has quit [Remote host closed the connection]
kuba-orlik0397 has joined #ffmpeg
yans has quit [Quit: Let us play... Hide and Slay!]