ChanServ 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.1 is released
lusciouslover has joined #ffmpeg
minimal has quit [Quit: Leaving]
hpkn has quit [Ping timeout: 244 seconds]
hpkn has joined #ffmpeg
emmanuelux has quit [Read error: Connection reset by peer]
l4yer has quit [Ping timeout: 272 seconds]
l4yer has joined #ffmpeg
aaabbb has quit [Changing host]
aaabbb has joined #ffmpeg
bertieb has quit [Read error: Connection reset by peer]
bertieb has joined #ffmpeg
user23 has quit [Read error: Connection reset by peer]
travisghansen1 has quit [Ping timeout: 276 seconds]
averne has quit [Ping timeout: 272 seconds]
averne has joined #ffmpeg
BUSY has joined #ffmpeg
maxim_d33 has quit [Ping timeout: 252 seconds]
travisghansen1 has joined #ffmpeg
robobub has joined #ffmpeg
maxim_d33 has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
hpkn has quit [Remote host closed the connection]
hpkn has joined #ffmpeg
cantelope has quit [Quit: Connection closed for inactivity]
Dagger has quit [Ping timeout: 260 seconds]
Dagger has joined #ffmpeg
Fiji has quit [Ping timeout: 276 seconds]
robobub has quit [Quit: Connection closed for inactivity]
anv has quit [Ping timeout: 276 seconds]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
dxh has joined #ffmpeg
JustBleedFan has quit [Quit: Connection closed for inactivity]
tyzoid has quit [Ping timeout: 244 seconds]
tyzoid has joined #ffmpeg
coldfeet has joined #ffmpeg
lavaball has joined #ffmpeg
user_oreloznog has joined #ffmpeg
MisterMinister has quit [Ping timeout: 248 seconds]
Ingvix has quit [Ping timeout: 248 seconds]
Teraii has quit [Read error: Connection reset by peer]
Teraii has joined #ffmpeg
emmanuelux has joined #ffmpeg
<kmikita> When I recode (no filter used, codec mpeg4 or libxvid) any input file with ffmeg-7.1.1, I got output rotated 90 degrees. ffmpeg-3.4.11 is ok.
<kmikita> Input 624x448 [SAR 1:1 DAR 39:28]
<kmikita> Output 448x624 [SAR 1:1 DAR 28:39]
<kmikita> I need force use "-vf transpose=2" to fix it
emmanuelux has quit [Read error: Connection reset by peer]
rsx has joined #ffmpeg
<JEEB> kmikita: you can override rotation metadata read from input, it should also show it in the input info with `-v verbose`
<kmikita> example command https://pastebin.com/tdrqZjn9
<kmikita> JEEB, metadata is correct, any input rotated since 7.1.1
<JEEB> it would not rotate if there was no metadata, just that old versions of FFmpeg would not handle it
<JEEB> it should be output in the terminal output with `-v verbose`
<JEEB> `ffmpeg -v verbose -display_rotation:v 0 -i INPUT ......` should override it
<JEEB> alternatively `ffprobe -of json -show_streams -show_format -i INPUT` should also output it in the stream or format info as side data
<JEEB> (that gives a nice json representation of what FFmpeg sees)
<kmikita> [transpose @ 0x7f2b48002100] w:624 h:448 dir:1 -> w:448 h:624 rotation:clockwise vflip:0
<kmikita> JEEB, please review output https://pastebin.com/EsPewjFk
lavaball has quit [Remote host closed the connection]
<JEEB> check the ffprobe command's output then...
<JEEB> and thanks for using a pastebin site ( ^_^)b
<kmikita> JEEB, ffprobe output https://pastebin.com/agCyrwX5
SuicideShow has quit [Ping timeout: 248 seconds]
SuicideShow has joined #ffmpeg
<JEEB> can you check `ffprobe -v verbose -of json -select_streams v -show_frames -read_intervals '%+#2' -i INPUT` which should output the first two decoded frames or so?
<JEEB> because the transpose logic is *very* specific, it only gets executed if the input has a rotation that matches `fabs(theta - 90) < 1.0` or `fabs(theta - 270) < 1.0`
<JEEB> thanks
<kmikita> "-display_rotation:v 0" prevent rotation, but no one input file ever had rotation metadata
<JEEB> yea I don't see it either at least in those pastes, but the logic is quite specific
<JEEB> can you provide the first XYZ megabytes of that sample file through 0x0.st or so?
<JEEB> so that in case someone here has the time, they could check whether they can replicate it with 7.1 or current master
strk has left #ffmpeg [WeeChat 4.6.2]
<JEEB> (I don't atm)
<JEEB> but without sample it's not really possible to easily see where things go derp
System_Error has quit [Remote host closed the connection]
<kmikita> JEEB, ffmpeg builded with clang "-march=native -O3 -ffast-math -flto=full". Can this affect the calculations?
<JEEB> better to provide a sample, if you can dd the first 10 or 20 megabytes of the input (`dd if=INPUT of=OUTPUT bs=1M count=10`), then if it locally makes it do the same thing, try posting it on 0x0.st with curl or so
<JEEB> then people unrelated to your environment, versions etc can try it.
System_Error has joined #ffmpeg
<kmikita> 10m head of file https://0x0.st/80r9.avi
<kmikita> dd used
<JEEB> if that locally made the same thing happen, great
<JEEB> I can't atm look into it, but hopefully someone else can check it out
<kmikita> I'll try to figure out my ffmpeg custom build, because I've never encountered this, and now all tasks have this issue.
<kmikita> JEEB, thanks for help! I will use "-display_rotation:v 0" as temporary solution. :)
Ingvix has joined #ffmpeg
Blacker47 has joined #ffmpeg
Sketch has quit [Remote host closed the connection]
Sketch has joined #ffmpeg
Shine_ has joined #ffmpeg
lolok has joined #ffmpeg
dxh has quit [Ping timeout: 260 seconds]
YuGiOhJCJ has quit [Ping timeout: 244 seconds]
troyt_ has quit [Read error: Connection reset by peer]
troyt has joined #ffmpeg
lavaball has joined #ffmpeg
HarshK23 has joined #ffmpeg
user_oreloznog has quit [Ping timeout: 244 seconds]
user_oreloznog has joined #ffmpeg
hpkn has quit [Ping timeout: 244 seconds]
hpkn has joined #ffmpeg
hpkn_ has joined #ffmpeg
hpkn has quit [Ping timeout: 244 seconds]
hpkn_ is now known as hpkn
Xe has quit [Ping timeout: 276 seconds]
YUiNA has joined #ffmpeg
jb3 has quit [Quit: ZNC 1.8.2 - https://znc.in]
YUiNA_ has quit [Ping timeout: 252 seconds]
cantelope has joined #ffmpeg
jmcantrell has joined #ffmpeg
Xe has joined #ffmpeg
Wh4xk69 has joined #ffmpeg
coldfeet has quit [Quit: Lost terminal]
Wh4xk69 has quit [Quit: I'm leaving bye bye]
manwithluck has quit [Ping timeout: 252 seconds]
nobiz has quit [Ping timeout: 252 seconds]
manwithluck has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
nobiz has joined #ffmpeg
jmcantrell has quit [Ping timeout: 276 seconds]
Thulinma has quit [Ping timeout: 260 seconds]
JustBleedFan has joined #ffmpeg
jmcantrell has joined #ffmpeg
markizano has quit [Quit: Poweroff]
jmcantrell has quit [Ping timeout: 276 seconds]
jensen1 has joined #ffmpeg
jensen1 is now known as azev
markizano has joined #ffmpeg
Fusl has quit [Changing host]
Fusl has joined #ffmpeg
markizano has quit [Remote host closed the connection]
markizano has joined #ffmpeg
markizano has quit [Remote host closed the connection]
Fusl has quit [Quit: K-Lined]
Fusl has joined #ffmpeg
Fusl has quit [Client Quit]
bsFFFFFF has joined #ffmpeg
Fusl has joined #ffmpeg
markizano has joined #ffmpeg
hpkn has quit [Ping timeout: 244 seconds]
bsFFFFFF has quit [Ping timeout: 260 seconds]
fling has quit [Ping timeout: 244 seconds]
bsFFFFFF has joined #ffmpeg
bsFFFFFF has quit [Ping timeout: 276 seconds]
bsFFFFFF has joined #ffmpeg
UltraFuzzy has quit [Quit: UltraFuzzy]
rsx has quit [Quit: rsx]
hpkn has joined #ffmpeg
fling has joined #ffmpeg
Fiji has joined #ffmpeg
coldfeet has joined #ffmpeg
tuttza has joined #ffmpeg
cantelope has quit [Quit: Connection closed for inactivity]
coldfeet has quit [Quit: Lost terminal]
averne has quit [Ping timeout: 260 seconds]
averne has joined #ffmpeg
averne_ has joined #ffmpeg
averne has quit [Ping timeout: 244 seconds]
averne_ is now known as averne
UltraFuzzy has joined #ffmpeg
Thulinma has joined #ffmpeg
cantelope has joined #ffmpeg
MisterMinister has joined #ffmpeg
bsFFFFFF has quit [Ping timeout: 276 seconds]
System_Error has quit [Remote host closed the connection]
bsFFFFFF has joined #ffmpeg
chair1 has joined #ffmpeg
System_Error has joined #ffmpeg
coldfeet has joined #ffmpeg
dxh has joined #ffmpeg
qqe has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
qqe has quit [Read error: Connection reset by peer]
qqe has joined #ffmpeg
System_Error has joined #ffmpeg
user_oreloznog has quit [Quit: https://quassel-irc.org]
___nick___ has joined #ffmpeg
___nick___ has quit [Client Quit]
___nick___ has joined #ffmpeg
jb3 has joined #ffmpeg
coldfeet has quit [Quit: Lost terminal]
Shine_ has quit [Read error: Connection reset by peer]
bsFFFFFF has quit [Ping timeout: 248 seconds]
bsFFFFFF has joined #ffmpeg
dxh has quit [Ping timeout: 276 seconds]
Exa has quit [Ping timeout: 272 seconds]
chair79 has joined #ffmpeg
chair1 has quit [Ping timeout: 272 seconds]
chair1 has joined #ffmpeg
chair79 has quit [Ping timeout: 272 seconds]
Exa has joined #ffmpeg
tranzistor has joined #ffmpeg
JanC has quit [Killed (calcium.libera.chat (Nickname regained by services))]
JanC has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
Everything has joined #ffmpeg
___nick___ has quit [Ping timeout: 268 seconds]
derjanni has quit [Ping timeout: 248 seconds]
derjanni has joined #ffmpeg
bitbinge has joined #ffmpeg
HarshK23 has quit [Quit: Connection closed for inactivity]
chair53 has joined #ffmpeg
chair1 has quit [Ping timeout: 272 seconds]
chair1 has joined #ffmpeg
chair53 has quit [Ping timeout: 272 seconds]
dxh has joined #ffmpeg
bsFFFFFF has quit [Ping timeout: 276 seconds]
bsFFFFFF has joined #ffmpeg
___nick___ has joined #ffmpeg
coldfeet has joined #ffmpeg
Everything has quit [Quit: Lost terminal]
mark4o has joined #ffmpeg
___nick___ has quit [Ping timeout: 252 seconds]
coldfeet has quit [Quit: Lost terminal]
markh has quit [Ping timeout: 260 seconds]
mark4o is now known as markh
chair55 has joined #ffmpeg
dxh has quit [Ping timeout: 276 seconds]
chair1 has quit [Ping timeout: 272 seconds]
chair55 is now known as chair1
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
simpl_e has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lavaball has joined #ffmpeg
bsFFFFFF has quit [Quit: bsFFFFFF]
lemourin has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
tranzistor has quit [Quit: Ping timeout (120 seconds)]
tranzistor has joined #ffmpeg
lemourin has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Marth64[m] has joined #ffmpeg
Marth64 has quit [Ping timeout: 276 seconds]
Shine_ has joined #ffmpeg
michaelni has quit [Ping timeout: 252 seconds]
michaelni has joined #ffmpeg
Fiji has quit [Ping timeout: 272 seconds]
jmcantrell has joined #ffmpeg