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
noobaroo has quit [Quit: Konversation terminated!]
noobaroo has joined #ffmpeg
noobaroo has quit [Quit: Konversation terminated!]
noobaroo has joined #ffmpeg
aaabbb has joined #ffmpeg
AbleBacon has quit [Read error: Connection reset by peer]
tomb^ has quit []
EmleyMoor has quit [Ping timeout: 256 seconds]
noobaroo has quit [Quit: Konversation terminated!]
noobaroo has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
kts has joined #ffmpeg
Suchiman has quit [Quit: Connection closed for inactivity]
kts has quit [Ping timeout: 256 seconds]
trillion_exabyte has quit [Ping timeout: 256 seconds]
trillion_exabyte has joined #ffmpeg
trillion1exabyte has joined #ffmpeg
trillion1exabyte has quit [Client Quit]
MisterMinister has joined #ffmpeg
thomas_D8 has quit [Quit: Ping timeout (120 seconds)]
thomas_D8 has joined #ffmpeg
telgareith has quit [Quit: The Lounge - https://thelounge.chat]
telgareith has joined #ffmpeg
Tinos has joined #ffmpeg
evilscreww has joined #ffmpeg
lucasta has quit [Quit: Leaving]
bertieb has joined #ffmpeg
Tano has quit [Quit: WeeChat 4.2.1]
sarpnt has quit [Quit: Lost terminal]
Tano has joined #ffmpeg
hussein1_ has joined #ffmpeg
hussein1 has quit [Ping timeout: 260 seconds]
ossifrage has quit [Quit: Leaving]
evilscreww has quit [Quit: Leaving]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
gvg has joined #ffmpeg
gvg__ has quit [Ping timeout: 252 seconds]
Suchiman has joined #ffmpeg
rpthms has quit [Remote host closed the connection]
rpthms has joined #ffmpeg
Ox7C5 has joined #ffmpeg
xx has joined #ffmpeg
xx has quit [Read error: Connection reset by peer]
xx has joined #ffmpeg
xx has quit [Remote host closed the connection]
xx has joined #ffmpeg
MisterMinister has quit [Ping timeout: 252 seconds]
beaver has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
trillion_exabyte has quit [Ping timeout: 256 seconds]
FH_thecat has joined #ffmpeg
e^pi-1 has quit [Ping timeout: 255 seconds]
rv1sr has joined #ffmpeg
kts has joined #ffmpeg
Suchiman has quit [Quit: Connection closed for inactivity]
kts has quit [Ping timeout: 264 seconds]
filaris has joined #ffmpeg
jagannatharjun has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
Tinos has joined #ffmpeg
<filaris> Hi, I'm curious if i can use only ffmpeg to zip two videos, so output will switch frames, like 1-2-1-2-1-2-.., resolution is same, duration - almost. I can't google it
<aaabbb> ie one video makes up all odd frames and the other makes up all even frames?
lavaball has joined #ffmpeg
<aaabbb> i think you can do that with select filter
<aaabbb> i guess you'd do -filter_complex "[0:v]select='mod(n, 2)'[v1];[1:v]select='mod(n - 1, 2)'[v2];[v1][v2]something", but i'm not sure what filter would be used in place with "something"
<aaabbb> that will put all even frames from the first video into [v1] and all odd frames from the second into [v2] (assuming you want to drop half the frames to keep the framerate the same)
kts has joined #ffmpeg
\\Mr_C\\ has quit [Remote host closed the connection]
<aaabbb> filaris: ok so there's an "interleave" filter that's exactly what you want
<aaabbb> so ignore my first suggestion with the select filter because it looks like you want to not drop any frame
Livio has joined #ffmpeg
e^pi-1 has joined #ffmpeg
e^pi-1 has quit [Quit: WeeChat 4.2.2]
Muimi has joined #ffmpeg
rsx has joined #ffmpeg
e^pi-1 has joined #ffmpeg
aus1 has joined #ffmpeg
coldfeet has joined #ffmpeg
aus has quit [Ping timeout: 240 seconds]
aus1 is now known as aus
Muimi has quit [Remote host closed the connection]
rsx has quit [Remote host closed the connection]
kts has quit [Read error: Connection reset by peer]
e^pi-1 has quit [Quit: WeeChat 4.2.2]
Muimi has joined #ffmpeg
kts has joined #ffmpeg
aus has quit [Ping timeout: 260 seconds]
e^pi-1 has joined #ffmpeg
aus has joined #ffmpeg
rsx has joined #ffmpeg
Suchiman has joined #ffmpeg
lusciouslover has quit [Ping timeout: 240 seconds]
lusciouslover has joined #ffmpeg
aus4 has joined #ffmpeg
aus has quit [Ping timeout: 252 seconds]
aus4 is now known as aus
scat117 has joined #ffmpeg
beaver has quit []
noobaroo has quit [Quit: Konversation terminated!]
noobaroo has joined #ffmpeg
Livio has quit [Ping timeout: 268 seconds]
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Muimi has joined #ffmpeg
Muimi has quit [Client Quit]
coldfeet has quit [Remote host closed the connection]
jagannatharjun has quit [Quit: Connection closed for inactivity]
kts has quit [Ping timeout: 264 seconds]
<filaris> aaabbb: for me its work like "24 frames from first video, then 1 frame from second video, repeat"
<filaris> looks like "-g 24" for video encoder somehow affect interleave filter result
<BtbN> It definitely does not do that, no
<BtbN> the filters do not see the encoder whatsoever
<filaris> i did not say that without check it first
<BtbN> The filters can neither read the encoder options, nor is there any mechanism to backfeeds information from the encoder to the filter chain.
<BtbN> So you must be misinterpreting something.
<aaabbb> -g selects the gop size, as BtbN says it's unrelated to the filters
filaris has quit [Ping timeout: 250 seconds]
beaver has joined #ffmpeg
beaver has quit []
beaver has joined #ffmpeg
Ram-Z has quit [Quit: ZNC - http://znc.in]
Ram-Z has joined #ffmpeg
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #ffmpeg
ivanich has joined #ffmpeg
ivanich has quit [Remote host closed the connection]
beaver has quit [Remote host closed the connection]
beaver has joined #ffmpeg
kts has joined #ffmpeg
kts has quit [Ping timeout: 255 seconds]
KDDLB has quit [Quit: The Lounge - https://thelounge.chat]
KDDLB has joined #ffmpeg
HarshK23 has joined #ffmpeg
coldfeet has joined #ffmpeg
kts_ has joined #ffmpeg
Magissia has joined #ffmpeg
kts_ has quit [Read error: Connection reset by peer]
jagannatharjun has joined #ffmpeg
kts_ has joined #ffmpeg
SystemError has quit [Remote host closed the connection]
SystemError has joined #ffmpeg
minimal has joined #ffmpeg
kus has quit [Read error: Connection reset by peer]
sadome has joined #ffmpeg
e^pi-1 has quit [Quit: WeeChat 4.2.2]
sadome has quit [Remote host closed the connection]
kts_ has quit [Ping timeout: 252 seconds]
sadome has joined #ffmpeg
sadome has quit [Remote host closed the connection]
sadome has joined #ffmpeg
coldfeet has quit [Remote host closed the connection]
<iconoclast_hero> i want a script (too complex for function) that's chosen a particular book to drop me in the directory I asked it to change to, but that's not going to happen... ^Z has been rejected for now, but i would like to be able to interact with the file system from inside a script.
<iconoclast_hero> i copied my .bashrc to /tmp, changed PS1 and just called `bash --rcfile /tmp/.bashrc` with an obviously different prompt... this is important because I don't want to let myself hang out in this shell for longer than it takes to look at the item i selected.
<iconoclast_hero> being familiar with the existance of chroot, i was thinking that might work, but that requires system privliges so that's rejected. are there any other sort of restrictive environments that would allow me to poke around a directory and subdirectories, but not much else?
<iconoclast_hero> if it wasn't clear, the goal is to prevent myself from using it as a normal shell in the middle of this script.
beaver has quit [Remote host closed the connection]
mrelcee has quit [Quit: I want Waffles!]
mrelcee has joined #ffmpeg
coldfeet has joined #ffmpeg
coldfeet has quit [Quit: leaving]
Galisma has joined #ffmpeg
SystemError has quit [Remote host closed the connection]
SystemError has joined #ffmpeg
coldfeet has joined #ffmpeg
rsx has quit [Quit: rsx]
Galisma has quit [Quit: Konversation terminated!]
Galisma has joined #ffmpeg
evilscreww has joined #ffmpeg
evilscreww has quit [Client Quit]
<iconoclast_hero> wrong channel.
trillion_exabyte has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
rvalue has quit [Ping timeout: 256 seconds]
rvalue has joined #ffmpeg
beaver has joined #ffmpeg
SakuraChan has joined #ffmpeg
Sakura`Kinomoto has quit [Ping timeout: 255 seconds]
jagannatharjun has quit [Quit: Connection closed for inactivity]
telgareith has quit [Quit: The Lounge - https://thelounge.chat]
Polochon_street has joined #ffmpeg
<Polochon_street> hi! is the new https://ffmpeg.org/doxygen/trunk/structAVChannelLayout.html safe to be passed around threads?
<Polochon_street> the new AVChannelLayout*
coldfeet has quit [Quit: leaving]
rvalue has quit [Quit: ZNC - https://znc.in]
<galad> Polochon_street: passing it how?
<galad> I guess you can either use av_channel_layout_copy() and be safe, or pass it by reference if you are sure you aren't modifying it at the wrong time
Livio has joined #ffmpeg
rvalue has joined #ffmpeg
\\Mr_C\\ has joined #ffmpeg
hjckr has quit [Ping timeout: 256 seconds]
MightyBOB has quit [Remote host closed the connection]
hjckr has joined #ffmpeg
hightower4 has joined #ffmpeg
Muimi has joined #ffmpeg
hightower3 has quit [Ping timeout: 260 seconds]
SakuraChan has quit [Ping timeout: 272 seconds]
Magissia has quit [Ping timeout: 255 seconds]
vlm has joined #ffmpeg
Sakura`Kinomoto has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
iive has joined #ffmpeg
Livio has quit [Ping timeout: 268 seconds]
Livio has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
nact has quit [Remote host closed the connection]
Galisma has quit [Read error: Connection reset by peer]
Tinos has quit [Ping timeout: 250 seconds]
Livio has quit [Quit: leaving]
Livio has joined #ffmpeg
bitbinge has joined #ffmpeg
rv1sr has quit []
sm1999 has quit [Quit: WeeChat 4.3.0-dev]
sm1999 has joined #ffmpeg
waleee has joined #ffmpeg
a0z has joined #ffmpeg
coldfeet has joined #ffmpeg
coldfeet has quit [Read error: Connection reset by peer]
coldfeet has joined #ffmpeg
coldfeet has quit [Client Quit]
coldfeet has joined #ffmpeg
lavaball has joined #ffmpeg
coldfeet has quit [Client Quit]
coldfeet has joined #ffmpeg
Haxxa has quit [Quit: Haxxa flies away.]
Haxxa has joined #ffmpeg
coldfeet has quit [Quit: leaving]
Ox7C5 has quit [Quit: Lost terminal]
coldfeet has joined #ffmpeg
Livio has quit [Ping timeout: 268 seconds]
coldfeet has quit [Remote host closed the connection]
vlm has quit [Quit: Leaving]
lavaball has quit [Remote host closed the connection]
emanuele6 has quit [Ping timeout: 268 seconds]
emanuele6 has joined #ffmpeg
_rubik has joined #ffmpeg
<_rubik> Hey folks. I can't seem to configure ffmpeg with glob support. As far as I can tell, the header is installed
<_rubik> Do I need a config flag for glob specifically?
emanuele6 has quit [Quit: WeeChat 4.2.2]
fling has quit [Ping timeout: 260 seconds]
fling_ has joined #ffmpeg
fling_ is now known as fling
e^pi-1 has joined #ffmpeg
lucasta has joined #ffmpeg
Traneptora has joined #ffmpeg
dasome has joined #ffmpeg
sadome has quit [Remote host closed the connection]
dasome has quit [Remote host closed the connection]
emanuele6 has joined #ffmpeg
sadome has joined #ffmpeg
SuicideShow has quit [Ping timeout: 240 seconds]
SuicideShow has joined #ffmpeg
MisterMinister has joined #ffmpeg
Sakura`Kinomoto has quit [Ping timeout: 256 seconds]
Sakura`Kinomoto has joined #ffmpeg
Mister_D has joined #ffmpeg
MisterMinister has quit [Ping timeout: 272 seconds]
sadome has quit [Remote host closed the connection]
sadome has joined #ffmpeg
sadome has quit [Remote host closed the connection]
sadome has joined #ffmpeg
xx has quit [Ping timeout: 260 seconds]
luva has quit [Quit: Ping timeout (120 seconds)]
luva has joined #ffmpeg
lullerhaus has quit []