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
Traneptora has joined #ffmpeg
iive has quit [Quit: They came for me...]
minimal has quit [Quit: Leaving]
memset has quit [Remote host closed the connection]
memset has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
lexano has quit [Ping timeout: 276 seconds]
Suchiman has quit [Quit: Connection closed for inactivity]
lucasta has joined #ffmpeg
cryptic has quit [Read error: Connection reset by peer]
intrac has quit [Quit: Konversation terminated!]
intrac has joined #ffmpeg
cryptic has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
memset has quit [Ping timeout: 260 seconds]
Tinos has quit [Remote host closed the connection]
memset has joined #ffmpeg
Ox7C5 has joined #ffmpeg
deus0ww has quit [Quit: Textual IRC Client: www.textualapp.com]
coldfeet has joined #ffmpeg
AbleBacon has quit [Quit: I am like MacArthur; I shall return.]
Dagger has quit [Ping timeout: 245 seconds]
Dagger has joined #ffmpeg
marcj has quit [Quit: ZNC 1.7.5+deb4 - https://znc.in]
marcj has joined #ffmpeg
lucasta has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
emmanuelux has quit [Quit: au revoir]
theobjec- has quit [Remote host closed the connection]
theobjectivedad has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
trillion_exabyte has quit [Ping timeout: 252 seconds]
trillion_exabyte has joined #ffmpeg
coldfeet has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
rvalue has quit [Ping timeout: 255 seconds]
rvalue has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #ffmpeg
bitblit has quit [Ping timeout: 260 seconds]
Livio has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #ffmpeg
peterLustig67 has joined #ffmpeg
drv has quit [Quit: No Ping reply in 180 seconds.]
drv has joined #ffmpeg
Dagger has quit [Ping timeout: 260 seconds]
Dagger has joined #ffmpeg
<Traneptora> JEEB> (unless the authors put effort into requesting for it being free)
<Traneptora> re: jxl
<Traneptora> they did
<Traneptora> they were denied
Daniel26 has joined #ffmpeg
<JEEB> Traneptora: welcome to ISO/IEC :P
tempora has quit [Quit: Bouncing away]
tempora has joined #ffmpeg
<Daniel26> I guys, I have a command running fine under ffmpeg-3. But wit ffmpeg-4 it won't work.
<Daniel26> ffmpeg -rtsp_transport tcp -i rtsp://b-sim3:11011/grv2/mycam7/hd -vcodec copy -r 50 -f segment -segment_time 3600 -segment_format mp4 -reset_timestamps 1 -strftime 1 /home/ds/%Y_%m_%d_%H_%M_%S.mp4
<Daniel26> Any Ideas whats going wrong here?
<Daniel26> with ffmpeg-4, it fails with: https://paste.opensuse.org/pastes/2c38c44b9678
<JEEB> try with latest master BtbN autobuild, https://github.com/BtbN/FFmpeg-Builds/releases/tag/latest - download and extract into a directory in homedir or so. then call with full path instead of just `ffmpeg`
<JEEB> since 4.x is ancient by now, just to see what the current state is
catsoften has quit [Ping timeout: 252 seconds]
Tinos has quit [Ping timeout: 256 seconds]
catsoften has joined #ffmpeg
Suchiman has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
a5erka has joined #ffmpeg
<a5erka> @JEEB returning to that error I found where ffmpeg encounters a decoding error but still exits with a 0 exit code, i found 6.0 works, but 6.1 does not, after another git bisect, i found the issue was introduced with commit 01897c1788b887e42a69072fc6516a73521bdcd6. does this help narrow it down? (i'm guessing no :) )
<JEEB> and IIRC it is then fixed in master due to another large rework
<a5erka> yeah
waleee has quit [Ping timeout: 252 seconds]
lavaball has joined #ffmpeg
a5erka has quit [Quit: Sleep mode on...]
billchenchina- has quit [Quit: Leaving]
Blacker47 has joined #ffmpeg
Tano has quit [Quit: WeeChat 4.3.2]
<Daniel26> @JEEB ffmep-4 is the version delivered with openSUSE Leap 15.5. It is not easy for us to change the version.....
<JEEB> I'm not telling you to replace what comes with your system
<JEEB> those are static auto-builds
<JEEB> you download, extract into a directory in f.ex. your homedir, then execute with /full/path/to/location/ffmpeg
<JEEB> for the record the last branch of 4.x, 4.4 was released in late 2020. so that's how much behind you are at the moment. and if you are on an even older 4.x branch you're going even further into the past
<JEEB> so definitely worth it to give a try with the current auto-build master :P
<Daniel26> It works with ffmpeg 6 and 7 (tested with packages build by opensuse). So we have to switch :/
a5erka has joined #ffmpeg
bitblit has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
a5erka has quit [Quit: Sleep mode on...]
KDDLB has joined #ffmpeg
beaver has quit [Remote host closed the connection]
beaver has joined #ffmpeg
a5erka has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Dagger has quit [Ping timeout: 244 seconds]
Dagger has joined #ffmpeg
<CounterPillow> You don't have to upgrade your system version, just invoke the static build
<CounterPillow> And if you really need to only have one ffmpeg on your system for some reason, you can track down the commit that fixed it with a bisect and ask suse to backport it
j45 has quit [Ping timeout: 276 seconds]
j45 has joined #ffmpeg
microchip_ has quit [Quit: There is no spoon!]
<Daniel26> @CounterPile I don't have any clue where to start the search....
<CounterPillow> What search
<Daniel26> "you can track down the commit that fixed it "
<CounterPillow> Read code to understand the logic that lead to the problem, then git bisect the affected files. Or run a very long and arduous bisect across the entire tree
<JEEB> eh, if they noted that works with newer packages
<JEEB> then that's it
<JEEB> they upgrade and get a better result :P
<JEEB> just wanted to note that no need to utilize a package unless they really want to. since the static builds are a thing
microchip_ has joined #ffmpeg
Dagger has quit [Ping timeout: 248 seconds]
theobjectivedad has quit [Remote host closed the connection]
Dagger has joined #ffmpeg
theobjectivedad has joined #ffmpeg
Unit640 has joined #ffmpeg
Ox7C5 has quit [Quit: Lost terminal]
coldfeet has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
memset has quit [Remote host closed the connection]
memset has joined #ffmpeg
Juest has quit [Ping timeout: 260 seconds]
Juest has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
lusciouslover has quit [Ping timeout: 260 seconds]
lusciouslover has joined #ffmpeg
lavaball has joined #ffmpeg
peterLustig67 has quit [Remote host closed the connection]
peterLustig67 has joined #ffmpeg
lexano has joined #ffmpeg
lucasta has joined #ffmpeg
ursa-major has quit [Remote host closed the connection]
jmcantrell has quit [Remote host closed the connection]
ninjin has quit [Remote host closed the connection]
samhza has quit [Remote host closed the connection]
noelle has quit [Remote host closed the connection]
ifreund has quit [Remote host closed the connection]
RetroPunk has quit [Remote host closed the connection]
atrius has quit [Remote host closed the connection]
brocellous has quit [Remote host closed the connection]
tsujp has quit [Remote host closed the connection]
brocellous has joined #ffmpeg
noelle has joined #ffmpeg
jmcantrell has joined #ffmpeg
ifreund has joined #ffmpeg
samhza has joined #ffmpeg
ninjin has joined #ffmpeg
atrius has joined #ffmpeg
tsujp has joined #ffmpeg
RetroPunk has joined #ffmpeg
ursa-major has joined #ffmpeg
minimal has joined #ffmpeg
peterLustig67 has quit [Remote host closed the connection]
peterLustig67 has joined #ffmpeg
Daniel26 has quit [Ping timeout: 252 seconds]
Daniel26 has joined #ffmpeg
jemius has joined #ffmpeg
Grunswald has joined #ffmpeg
<Grunswald> hi
<Grunswald> i have posted an issue on discord, i wonder if there is more activity here
j45 has quit [Ping timeout: 248 seconds]
j45 has joined #ffmpeg
<CounterPillow> there's a discord? yikes
peterLustig67 has quit [Remote host closed the connection]
peterLustig67 has joined #ffmpeg
<Grunswald> well it looks official...
a5erka has quit [Quit: Bye!]
<Grunswald> well my issue is i have a sdi camera running 1080p at 25 fps, i have sdi to usb3 converter, and i want to display the camera on a 1080p 60fps screen
<Grunswald> there is no software that works, so i thought going with ffmpeg would be the solution.
<Grunswald> but it doesnt work. i tried using a 1080p 60fps camera in that case it work (either using directly ffplay, or transcoding from ffmpeg then reading with ffplay) but with big latency (few seconds at best)
beaver has quit [Remote host closed the connection]
peterLustig67 has quit [Ping timeout: 256 seconds]
beaver has joined #ffmpeg
<BtbN> There is no FFmpeg discord, no
<BtbN> If they claim to be official, it's a blatant lie and probably worth a report
iliv has joined #ffmpeg
HerbY_NL has joined #ffmpeg
<Grunswald> well maybe, in any case they didn't answered me
<CounterPillow> if ffplay has a lot of latency, I'd put the blame on the device itself it's reading from (or whatever driver it's using)
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<Grunswald> well the worst part so far is that when trying to acquire the 1080p 25 fps video, i just get a black screen, i don't know what is wrong
dza5 has joined #ffmpeg
dza has quit [Killed (mercury.libera.chat (Nickname regained by services))]
dza5 is now known as dza
jemius has quit [Quit: Leaving]
chainik has quit [Ping timeout: 245 seconds]
deus0ww has joined #ffmpeg
Grunswald has quit [Quit: Client closed]
chainik has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Client Quit]
blb has quit [Ping timeout: 248 seconds]
lucasta has quit [Read error: Connection reset by peer]
lucasta has joined #ffmpeg
vlm has joined #ffmpeg
AbleBacon has joined #ffmpeg
vlm has quit [Read error: Connection reset by peer]
vlm has joined #ffmpeg
vlm has quit [Read error: Connection reset by peer]
vlm has joined #ffmpeg
georgereynolds85 has joined #ffmpeg
iliv has quit [Ping timeout: 252 seconds]
georgereynolds8 has quit [Ping timeout: 252 seconds]
georgereynolds85 is now known as georgereynolds8
Traneptora has quit [Quit: Quit]
HarshK23 has quit [Quit: Connection closed for inactivity]
vlm has quit [Quit: Leaving]
Livio has quit [Ping timeout: 260 seconds]
Livio has joined #ffmpeg
HerbY_NL has joined #ffmpeg
HerbY_NL has quit [Client Quit]
Traneptora has joined #ffmpeg
j45 has quit [Ping timeout: 248 seconds]
j45 has joined #ffmpeg
Traneptora has quit [Client Quit]
Traneptora has joined #ffmpeg
memset has quit [Remote host closed the connection]
memset has joined #ffmpeg
vlm has joined #ffmpeg
Tano has joined #ffmpeg
Kei_N has quit [Read error: Connection reset by peer]
Kei_N has joined #ffmpeg
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
vlm has quit [Read error: Connection reset by peer]
HerbY_NL has joined #ffmpeg
Tinos has joined #ffmpeg
alien_lappy has left #ffmpeg [#ffmpeg]
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
Vonter has quit [Ping timeout: 245 seconds]
Vonter has joined #ffmpeg
coldfeet has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
System_Error has quit [Remote host closed the connection]
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #ffmpeg
Tano has quit [Quit: WeeChat 4.3.2]
lavaball has quit [Quit: lavaball]
coldfeet has quit [Remote host closed the connection]
Tinos has quit [Ping timeout: 256 seconds]
MrZeus has joined #ffmpeg
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
lucasta has quit [Remote host closed the connection]
emmanuelux has joined #ffmpeg
theobjectivedad has quit [Remote host closed the connection]
theobjectivedad has joined #ffmpeg
lemourin9 has joined #ffmpeg
lemourin is now known as Guest7974
Guest7974 has quit [Killed (osmium.libera.chat (Nickname regained by services))]
lemourin9 is now known as lemourin
Livio has quit [Ping timeout: 255 seconds]
vincejv has quit [Remote host closed the connection]
Hackerpcs has quit [Quit: Hackerpcs]
SuicideShow has quit [Ping timeout: 248 seconds]
Hackerpcs has joined #ffmpeg
Hackerpcs has quit [Max SendQ exceeded]
SuicideShow has joined #ffmpeg
Hackerpcs has joined #ffmpeg
Hackerpcs has quit [Max SendQ exceeded]
Hackerpcs has joined #ffmpeg
MrZeus_ has joined #ffmpeg
MrZeus_ has quit [Read error: Connection reset by peer]
MrZeus has quit [Ping timeout: 255 seconds]
Unit640 has quit [Quit: Leaving]
beaver has quit [Remote host closed the connection]
beaver has joined #ffmpeg
beaver has quit [Remote host closed the connection]
beaver has joined #ffmpeg
MrZeus has joined #ffmpeg
beaver has quit [Remote host closed the connection]
MrZeus_ has joined #ffmpeg
Vonter has quit [Ping timeout: 260 seconds]
MrZeus has quit [Ping timeout: 248 seconds]
TheSilentLink has quit [Ping timeout: 244 seconds]
five618480339 has joined #ffmpeg
TheSilentLink has joined #ffmpeg
five61848033 has quit [Ping timeout: 276 seconds]
five618480339 is now known as five61848033
MrZeus_ has quit [Read error: Connection reset by peer]
jtgd has quit [Quit: WeeChat 4.3.5]
jtgd has joined #ffmpeg