Tano has quit [Quit: WeeChat 4.0.4]
YuGiOhJCJ has joined #ffmpeg
thilo has quit [Ping timeout: 252 seconds]
thilo has joined #ffmpeg
Tano has joined #ffmpeg
derpydoo has joined #ffmpeg
Shine_ has joined #ffmpeg
Shine__ has joined #ffmpeg
Shine_ has quit [Ping timeout: 255 seconds]
bitbinge has joined #ffmpeg
Shine__ has quit [Read error: Connection reset by peer]
countach202020 has quit [Ping timeout: 264 seconds]
TheSilentLink has quit [Quit: Good Bye! My bouncer has probably crashed or lost connection to the internet...]
TheSilentLink has joined #ffmpeg
Shuriko has joined #ffmpeg
waleee has quit [Ping timeout: 260 seconds]
waleee has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
waleee has quit [Ping timeout: 252 seconds]
hightower4 has joined #ffmpeg
hightower3 has quit [Ping timeout: 255 seconds]
lusciouslover has joined #ffmpeg
lemourin has quit [Read error: Connection reset by peer]
lemourin has joined #ffmpeg
lusciouslover has quit [Ping timeout: 260 seconds]
waleee has joined #ffmpeg
maxim_d33 has quit [Ping timeout: 245 seconds]
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
maxim_d33 has joined #ffmpeg
\\Mr_C\\ has quit [Ping timeout: 240 seconds]
jarthur has quit [Quit: jarthur]
Dotz0cat has quit [Ping timeout: 272 seconds]
Dotz0cat has joined #ffmpeg
jarthur has joined #ffmpeg
vtorri45 has joined #ffmpeg
bitbinge has quit [Ping timeout: 252 seconds]
derpydoo has quit [Read error: Connection reset by peer]
lockywolf has joined #ffmpeg
<lockywolf> How can I keep metadata when recoding a video file with the same container?
<lockywolf> ChatGPT suggested doing like this: ffmpeg -i "$vfile" -c:v libx264 -q:v 0 -threads $(nproc) -c:a copy -map 0 -movflags +faststart ~/TODO_recoded_output/"$vfile_dirname"/"$vfile_wle"_recoded.mp4
<lockywolf> But -map 0 -movflags +faststart does not keep _all_ metadata
<lockywolf> "Tagged date, xyz, com.android.version, com.android.video.temporal_layers_count" are lost
<lockywolf> while I can understand why android-related tags may be not preserved, Tagged date and xyz are _very_ useful
<furq> neither of those options have anything to do with metadata
<furq> you probably want -map_metadata 0
yazooq has quit [Ping timeout: 255 seconds]
Ogobaga has quit [Read error: Connection reset by peer]
Ogobaga has joined #ffmpeg
<lockywolf> furq: I have found 3 metadata-related issues on Trac
<lockywolf> all seem to be about the same thing
Vonter has joined #ffmpeg
<lockywolf> ffmpeg seems to actually copy the metadata, but not in the way that most devices understand. at least Apple and Mediainfo don't
Muimi has joined #ffmpeg
waleee has quit [Ping timeout: 252 seconds]
FH_thecat has quit [Quit: Leaving]
zsoltiv_ has quit [Ping timeout: 258 seconds]
Kei_N_ has quit [Read error: Connection reset by peer]
Kei_N has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
Rammstein has joined #ffmpeg
<Rammstein> To precisely seek to a specific frame in an h264 video, does it need to compute all previous frames?
<Rammstein> I have a source video that is 90 minutes long and I want just one minute out of it. When I try to re-encode the video with -ss 01:20:00 -to 01:21:00, it takes a long time before it even starts encoding. Is this normal?
<furq> put those options before -i if you want it to actually seek
<furq> assuming the input isn't mpegts or something with no seek index
<Rammstein> Ah, okay. If it seeks this way, would there be any audio sync issues?
<furq> hopefully not
vtorri45 has quit [Ping timeout: 240 seconds]
<Rammstein> Great. This works! So I've been doing this wrong for the last 10 years or longer and just thought of asking today.
darkapex has quit [Ping timeout: 255 seconds]
darkapex has joined #ffmpeg
foul_owl has quit [Ping timeout: 255 seconds]
foul_owl has joined #ffmpeg
HarshK23 has joined #ffmpeg
Hackerpcs has quit [Quit: Hackerpcs]
foul_owl has quit [Ping timeout: 264 seconds]
Hackerpcs has joined #ffmpeg
Hackerpcs has quit [Max SendQ exceeded]
FH_thecat has joined #ffmpeg
Hackerpcs has joined #ffmpeg
foul_owl has joined #ffmpeg
anotheruser has quit [Ping timeout: 260 seconds]
anotheruser has joined #ffmpeg
jagannatharjun has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
FH_thecat has quit [Quit: Leaving]
luc4 has joined #ffmpeg
Volgaar has quit [Ping timeout: 252 seconds]
junaid_ has joined #ffmpeg
junaid_ has quit [Remote host closed the connection]
hightower4 has quit [Ping timeout: 255 seconds]
jarthur has quit [Quit: jarthur]
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
vampirefrog has joined #ffmpeg
ivanich has joined #ffmpeg
vampirefrog has quit [Client Quit]
luc4 has quit [Remote host closed the connection]
luc4 has joined #ffmpeg
kurosu has joined #ffmpeg
Vonter has quit [Read error: Connection reset by peer]
clarkh1 has quit [Read error: Connection reset by peer]
Shuriko has quit [Ping timeout: 245 seconds]
Vonter has joined #ffmpeg
Volgaar has joined #ffmpeg
Volgaar has quit [Client Quit]
synapt has quit [Quit: moo]
fatalis has quit [Ping timeout: 255 seconds]
rsx has joined #ffmpeg
lavaball has joined #ffmpeg
fatalis has joined #ffmpeg
fatalis has quit [Changing host]
fatalis has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
FH_thecat has joined #ffmpeg
AbleBacon has quit [Read error: Connection reset by peer]
hightower2 has joined #ffmpeg
synapt has joined #ffmpeg
kushal__ has joined #ffmpeg
kus has quit [Ping timeout: 240 seconds]
Rhys has quit [Killed (cadmium.libera.chat (Nickname regained by services))]
rhys1 is now known as rhys
Rhvs has joined #ffmpeg
luc4 has quit [Quit: Konversation terminated!]
luc4 has joined #ffmpeg
hightower2 has quit [Read error: Connection reset by peer]
<stevew> got our stuff largely working directx11 so taking a quick look at dx12 video APIs. the only win seems to be decode can be done multiple threads which I don't need for playback & encode which we currently don't need has this thingy ID3D12VideoMotionEstimator which apparently you have an equivalent of already. dunno if it's useful as no experience in this area. fyi.
minimal has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
FH_thecat has joined #ffmpeg
<stevew> might be worth it for perhaps better management of reference frames. need to study it some more.
hightower2 has joined #ffmpeg
hightower2 has quit [Ping timeout: 255 seconds]
vampirefrog has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
hightower2 has joined #ffmpeg
Blacker47 has joined #ffmpeg
rossome has quit [Quit: WeeChat 4.0.4]
rossome has joined #ffmpeg
Tano has quit [Quit: WeeChat 4.0.4]
rv1sr has joined #ffmpeg
rv1sr has quit [Client Quit]
rv1sr has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
FH_thecat has joined #ffmpeg
bitbinge has joined #ffmpeg
waleee has joined #ffmpeg
rossome has quit [Quit: WeeChat 4.0.5]
Shine_ has joined #ffmpeg
Sciencentistguy0 has joined #ffmpeg
Sciencentistguy has quit [Ping timeout: 255 seconds]
Sciencentistguy0 is now known as Sciencentistguy
jagannatharjun has quit [Quit: Connection closed for inactivity]
bitbinge has quit [Ping timeout: 252 seconds]
Tano has joined #ffmpeg
phonemic has quit [Quit: The Lounge - https://thelounge.chat]
phonemic has joined #ffmpeg
junaid_ has joined #ffmpeg
navi has joined #ffmpeg
junaid_ has quit [Remote host closed the connection]
jagannatharjun has joined #ffmpeg
waleee has quit [Quit: WeeChat 4.0.2]
waleee has joined #ffmpeg
waleee has quit [Ping timeout: 258 seconds]
countach202020 has joined #ffmpeg
bitbinge has joined #ffmpeg
rossome has joined #ffmpeg
Vonter has quit [Ping timeout: 248 seconds]
junaid_ has joined #ffmpeg
Vonter has joined #ffmpeg
junaid_ has quit [Remote host closed the connection]
waleee has joined #ffmpeg
ivanich has quit [Ping timeout: 255 seconds]
ivanich has joined #ffmpeg
yaboishady6 has quit [Quit: Ping timeout (120 seconds)]
yaboishady6 has joined #ffmpeg
vtorri87 has joined #ffmpeg
iconoclasthero_ has joined #ffmpeg
iconoclasthero_ is now known as iconoclast_hero
<iconoclast_hero> is this a reasonable guide to extracting audio from a DVD: https://wiki.gentoo.org/wiki/FFmpeg_-_Extract_Blu-Ray_Audio ?
<iconoclast_hero> (i.e., using ffmpeg)
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
minimal has quit [Quit: Leaving]
<furq> that's for bluray not dvd
<furq> and it's not even a very good guide for extracting bluray audio
nickster has quit [Quit: The Lounge - https://thelounge.chat]
nickster has joined #ffmpeg
<furq> on linux i guess you would just want dvdbackup -t or whatever will extract an individual pgc that you can then run ffmpeg on
<furq> or makemkv probably does it as well
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
waleee has quit [Ping timeout: 255 seconds]
<iconoclast_hero> ok
<iconoclast_hero> i'll look into those, thanks
<iconoclast_hero> should there be much of a difference b/w bluray and dvd?
<iconoclast_hero> (i have dvds)
Muimi has joined #ffmpeg
<kepstin> yes, they're completely different formats.
luc4 has quit [Quit: Konversation terminated!]
luc4 has joined #ffmpeg
bitbinge has quit [Ping timeout: 252 seconds]
luc4 has quit [Ping timeout: 252 seconds]
<furq> the big difference is that it's easy to do this for bluray and still somehow really annoying for dvd
<furq> especially if you actually have a dvd-audio disc because i don't think there are any oss tools for that
Mudb0y has quit [Ping timeout: 255 seconds]
Nact has joined #ffmpeg
pah is now known as pa
vtorri87 has quit [Ping timeout: 272 seconds]
rsx has quit [Quit: rsx]
five6184 has quit [Remote host closed the connection]
five6184 has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
MrZeus has joined #ffmpeg
MrZeus_ has joined #ffmpeg
Keshl has quit [Read error: Connection reset by peer]
Keshl has joined #ffmpeg
MrZeus has quit [Ping timeout: 255 seconds]
<furq> isn't this just for authoring
<ppw> [22 Aug 2019] Audio extraction to WAV from MLP-encoded or PCM discs.Experimental MLP support. Updated website. Graphical interface update.
qqq has quit [Remote host closed the connection]
gust82 has quit [Remote host closed the connection]
whupdup has joined #ffmpeg
iconoclast_hero has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
five6184 has quit [Remote host closed the connection]
five6184 has joined #ffmpeg
FH_thecat has joined #ffmpeg
derpydoo has joined #ffmpeg
Narrat has joined #ffmpeg
Shine_ has quit [Ping timeout: 240 seconds]
iderik has joined #ffmpeg
bitbinge has joined #ffmpeg
dionisis has quit [Quit: WeeChat 3.8]
minimal has joined #ffmpeg
junaid_ has joined #ffmpeg
MrZeus__ has joined #ffmpeg
jarthur has joined #ffmpeg
bitbinge has quit [Ping timeout: 252 seconds]
MrZeus_ has quit [Ping timeout: 255 seconds]
MrZeus_ has joined #ffmpeg
markkastoun has joined #ffmpeg
MrZeus__ has quit [Ping timeout: 248 seconds]
MrZeus__ has joined #ffmpeg
hightower2 has quit [Read error: Connection reset by peer]
MrZeus has joined #ffmpeg
MrZeus_ has quit [Ping timeout: 252 seconds]
AbleBacon has joined #ffmpeg
MrZeus__ has quit [Ping timeout: 246 seconds]
atzur has joined #ffmpeg
atzur has quit [Client Quit]
waleee has joined #ffmpeg
five6184 has quit [Remote host closed the connection]
five6184 has joined #ffmpeg
bitbinge has joined #ffmpeg
someuser has joined #ffmpeg
hightower2 has joined #ffmpeg
anotheruser has quit [Ping timeout: 255 seconds]
MrZeus_ has joined #ffmpeg
MrZeus has quit [Ping timeout: 246 seconds]
five6184 has quit [Remote host closed the connection]
five6184 has joined #ffmpeg
ajshell1 has joined #ffmpeg
lusciouslover has joined #ffmpeg
countach202020 has quit [Ping timeout: 260 seconds]
Ogobaga has quit [Quit: Konversation terminated!]
Offspring has quit [Quit: ZNC - https://znc.in]
Ogobaga has joined #ffmpeg
Offspring has joined #ffmpeg
jagannatharjun has quit [Quit: Connection closed for inactivity]
MrZeus__ has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
MrZeus_ has quit [Ping timeout: 255 seconds]
iderik has quit [Quit: WeeChat 3.0]
five6184 has quit [Read error: Connection reset by peer]
five6184 has joined #ffmpeg
Guest40 has joined #ffmpeg
nrg has quit [Quit: ZNC - https://znc.in]
nrg has joined #ffmpeg
Guest40 has quit [Client Quit]
ivanich has quit [Remote host closed the connection]
litheum has quit [Quit: ZNC - http://znc.sourceforge.net]
junaid_ has quit [Remote host closed the connection]
litheum has joined #ffmpeg
darkapex has quit [Ping timeout: 240 seconds]
darkapex has joined #ffmpeg
MrZeus_ has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
MrZeus__ has quit [Ping timeout: 255 seconds]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #ffmpeg
kurosu has quit [Quit: Connection closed for inactivity]
Haripesch18 has joined #ffmpeg
Haripesch18 is now known as Capstan
rv1sr has quit []
dza has quit [Quit: ]
dza has joined #ffmpeg
derpydoo has quit [Quit: derpydoo]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #ffmpeg
navi has quit [Quit: WeeChat 4.0.4]
vampirefrog has quit [Ping timeout: 240 seconds]
Capstan has quit [Ping timeout: 245 seconds]
bitbinge has quit [Ping timeout: 252 seconds]
Lynne has quit [Remote host closed the connection]
ePirat has quit [Quit: ZNC 1.8.2 - https://znc.in]
ePirat has joined #ffmpeg
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.]
Lynne has joined #ffmpeg
Lynne has quit [Client Quit]
Lynne has joined #ffmpeg
Lynne has quit [Client Quit]
Lynne has joined #ffmpeg
Lynne has quit [Client Quit]
Lynne has joined #ffmpeg
five6184 has quit [Remote host closed the connection]
five6184 has joined #ffmpeg
ePirat has quit [Ping timeout: 240 seconds]