espeed has joined #ffmpeg
<another|> None of your inputs has a video stream
ecapi_ has quit [Ping timeout: 246 seconds]
<LimeOn> i see, they are all different, thank furq
<LimeOn> you want to add a new audio? ShaedS
<LimeOn> ffmpeg -i IMG_4526-nadio.mov -i wrazdubs-s3e28-vince-grave-cut.m4a -c copy -map 0:0 -map 1:0 OUTPUT.FORMAT
<LimeOn> That one will use video from the first input and the audio from the 2nd input
<another|> wat?
<LimeOn> 1:0 is the 0(first) stream of the file 1(second input)
<LimeOn> and it will just copy the streams, so it should be almost instantly
<another|> this copies the first stream of both inputs regardless of type
<LimeOn> yes
<another|> the first stream does not have to be video
<LimeOn> i just have seen the pastebin, it looks like it has 2 audio files
<LimeOn> yes, i know, but in most cases it it
<LimeOn> it is*
<another|> in a lot of cases. not sure if I'd be comfortable with saying most
<another|> though especially not in this case as there is no video stream in any of the files
<LimeOn> well, you can always inspect the file to be sure
<LimeOn> yes, i agree, there are 2 audio files in this case
<another|> so please don't say that it will "use the video from the first input" without having inspected the input
ecapi_ has joined #ffmpeg
Capstan has quit [Ping timeout: 250 seconds]
ecapi has joined #ffmpeg
ecapi has quit [Ping timeout: 255 seconds]
[R]x has quit [Server closed connection]
[R]x has joined #ffmpeg
bitbinge has joined #ffmpeg
lucasta has quit [Remote host closed the connection]
Cindy has quit [Remote host closed the connection]
bnchs has joined #ffmpeg
thilo has quit [Ping timeout: 240 seconds]
thilo has joined #ffmpeg
skinkie has quit [Server closed connection]
skinkie has joined #ffmpeg
ecapi has joined #ffmpeg
iconoclast_hero has joined #ffmpeg
ecapi has quit [Ping timeout: 272 seconds]
navi has quit [Quit: WeeChat 4.0.4]
jess has quit [*.net *.split]
jess has joined #ffmpeg
jtgd has quit [Quit: WeeChat 4.1.1]
jtgd has joined #ffmpeg
minimal has quit [Quit: Leaving]
ecapi_ has quit [Remote host closed the connection]
ecapi_ has joined #ffmpeg
Shuriko has joined #ffmpeg
<aaabbb> how do i drop frames in a certain pattern? the decimate=cycles= filter cannot do it. for every 7 frames, i want to drop the 2nd and 4th frame
lemourin has quit [Read error: Connection reset by peer]
lemourin has joined #ffmpeg
ecapi_ has quit [Remote host closed the connection]
ecapi_ has joined #ffmpeg
ecapi_ has quit [Ping timeout: 240 seconds]
maxim_d33 has quit [Ping timeout: 240 seconds]
maxim_d33 has joined #ffmpeg
ecapi_ has joined #ffmpeg
<ShaedS> another|: they are .mov files which are video streams.....
<ShaedS> LimeOn: not instgant but much quicker
<ShaedS> the 0:v mapping didn't do
strudl has quit [Server closed connection]
strudl has joined #ffmpeg
<another|> ShaedS: there are none listed
<another|> what makes you think there are any video streams present?
<furq> aaabbb: -vf "shuffleframes=0 -1 2 -1 4"
<aaabbb> thanks!
<furq> plus setpts if you want cfr or -fps_mode vfr
<furq> -vf "shuffleframes=0 -1 2 -1 4 5 6" i mean
<aaabbb> furq: with regular decimate, i never needed setps (or -vsync vfr), since the timestamps evenly divide the timebase anyway
<aaabbb> at least, the total runtime stays the same, the framerate is reduced accordingy, and the audio and video stay in sync
<furq> are you sure you weren't getting duplicate frames
<aaabbb> yes, i cheked. i do -v 40, and i step through frames as well
_yazooq has joined #ffmpeg
<aaabbb> with mpdecimate, yes i need to do -vsync vfr to avoid having dupes
jab416171 has quit [Ping timeout: 255 seconds]
<aaabbb> i'll try shuffleframes and see if it gives me dupes in cfr and adjust acordingly
ecapi_ has quit [Ping timeout: 255 seconds]
yazooq has quit [Ping timeout: 240 seconds]
jab416171 has joined #ffmpeg
durandal_1707 has quit [Ping timeout: 258 seconds]
durandal_1707 has joined #ffmpeg
_yazooq has quit [Ping timeout: 240 seconds]
waleee has quit [Ping timeout: 264 seconds]
iconoclast_hero has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
bitbinge has quit [Remote host closed the connection]
bitbinge has joined #ffmpeg
angular_mike_ has quit [Server closed connection]
angular_mike_ has joined #ffmpeg
qqq has joined #ffmpeg
ecapi has joined #ffmpeg
ecapi_ has joined #ffmpeg
ecapi has quit [Ping timeout: 258 seconds]
HarshK23 has joined #ffmpeg
irwiss has quit [Server closed connection]
irwiss has joined #ffmpeg
debayer has joined #ffmpeg
<ShaedS> its' an mov and a m4a the mov is the video...... LimeOn your command did work idk why stackoverflows didn't
<ShaedS> another|: it's a .mov, i just opened it in qu8icktime, it shows video. It's a video period.
<ShaedS> idk why ffmpeg doesn't recognize .mov as video
<ShaedS> i do have another thing I am trying to figure out but it's going to be a pita to hash out the bash/details
<ShaedS> I'm finding myself using this a lot: -af silenceremove=window=0:detection=peak:stop_mode=all:start_mode=all:stop_periods=-1:stop_threshold=0 because of dmca muting
<ShaedS> this however re-encodes and i loose quality. I'd like to be able to silent detect, mark that time in a variable, then do -ss -to to concat the parts that aren't silent w/o the muting
<ShaedS> im not fluent enough in bash to make it so
<ShaedS> also is ffmpeg a little buggy? -ss 00:00:00 -i file -to 1:00:00 doesn't work as expected, i had to discover i needed to -ss <time> -to <time> -i <input> for it to work /in that order/ when stackexchange said otherwiwes
<aaabbb> or stackexchange has outdated information
<aaabbb> furq: that worked perfectly, tho it turns out the source video doesn't keep that exact pattern, so i'll either have to just encode the dupes or tweak mpdecimate
Vonter has quit [Ping timeout: 258 seconds]
<another|> mov is just a container. It doesn't have to contain video
Buster__ has joined #ffmpeg
Vonter has joined #ffmpeg
<ShaedS> oh
<ShaedS> i thought was extension for video
<ShaedS> formats
<ShaedS> not a container for them
<aaabbb> mov is a container, people don't usually use raw video formats
<aaabbb> you won't see many .h264 or .y4m videos around
<ShaedS> i guess i don't know shit about video stuff it turns out
<ShaedS> never really paid attention to it just aduio
rpthms has quit [Remote host closed the connection]
<aaabbb> even audio generaly has a container
<aaabbb> like ogg is not raw vorbis
rpthms has joined #ffmpeg
<another|> Well, there's mp3...
derpydoo has joined #ffmpeg
Buster__ has quit [Ping timeout: 246 seconds]
swing is now known as fling
fling is now known as swing
<aaabbb> mpdecimate default settings seems to try to drop more frames that have very little motion than frames that are (actual) duplicates, why?
AbleBacon has quit [Read error: Connection reset by peer]
Vonter has quit [Ping timeout: 246 seconds]
Vonter has joined #ffmpeg
<aaabbb> nvm i misunderstood the purpose of the hi and lo params
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
bitbinge has quit [Quit: bitbinge]
bitbinge has joined #ffmpeg
Keshl_ has joined #ffmpeg
bnchs has quit [Read error: Connection reset by peer]
Keshl has quit [Read error: Connection reset by peer]
dbal has joined #ffmpeg
bnchs has joined #ffmpeg
dbal__ has quit [Ping timeout: 255 seconds]
sqz has quit [Ping timeout: 255 seconds]
Jan\ has quit [Ping timeout: 255 seconds]
lusciouslover has quit [Ping timeout: 246 seconds]
sm1999__ has quit [Quit: WeeChat 4.2.0-dev]
sm1999 has joined #ffmpeg
sqz has joined #ffmpeg
elastic_dog has quit [Ping timeout: 246 seconds]
elastic_dog has joined #ffmpeg
Shine_ has joined #ffmpeg
Jan\ has joined #ffmpeg
rv1sr has joined #ffmpeg
jarthur has quit [Quit: jarthur]
mven has quit [Quit: Ping timeout (120 seconds)]
mven has joined #ffmpeg
ivanich has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
rsx has joined #ffmpeg
chiselfu1e has quit [Ping timeout: 264 seconds]
BetweenUs has joined #ffmpeg
ecapi__ has joined #ffmpeg
jesse-s has quit [Server closed connection]
jesse-s has joined #ffmpeg
ecapi_ has quit [Ping timeout: 258 seconds]
chiselfuse has joined #ffmpeg
deus0ww has quit [Ping timeout: 240 seconds]
deus0ww has joined #ffmpeg
deus0ww_ has joined #ffmpeg
deus0ww has quit [Ping timeout: 260 seconds]
deus0ww_ has quit [Ping timeout: 260 seconds]
deus0ww has joined #ffmpeg
Vonter has quit [Ping timeout: 255 seconds]
Vonter has joined #ffmpeg
swing has quit [Ping timeout: 255 seconds]
Some_Person has quit [Quit: ZNC 1.8.2 - https://znc.in]
Some_Person has joined #ffmpeg
Vonter has quit [Ping timeout: 260 seconds]
Vonter has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
lemourin has quit [Client Quit]
swing has joined #ffmpeg
lavaball has joined #ffmpeg
swing has quit [Read error: Connection reset by peer]
swing has joined #ffmpeg
lemourin has joined #ffmpeg
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
lemourin has joined #ffmpeg
BetweenUs has quit [Read error: Connection reset by peer]
bitbinge has quit [Remote host closed the connection]
bitbinge has joined #ffmpeg
Keshl__ has joined #ffmpeg
Keshl_ has quit [Read error: Connection reset by peer]
spaam has quit [Server closed connection]
Shuriko830 has joined #ffmpeg
spaam has joined #ffmpeg
Shuriko has quit [Ping timeout: 252 seconds]
cibo has joined #ffmpeg
JanC has quit [Ping timeout: 252 seconds]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
Swedaniel has quit [Quit: Connection closed]
lemourin has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
rocktop has joined #ffmpeg
lavaball has joined #ffmpeg
cibo has quit [Quit: Connection closed]
navi has joined #ffmpeg
carpenter has quit [Quit: .]
chaoticryptidz has quit [Quit: https://quassel-irc.org - Chat comfortably. Anywhere.]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
chaoticryptidz has joined #ffmpeg
lemourin has joined #ffmpeg
rocktop has quit [Quit: Leaving]
vlm has joined #ffmpeg
billchenchina has joined #ffmpeg
someuser has quit [Read error: Connection reset by peer]
anotheruser has quit [Read error: Connection reset by peer]
rsx has quit [Quit: rsx]
Buster__ has joined #ffmpeg
ecapi__ has quit [Remote host closed the connection]
Buster__ has quit [Ping timeout: 240 seconds]
ecapi has joined #ffmpeg
ecapi_ has joined #ffmpeg
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
dbal_ has joined #ffmpeg
carpenter has joined #ffmpeg
dbal has quit [Ping timeout: 246 seconds]
ecapi has quit [Ping timeout: 260 seconds]
dbal_ has quit [Remote host closed the connection]
dbal has joined #ffmpeg
dbal has quit [Ping timeout: 255 seconds]
dbal has joined #ffmpeg
FH_thecat has quit [Quit: Leaving]
iconoclast_hero has joined #ffmpeg
dbal has quit [Ping timeout: 255 seconds]
qqq has quit [Ping timeout: 246 seconds]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
Swedaniel has joined #ffmpeg
lemourin has joined #ffmpeg
qqq has joined #ffmpeg
lucasta has joined #ffmpeg
TrillionEuroNote has quit [Server closed connection]
TrillionEuroNote has joined #ffmpeg
minimal has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
Keshl__ is now known as Keshl
bnchs is now known as Cindy
s1b1 has quit [Server closed connection]
s1b1 has joined #ffmpeg
ishan has quit [Server closed connection]
ishan has joined #ffmpeg
derpydoo has quit [Ping timeout: 246 seconds]
ivanich has quit [Remote host closed the connection]
dbal has joined #ffmpeg
FH_thecat has joined #ffmpeg
dbal_ has joined #ffmpeg
dbal has quit [Read error: Connection reset by peer]
dbal_ has quit [Ping timeout: 255 seconds]
dbal has joined #ffmpeg
faxmodem has quit [Server closed connection]
espeed_ has joined #ffmpeg
dbal has quit [Ping timeout: 255 seconds]
espeed has quit [Ping timeout: 240 seconds]
faxmodem has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
beaver has joined #ffmpeg
dbal has joined #ffmpeg
dbal has quit [Read error: Connection reset by peer]
dbal_ has joined #ffmpeg
dbal has joined #ffmpeg
dbal_ has quit [Read error: Connection reset by peer]
lucasta has quit [Quit: Leaving]
Traneptora has quit [Quit: Quit]
dbal has quit [Read error: Connection reset by peer]
dbal has joined #ffmpeg
dbal has quit [Ping timeout: 255 seconds]
swing has quit [Ping timeout: 260 seconds]
dbal has joined #ffmpeg
swing has joined #ffmpeg
auri has quit []
swing has quit [Read error: Connection reset by peer]
swing has joined #ffmpeg
dbal has quit [Ping timeout: 260 seconds]
bibble has quit [Quit: bibberly bobberly]
dgcampea-2 has joined #ffmpeg
dgcampea has quit [Killed (NickServ (Forcing logout dgcampea -> dgcampea))]
dgcampea-2 is now known as dgcampea
bibble has joined #ffmpeg
bibble has quit [Changing host]
bibble has joined #ffmpeg
dbal has joined #ffmpeg
dbal has quit [Read error: Connection reset by peer]
dbal has joined #ffmpeg
auri has joined #ffmpeg
dbal has quit [Read error: Connection reset by peer]
swing has quit [Ping timeout: 260 seconds]
dbal has joined #ffmpeg
_zoggy_ has left #ffmpeg [#ffmpeg]
dbal has quit [Ping timeout: 240 seconds]
swing has joined #ffmpeg
darkapex has quit [Ping timeout: 246 seconds]
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
dbal has joined #ffmpeg
dbal has quit [Read error: Connection reset by peer]
dbal has joined #ffmpeg
dbal has quit [Ping timeout: 255 seconds]
lusciouslover has joined #ffmpeg
lusciouslover has quit [Ping timeout: 260 seconds]
lexano has quit [Ping timeout: 252 seconds]
deus0ww has quit [Quit: Textual IRC Client: www.textualapp.com]
deus0ww has joined #ffmpeg
AbleBacon has joined #ffmpeg
waleee has joined #ffmpeg
lexano has joined #ffmpeg
swing has quit [Ping timeout: 260 seconds]
lexano has quit [Ping timeout: 260 seconds]
iconoclast_hero has left #ffmpeg [http://quassel-irc.org - Chat comfortably. Anywhere.]
swing has joined #ffmpeg
dbal has joined #ffmpeg
lexano has joined #ffmpeg
rom1v has quit [Server closed connection]
dbal has quit [Ping timeout: 255 seconds]
rom1v has joined #ffmpeg
dsrt^ has joined #ffmpeg
espeed_ is now known as espeed
dbal has joined #ffmpeg
ecapi has joined #ffmpeg
turlando has quit [Server closed connection]
turlando has joined #ffmpeg
ecapi has quit [Ping timeout: 264 seconds]
meepmeep has quit [Server closed connection]
meepmeep has joined #ffmpeg
someuser has joined #ffmpeg
pyre_ has quit [Server closed connection]
pyre has joined #ffmpeg
Capstan has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
Swedaniel has quit [Quit: Connection closed]
vampirefrog has joined #ffmpeg
esc_ape has joined #ffmpeg
esc--ape-- has quit [Ping timeout: 240 seconds]
espeed has quit [Read error: Connection reset by peer]
espeed has joined #ffmpeg
lusciouslover has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
chymera has quit [Server closed connection]
chymera has joined #ffmpeg
MRiddickW has quit [Ping timeout: 246 seconds]
billchenchina has quit [Ping timeout: 240 seconds]
minimal has quit [Quit: Leaving]
luva6 has quit [Ping timeout: 246 seconds]
luva6 has joined #ffmpeg
haasn has quit [Server closed connection]
haasn has joined #ffmpeg
someuser has quit [Quit: Leaving]
espeed has quit [Remote host closed the connection]
HarshK23 has quit [Quit: Connection closed for inactivity]
Buster__ has joined #ffmpeg
ivanich has joined #ffmpeg
gvg has quit [Server closed connection]
gvg has joined #ffmpeg
JanC has joined #ffmpeg
nemesit has quit [Server closed connection]
nemesit has joined #ffmpeg
HarshK23 has joined #ffmpeg
ivanich has quit [Remote host closed the connection]
Haxxa has quit [Ping timeout: 240 seconds]
wcpan has quit [Quit: http://quassel-irc.org - Chat comfortably. Anywhere.]
wcpan has joined #ffmpeg
frojnd has quit [Server closed connection]
frojnd has joined #ffmpeg
Shine_ has quit [Read error: Connection reset by peer]
troyt has quit [Server closed connection]
troyt has joined #ffmpeg
kurosu has quit [Quit: Connection closed for inactivity]
w1kl4s has quit [Server closed connection]
w1kl4s has joined #ffmpeg
derpydoo has joined #ffmpeg
upekkha has quit [Server closed connection]
upekkha has joined #ffmpeg
Swedaniel has joined #ffmpeg
vlm has quit [Quit: Leaving]
ivanich has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
Capstan has quit [Ping timeout: 250 seconds]
ivanich has quit [Quit: Konversation terminated!]
ivanich_ has joined #ffmpeg
ivanich_ has quit [Read error: Connection reset by peer]
IcyPalm has quit [Server closed connection]
IcyPalm has joined #ffmpeg
Buster__ has quit [Ping timeout: 255 seconds]
ivanich_ has joined #ffmpeg
lavaball has joined #ffmpeg
beaver has quit [Remote host closed the connection]
yazooq has joined #ffmpeg
rv1sr has quit []
kus has quit [Read error: Connection reset by peer]
EveHQ has joined #ffmpeg
<EveHQ> Guys could u help me with this? im trying to stream a .ts file with this command " ffmpeg -i "C:\Users\EveHQ\Downloads\ya\stream_2023-11-11_18-51-16.ts" ^
<EveHQ> -vf scale=1280:720 -vcodec libx264 -preset veryfast -b:v 2000k -map 0:v:0 -map 0:a:0 -acodec aac -b:a 128k -f flv -flvflags ^
<EveHQ> no_duration_filesize rtmp://192.168.0.1/live/st11 " ¿what im doing wrong? because is not working.
<EveHQ> [h264 @ 000001a5f16bb3c0] error while decoding MB 0 1, bytestream 20334
<EveHQ> [h264 @ 000001a5f16bb3c0] concealing 8033 DC, 8033 AC, 8033 MV errors in P frame
<EveHQ> [h264 @ 000001a5f1217cc0] concealing 7971 DC, 7971 AC, 7971 MV errors in B frame