JanC has quit [Ping timeout: 264 seconds]
JanC has joined #ffmpeg
Marth64 has joined #ffmpeg
rvalue has quit [Ping timeout: 252 seconds]
<BtbN> nvcc and clang are 100% equivalent.
<BtbN> In theory, gcc can also compile cuda code to ptx, but you'd need to compile a special gcc for it, since it doesn't support runtime target selection
hightower4 has joined #ffmpeg
hightower3 has quit [Ping timeout: 252 seconds]
rvalue has joined #ffmpeg
beaver has quit [Remote host closed the connection]
iive has quit [Quit: They came for me...]
Marth64 has quit [Ping timeout: 264 seconds]
xx has quit [Ping timeout: 260 seconds]
Marth64 has joined #ffmpeg
rue_mohr has joined #ffmpeg
<rue_mohr> hi
<rue_mohr> HandBrakeCLI -i *.mov -o video.mp4 -e x264 -q 20.0 -E av_aac -B 128 -6 stereo -w 800 --encoder-preset fast --encoder-profile high --encoder-level 4.1
<rue_mohr> does anyone know how to make that remove the audio in the conversion?
<rue_mohr> yes but everything is a ffmpeg wrapper and the people at #handbrake aren't alive
<rue_mohr> and chatgpt isn't giving any correct answers (as expected)
<rue_mohr> thanks, the manual is hopeless unless I already knew the answer
e^pi-1 has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KombuchaKip has quit [Quit: Leaving.]
KDDLB has joined #ffmpeg
KombuchaKip has joined #ffmpeg
e^pi-1 has quit [Quit: WeeChat 4.2.1]
e^pi-1 has joined #ffmpeg
e^pi-1 has quit [Quit: WeeChat 4.2.1]
e^pi-1 has joined #ffmpeg
gchound__ has quit [Quit: Leaving]
Marth64 has quit [Remote host closed the connection]
System_Error has quit [Ping timeout: 260 seconds]
System_Error has joined #ffmpeg
intrac has quit [Quit: Konversation terminated!]
intrac has joined #ffmpeg
minimal has quit [Quit: Leaving]
fling has quit [Remote host closed the connection]
fling has joined #ffmpeg
luva has quit [Quit: Ping timeout (120 seconds)]
luva has joined #ffmpeg
JanC has quit [Remote host closed the connection]
JanC has joined #ffmpeg
AbleBacon has quit [Read error: Connection reset by peer]
lolok has quit [Quit: lolok]
gvg has quit [Ping timeout: 264 seconds]
gvg_ has quit [Ping timeout: 264 seconds]
FH_thecat has quit [Read error: Connection reset by peer]
marcj has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
junaid_ has joined #ffmpeg
marcj has joined #ffmpeg
iliv has joined #ffmpeg
BetweenUs has joined #ffmpeg
BetweenUs_ has joined #ffmpeg
BetweenUs has quit [Ping timeout: 268 seconds]
waleee has joined #ffmpeg
e^pi-1 has quit [Ping timeout: 255 seconds]
rv1sr has joined #ffmpeg
arch___ has joined #ffmpeg
BetweenUs_ has quit [Ping timeout: 268 seconds]
rue_mohr has left #ffmpeg [Leaving]
e^pi-1 has joined #ffmpeg
Tano has quit [Quit: WeeChat 4.1.2]
Muimi__ has quit [Quit: Going offline, see ya! (www.adiirc.com)]
FH_thecat has joined #ffmpeg
dionisis has quit [Ping timeout: 252 seconds]
e^pi-1 has quit [Quit: WeeChat 4.2.1]
e^pi-1 has joined #ffmpeg
dionisis has joined #ffmpeg
<ShaedS> oks omething isn't right
<ShaedS> i'm cutting at a specific key fframe, what happens is there's blackness, a single light, a frame of a single light, then frames of two lights going on
<ShaedS> i am using djv to get the xact time code, the lgiht cuts on at time code :11, i'm cutting at timecode :10 which is milisecond equvilent to .167 miliseconds
<ShaedS> ffmpeg -i IMG_5763.mov -ss 00:03:42.167 -to 01:12:41 -c:v copy -c:a copy 1-trim.mov and when i open my file, there are frames of blackness, and the first frame I see is two lights being on, instead of one, then two
<ShaedS> how do I cut to just before the second light coming on?
beaver has joined #ffmpeg
mven976 has joined #ffmpeg
Offspring has quit [Quit: ZNC - https://znc.in]
Offspring has joined #ffmpeg
mven97 has quit [Ping timeout: 272 seconds]
mven976 is now known as mven97
Tinos has joined #ffmpeg
hightower3 has joined #ffmpeg
<beastd> ShaedS: A simple stream copy cannot be exact if the individual streams are more coarse. Especially common for compressed video streams.
hightower4 has quit [Ping timeout: 264 seconds]
rv1sr has quit []
sonicrules1234 has quit [Ping timeout: 246 seconds]
sonicrules1234 has joined #ffmpeg
hightower3 has quit [Ping timeout: 256 seconds]
xx has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
e^pi-1 has quit [Quit: WeeChat 4.2.1]
e^pi-1 has joined #ffmpeg
kepstin has quit [Remote host closed the connection]
kepstin has joined #ffmpeg
FH_thecat has joined #ffmpeg
ivanich has joined #ffmpeg
waleee has quit [Ping timeout: 252 seconds]
tips__ has joined #ffmpeg
tips_ has quit [Ping timeout: 264 seconds]
e^pi-1 has quit [Quit: WeeChat 4.2.1]
jemius has joined #ffmpeg
nd has quit [Ping timeout: 255 seconds]
nd has joined #ffmpeg
yawkat has quit [Ping timeout: 268 seconds]
yawkat has joined #ffmpeg
<peac> is it possible that a hardware codec (v4lm2m on rpi's bcm2835), which does not support GOP setting (seems to be a bug), is generating h264 keyframes every 60 frames, but sets in the metadata that keyframes should be every 30 seconds, making the playback run at half the speed between keyframes (30 frames for 2 seconds) and jump to the next keyframe
<peac> every 2 seconds, effectively skipping half of the stream ?
<peac> and how can i check the difference between the metadata and the data on keyframe frequency ?
<peac> what are good alternatives to streameye for analysis ?
<peac> (good as in free beer, supporting linux, complete and good looking)
e^pi-1 has joined #ffmpeg
rv1sr has joined #ffmpeg
jemius has quit [Quit: Leaving]
<BtbN> gop length is not something that's communicated in any special way other than an I-Frame appearing
<peac> then maybe an issue with PTS ?
rv1sr has quit []
<BtbN> The encoder is probably just busted. The v4l2 encoder stuff is of rather questionable quality in every aspect of it.
lavaball has joined #ffmpeg
<peac> i'm just trying to understand exactly what is wrong with this stream
<peac> can you point out how i can check what's going on with this stream ?
<peac> i'm stuck with v4l2 and i know the data in the stream is malformed but exploitable, so i need to understand so i can find the best way to exploit it correctly
<peac> any help, education or pointers would be greatly appreciated. thanks
beaver has quit [Remote host closed the connection]
beaver has joined #ffmpeg
mao9528 has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
hightower2 has joined #ffmpeg
Sciencentistguy9 has joined #ffmpeg
Sciencentistguy has quit [Ping timeout: 255 seconds]
Sciencentistguy has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Sciencentistguy9 has quit [Ping timeout: 255 seconds]
lavaball has joined #ffmpeg
mao9528 has quit [Remote host closed the connection]
mao9528 has joined #ffmpeg
waleee has joined #ffmpeg
e^pi-1 has quit [Ping timeout: 268 seconds]
Vonter has quit [Ping timeout: 255 seconds]
Vonter has joined #ffmpeg
mao9528 has quit [Remote host closed the connection]
mao9528 has joined #ffmpeg
mao9528 has quit [Remote host closed the connection]
mao9528 has joined #ffmpeg
dionisis has quit [Quit: WeeChat 3.8]
e^pi-1 has joined #ffmpeg
junaid_ has quit [Remote host closed the connection]
waleee has quit [Ping timeout: 264 seconds]
<peac> for debug purposes i've reexposed the broken h264 mpeg-ts stream on http://iostud.io:8090 (can be read with ffplay) and the resulting laggy HLS on http://iostud.io:8060/
JanC is now known as Guest6359
JanC has joined #ffmpeg
Guest6359 has quit [Killed (osmium.libera.chat (Nickname regained by services))]
arch___ has quit [Quit: Leaving]
Ogobaga has quit [Ping timeout: 246 seconds]
darkapex has quit [Ping timeout: 240 seconds]
darkapex has joined #ffmpeg
lolok has joined #ffmpeg
waleee has joined #ffmpeg
mao9528 has quit [Read error: Connection reset by peer]
s55 has quit [Ping timeout: 256 seconds]
Arsen has quit [Quit: Quit.]
Arsen has joined #ffmpeg
Arsen has quit [Client Quit]
Arsen has joined #ffmpeg
rv1sr has joined #ffmpeg
e^pi-1 has quit [Quit: WeeChat 4.2.1]
CheckMyBrain has quit [Quit: Connection closed for inactivity]
Ogobaga has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
lavaball has joined #ffmpeg
shibboleth has joined #ffmpeg
Kruppt has joined #ffmpeg
Tano has joined #ffmpeg
s55 has joined #ffmpeg
Mavrik has quit [Quit: G'bye]
Mavrik has joined #ffmpeg
Starz0r has quit [Ping timeout: 260 seconds]
Starz0r has joined #ffmpeg
AbleBacon has joined #ffmpeg
jafa has joined #ffmpeg
Marth64 has joined #ffmpeg
ivanich has quit [Ping timeout: 260 seconds]
ivanich has joined #ffmpeg
Marth64 has quit [Ping timeout: 264 seconds]
Marth64 has joined #ffmpeg
Vonter has quit [Ping timeout: 240 seconds]
Vonter has joined #ffmpeg
junaid_ has joined #ffmpeg
gvg has joined #ffmpeg
gvg_ has joined #ffmpeg
shibboleth has quit [Quit: shibboleth]
emmanuelux has quit [Read error: Connection reset by peer]
Kruppt has quit [Quit: Leaving]
emmanuelux has joined #ffmpeg
Muimi__ has joined #ffmpeg
minimal has joined #ffmpeg
Ogobaga has quit [Ping timeout: 264 seconds]
rvalue has quit [Ping timeout: 264 seconds]
junaid_ has quit [Remote host closed the connection]
Ogobaga has joined #ffmpeg
rvalue has joined #ffmpeg
hamzah has joined #ffmpeg
Ogobaga has quit [Remote host closed the connection]
Ogobaga has joined #ffmpeg
junaid_ has joined #ffmpeg
Ogobaga has quit [Ping timeout: 260 seconds]
ivanich has quit [Remote host closed the connection]
lavaball has quit [Remote host closed the connection]
zsoltiv_ has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #ffmpeg
lavaball has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
cytokine_storm has joined #ffmpeg
lavaball has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Exa has quit [Quit: see ya!]
lavaball has joined #ffmpeg
Exa has joined #ffmpeg
lavaball has quit [Quit: lavaball]
<ajshell19> So, I have a problem, and I'm guessing that FFMPEG is the easiest way to solve it, but I'd like some help on trying to solve it
<ajshell19> So, I downloaded a Twitch stream 20 minutes after it started with yt-dlp.
<ajshell19> And this recording has audio from segments that are muted on the Twitch VOD, which I've also downloaded
<ajshell19> So, is there a way to splice the missing audio from the recorded file onto the VOD's audio?
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #ffmpeg
<BtbN> Easiest way to do that would be to use a proper video editor, and manually match the wave forms at the edges of the holes
<BtbN> Otherwise it'll be incredibly hard to impossible to sync those up
Sciencentistguy6 has joined #ffmpeg
Sciencentistguy has quit [Ping timeout: 255 seconds]
Sciencentistguy6 is now known as Sciencentistguy
Tinos has quit [Ping timeout: 250 seconds]
Traneptora has quit [Quit: Quit]
BtbN has quit [Remote host closed the connection]
BtbN has joined #ffmpeg
Ogobaga has joined #ffmpeg
rv1sr has quit []
noobaroo has quit [Read error: Connection reset by peer]
noobaroo has joined #ffmpeg
hjckr has quit [Ping timeout: 264 seconds]
hjckr has joined #ffmpeg
Tinos has joined #ffmpeg
lavaball has joined #ffmpeg
lavaball has quit [Client Quit]
BtbN has quit [Remote host closed the connection]
BtbN has joined #ffmpeg
ivanich has joined #ffmpeg
JanC_ has joined #ffmpeg
JanC is now known as Guest553
Guest553 has quit [Killed (calcium.libera.chat (Nickname regained by services))]
JanC_ is now known as JanC
ivanich has quit [Remote host closed the connection]
junaid_ has quit [Remote host closed the connection]
hamzah has quit [Ping timeout: 250 seconds]
noobaroo has quit [Remote host closed the connection]
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg
microchip_ has quit [Quit: There is no spoon!]
microchip_ has joined #ffmpeg
BtbN has quit [Remote host closed the connection]
BtbN has joined #ffmpeg
Kruppt has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
sgm has quit [Remote host closed the connection]
sgm has joined #ffmpeg
Tinos has quit [Ping timeout: 250 seconds]
hamzah has joined #ffmpeg
Marth64 has quit [Ping timeout: 268 seconds]
Marth64 has joined #ffmpeg
noobaroo has joined #ffmpeg
hamzah has quit [Ping timeout: 250 seconds]
xx has quit [Ping timeout: 260 seconds]
SuicideShow has quit [Ping timeout: 256 seconds]
lucasta has joined #ffmpeg
SuicideShow has joined #ffmpeg