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
kasper93 has quit [Ping timeout: 252 seconds]
kasper93 has joined #ffmpeg
FlorianBad has quit [Quit: Konversation terminated!]
lexano has quit [Ping timeout: 255 seconds]
aus has joined #ffmpeg
minimal has quit [Quit: Leaving]
aus has quit [Ping timeout: 255 seconds]
hightower3 has joined #ffmpeg
hightower2 has quit [Ping timeout: 268 seconds]
FlorianBad has joined #ffmpeg
luva has quit [Quit: Ping timeout (120 seconds)]
luva has joined #ffmpeg
ivanich has joined #ffmpeg
TheSilentLink has quit [Ping timeout: 264 seconds]
TheSilentLink_ has joined #ffmpeg
TheSilentLink_ is now known as TheSilentLink
luva has quit [Read error: Connection reset by peer]
luva has joined #ffmpeg
dallemon has quit [Quit: Ping timeout (120 seconds)]
dallemon has joined #ffmpeg
<whatsupdoc> CounterPillow: I fixed it with these commands: https://dpaste.org/mzVGk
<whatsupdoc> But I still get "Non-monotonic DTS" error. But hopefully i can ignore it
\\Mr_C\\ has quit [Remote host closed the connection]
lemourin has quit [Quit: The Lounge - https://thelounge.chat]
System_Error has quit [Remote host closed the connection]
System_Error has joined #ffmpeg
lemourin has joined #ffmpeg
aus has joined #ffmpeg
Suchiman has quit [Quit: Connection closed for inactivity]
aus has quit [Ping timeout: 272 seconds]
aus has joined #ffmpeg
kts has joined #ffmpeg
relue has quit [Read error: Connection reset by peer]
kts has quit [Ping timeout: 252 seconds]
ossifrage has joined #ffmpeg
<aaabbb> how can i tell if the short form of a filter option filter=foo:bar will remain equivalent to filter=param1=foo:param2=bar? and whether the defaults will remain the same?
theobjectivedad has quit [Ping timeout: 260 seconds]
<aaabbb> because i noticed that the mpdecimate filter had a new "keep" option added which broke "mpdeciate=0:1:1:1" being equivalent to "mpdecimate=max=0:hi=1:lo=1:frac=1", but other things like "scale=1280:720" is used frequently in the documentation so it seems like it's not necessary to explicitly use "scale=w=1280:h=720"
<aaabbb> so that already broke my workload (my fault for not checking i guess) but then i wonder, is there a possibility that will happen to other filters like "volume=0.5" might one day not be the same as "volume=volume=0.5"?
theobjectivedad has joined #ffmpeg
namazso has quit [Ping timeout: 255 seconds]
<blinux> So, mpeg-4 doesn't have 10-bit encoding? Handbrake says it doesn't.
<blinux> I saw bad banding on the Buck Bunny Demo video in the opening scene in the rabbit hole with mpeg-4 ffmpeg.
<blinux> x264 didn't have this issue in handbrake.
<aaabbb> nope, mpeg4 (at least the ffmpeg encoder) only supports yuv420p
<aaabbb> x264 may not have that issue because it supports adaptive quantization. maybe handbrake turns on aq-mode=3 by default
<aaabbb> aq-mode=3 lowers the qp around dark areas, allocating more bits to dark areas that are prone to banding in sdr material
aus has quit [Ping timeout: 256 seconds]
aus has joined #ffmpeg
<aaabbb> i'm guessing you mean mpeg4 part 2 btw not part 10 (which does have 10bit)
<aaabbb> blinux: you could try the deband filter maybe?
<aaabbb> and if the banding is coming from the source being 10bit then you could add dither
aus has quit [Ping timeout: 272 seconds]
iliv has joined #ffmpeg
namazso has joined #ffmpeg
<blinux> aaabbb: I see "deblock filter" in Handbrake, is that it?
<aaabbb> blinux: it probably uses the libavfilter deblock filter, so probably
<aaabbb> it's codec agnostic so it'll also work with theora
<aaabbb> fwiw i tested theora to see the banding you were talking about (on another video). i was able to get rid of it by injecting some grain
<blinux> aaabbb: I tried that on the filter. It didn't seem to do anything. It looks like mpeg-4 is not very good solution for serious video. It can't even handle the Big Buck Bunny video well in the opening scene. It does most things well, but a few things stop it from being an mpeg-2 or AVC quality encoder.
<aaabbb> blinux: then inject some grain
<aaabbb> that's a classic solution especially with older codeccs
<blinux> And I'm using it on the highest quality setting. OK, I'll check for grain setting.
<aaabbb> it's not a setting, it's something you have to inject
<aaabbb> eg https://gist.github.com/logiclrd/287140934c12bed1fd4be75e8624c118 (and there are other filters that can do it too, not just geq)
<aaabbb> the "noise" filter can also inject grain (and it'll be faster than geq)
<aaabbb> "noise=alls=5" for example. play with the amount of noise, you want the minimum amount that removes banding. too little and you still have banding. too much and the film starts to look visibly grainy
<aaabbb> dvds and blurays often inject grain especially for anime where banding is a serious problem. they can get away with it because optical media can get away with a super high bitrate (you need a high bitrate to keep grain)
Kei_N_ has quit [Quit: leaving]
<blinux> I tried the Theora codec and it had more problems thatn mpeg-4. The tree in the opening scene was jumping as the camera zoomed.
<aaabbb> ah
<aaabbb> i'm pretty surprised that that would happen even at super high bitrates
<blinux> I was curious if a super-dvd could have been released with VP3 or MPEG-4 around 2002. Yes, bitrates don't seem to help, only using a newer codec.
<blinux> I was thinking that a super-dvd with 1024x575 resolution and VP3/Theora or mpeg-4 would have been nice.
<aaabbb> i'm sure a group releasing super-dvd would be able to tune the codec to support it
<blinux> 1024x576 EDTV
<blinux> I could try other footage that is not animated/cgi
<blinux> I think it has problems with dark areas though. Weird patterns and blocking.
<aaabbb> well that's where grain injection comes in
<aaabbb> it can protect from both banding and blocking
Kei_N has joined #ffmpeg
namazso has quit [Remote host closed the connection]
<blinux> Deblock very strong small 4x4 does nothing.
<aaabbb> hmm blocking is not usual for high bitrate encodes. you're getting both banding *and* blocking?
namazso has joined #ffmpeg
Muimi has joined #ffmpeg
<blinux> Well I see blocks with weird patters in them. I think i see bands too without blocks, but the blocks are more noticeable.
<aaabbb> what are you getting for ssim?
Muimi has quit [Client Quit]
<aaabbb> not cuz ssim is better than manual inspection but because i'm curious if something is going wrong
<blinux> I haven't used that before. I'm using handbrake right now. I did some testing with mpeg-4 using just ffmpeg, though my ffmpeg seperate install doesn't have x264 working so I went back to handbrake.
<aaabbb> on linux the static btbn builds are very good for latest ffmpeg. for windows the gyan builds are good
<blinux> libopenh264 doesn't look very good.
<aaabbb> yeah that doesn't surprise me. for h264, x264 is totally unrivaled
<blinux> Ok, I'll try the btbn. I'm on linux.
<aaabbb> the "gpl" build is the one that has the most features. the lgbl and the -shared builds have certain features removed to make it compatible with other licenses
<blinux> great I can try with this one. I'll have to try tomorrow. Thanks.
aus has joined #ffmpeg
YuGiOhJCJ has joined #ffmpeg
Muimi has joined #ffmpeg
blinux has quit [Quit: WeeChat 4.2.1]
aus has quit [Ping timeout: 272 seconds]
AbleBacon has quit [Read error: Connection reset by peer]
troyt has quit [Ping timeout: 255 seconds]
vampirefrog has joined #ffmpeg
jagannatharjun has joined #ffmpeg
rv1sr has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
Ox7C5 has quit [Ping timeout: 268 seconds]
xx has joined #ffmpeg
internatetional has joined #ffmpeg
Muimi has joined #ffmpeg
internatetional has quit [Quit: WeeChat 4.2.2]
internatetional has joined #ffmpeg
Muimi has quit [Remote host closed the connection]
aus has joined #ffmpeg
aus has quit [Ping timeout: 260 seconds]
ivanich has quit [Ping timeout: 268 seconds]
kts has joined #ffmpeg
pa has quit [Ping timeout: 260 seconds]
emmanuelux has quit [Quit: au revoir]
HerbY_NL has joined #ffmpeg
kts has quit [Quit: Konversation terminated!]
vampirefrog has quit [Quit: Leaving]
vampirefrog has joined #ffmpeg
kts has joined #ffmpeg
Tinos has joined #ffmpeg
kts has quit [Quit: Konversation terminated!]
kts has joined #ffmpeg
aus has joined #ffmpeg
dkh has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
YuGiOhJCJ has quit [Quit: YuGiOhJCJ]
peterLustig67 has joined #ffmpeg
Sakura`Kinomoto has quit [Remote host closed the connection]
Suchiman has joined #ffmpeg
System_Error has quit [Remote host closed the connection]
Sakura`Kinomoto has joined #ffmpeg
System_Error has joined #ffmpeg
lavaball has joined #ffmpeg
Blacker47 has joined #ffmpeg
noobaroo has quit [Ping timeout: 268 seconds]
rv1sr has quit []
aus has quit [Ping timeout: 264 seconds]
kts has quit [Ping timeout: 260 seconds]
aus has joined #ffmpeg
aus has quit [Ping timeout: 256 seconds]
HerbY_NL has joined #ffmpeg
fling has quit [Remote host closed the connection]
beaver has quit [Remote host closed the connection]
cmc has quit [Remote host closed the connection]
cmc has joined #ffmpeg
fling has joined #ffmpeg
beaver has joined #ffmpeg
kts has joined #ffmpeg
j45 has quit [Ping timeout: 268 seconds]
j45 has joined #ffmpeg
coldfeet has joined #ffmpeg
pah has joined #ffmpeg
noobaroo has joined #ffmpeg
f_ has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
Magissia has joined #ffmpeg
todi has joined #ffmpeg
mrelcee has quit [Read error: Connection reset by peer]
coldfeet has quit [Remote host closed the connection]
HerbY_NL_ has joined #ffmpeg
mrelcee has joined #ffmpeg
HerbY_NL has quit [Ping timeout: 256 seconds]
mrelcee has quit [Read error: Connection reset by peer]
mrelcee has joined #ffmpeg
HerbY_NL_ has quit [Client Quit]
vlm has joined #ffmpeg
lavaball has joined #ffmpeg
aus has joined #ffmpeg
aus has quit [Ping timeout: 255 seconds]
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
f_ has quit [Quit: To contact me, send a memo using MemoServ, PM f_[xmpp], or send an email. See https://vitali64.duckdns.org/.]
kts has quit [Ping timeout: 260 seconds]
noobaroo has quit [Quit: Konversation terminated!]
Livio has joined #ffmpeg
Livio has quit [Ping timeout: 246 seconds]
Livio has joined #ffmpeg
lexano has joined #ffmpeg
kts has joined #ffmpeg
aus has joined #ffmpeg
aus has quit [Remote host closed the connection]
xx has quit [Ping timeout: 260 seconds]
xx has joined #ffmpeg
noobaroo has joined #ffmpeg
<noobaroo> Does anyone know what package I need to install to build with vulkan on (K)Ubuntu?
<noobaroo> vkcube works
<noobaroo> I have vulkan-utility-libraries-dev vulkan-tools vkroots-headers libgulkan-0.15-0t64 libgulkan-dev libspirv-cross-c-shared0 libspirv-cross-c-shared-dev libvulkan-dev libvulkan-volk-dev libvulkan1 mesa-vulkan-drivers
Livio has quit [Ping timeout: 260 seconds]
iconoclast_hero has joined #ffmpeg
darkapex has quit [Remote host closed the connection]
darkapex has joined #ffmpeg
iconoclast_hero has left #ffmpeg [http://quassel-irc.org - Chat comfortably. Anywhere.]
pah is now known as pa
xx has quit [Remote host closed the connection]
xx has joined #ffmpeg
<JEEB> noobaroo: any recent enough version requires pretty recent vulkan headers, you can see the exact checks failing in ffbuild/config.log
noobaroo has quit [Ping timeout: 256 seconds]
minimal has joined #ffmpeg
Livio has joined #ffmpeg
noobaroo has joined #ffmpeg
e^pi-1 has quit [Ping timeout: 260 seconds]
Livio has quit [Ping timeout: 268 seconds]
rsx has joined #ffmpeg
kts has quit [Ping timeout: 268 seconds]
billchenchina- has quit [Remote host closed the connection]
billchenchina has joined #ffmpeg
billchenchina has quit [Max SendQ exceeded]
billchenchina has joined #ffmpeg
coldfeet has joined #ffmpeg
noobaroo has quit [Quit: Konversation terminated!]
billchenchina has quit [Remote host closed the connection]
billchenchina has joined #ffmpeg
waleee has joined #ffmpeg
rv1sr has joined #ffmpeg
iliv has quit [Ping timeout: 260 seconds]
rsx has quit [Quit: rsx]
f_ has joined #ffmpeg
waleee has quit [Ping timeout: 255 seconds]
Marth64 has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
f_ has quit [Remote host closed the connection]
f_ has joined #ffmpeg
Marth64 has quit [Remote host closed the connection]
VoxellPaladyne has joined #ffmpeg
<VoxellPaladyne> hey
peterLustig67 has quit [Ping timeout: 250 seconds]
EmleyMoor has quit [Ping timeout: 256 seconds]
iconoclast_hero has joined #ffmpeg
EmleyMoor has joined #ffmpeg
<iconoclast_hero> anyone know what is required for building ffmpeg w/vulkan support on ubuntu?
iliv has joined #ffmpeg
AbleBacon has joined #ffmpeg
Narrat has joined #ffmpeg
manwithluck has quit [Read error: Connection reset by peer]
minimal has quit [Quit: Leaving]
<VoxellPaladyne> i have a question with libplacebo
<VoxellPaladyne> my friend suggested me to use the libplacebo filters to downscale my videos
<VoxellPaladyne> i visited the docs and decided i'd use the mitchell downscaler
<VoxellPaladyne> but i for the love of god can not find the syntax for how i can set the filter up so that it downscales from 1920x1080 to 1280x720 using the mitchell downscaler
<VoxellPaladyne> my friend AND chatgpt suggested using `-vf scale=1280x720:flags=lanczos:param0=3` but that's not mitchell is it?
<VoxellPaladyne> maybe because mitchell is not a downsampler or something
<galad> that's not even libplacebo
lavaball has joined #ffmpeg
manwithluck has joined #ffmpeg
<furq> that's not even valid
HerbY_NL has joined #ffmpeg
litheum has quit [Quit: ZNC - http://znc.sourceforge.net]
marcurling has joined #ffmpeg
litheum has joined #ffmpeg
VoxellPaladyne has quit [Quit: Client closed]
acovrig60 has quit [Quit: The Lounge - https://thelounge.chat]
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
acovrig60 has joined #ffmpeg
l4yer has quit [Remote host closed the connection]
relue has joined #ffmpeg
HerbY_NL has joined #ffmpeg
ivanich has joined #ffmpeg
VoxellPaladyne has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
<VoxellPaladyne> then how do i use it
<VoxellPaladyne> i dont see how i could set the downscaler to mitchell
Tano has quit [Quit: WeeChat 4.2.1]
marcurling has quit [Quit: Bye bye]
<VoxellPaladyne> if someone could write a really simple demonstration i'd be glad
billchenchina has quit [Ping timeout: 256 seconds]
bitoff has joined #ffmpeg
<another|> there is lots of documentation and examples
<VoxellPaladyne> alright i've tinkered around a bit but i'm still having an issue: `ffmpeg -i input.mkv -vf libplacebo=w=1920:h=1080:force_original_aspect_ratio=decrease:normalize_sar=true:upscaler=ewa_lanczos:downscaler=ewa_lanczos output.mp4` copied DIRECTLY from the examples result in instant completion of the command, no progress text shown, 0 byte output file
<VoxellPaladyne> even `ffmpeg -i input.mkv -vf "libplacebo" output.mp4` results in the same thing
Tano has joined #ffmpeg
HerbY_NL has joined #ffmpeg
armin has joined #ffmpeg
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
MrZeus has joined #ffmpeg
MrZeus_ has joined #ffmpeg
MrZeus has quit [Ping timeout: 255 seconds]
Kei_N has quit [Read error: Connection reset by peer]
Kei_N has joined #ffmpeg
vampirefrog has quit [Remote host closed the connection]
NotWarcop has joined #ffmpeg
nickster1 has joined #ffmpeg
lec_thege804272 has quit [Quit: Ping timeout (120 seconds)]
intrac has quit [Quit: Konversation terminated!]
lec_thege804272 has joined #ffmpeg
intrac has joined #ffmpeg
noelle has quit [Ping timeout: 246 seconds]
ifreund has quit [Read error: Connection reset by peer]
staceee has quit [Read error: Connection reset by peer]
samhza has quit [Read error: Connection reset by peer]
brocellous has quit [Read error: Connection reset by peer]
boxrick has quit [Read error: Connection reset by peer]
noelle has joined #ffmpeg
ursa-major has quit [Read error: Connection reset by peer]
Warcop has quit [Ping timeout: 268 seconds]
jkkm has quit [Ping timeout: 246 seconds]
graphitemaster has quit [Ping timeout: 246 seconds]
bigfoot547 has quit [Ping timeout: 246 seconds]
brocellous has joined #ffmpeg
tempus_fol has joined #ffmpeg
jluthra_ has joined #ffmpeg
sdc_ has joined #ffmpeg
bigfoot547 has joined #ffmpeg
kepstin has quit [Ping timeout: 256 seconds]
bibble has quit [Ping timeout: 256 seconds]
olspookishmagus has quit [Ping timeout: 256 seconds]
rvalue has quit [Ping timeout: 256 seconds]
MootPoot has quit [Ping timeout: 256 seconds]
jkkm has joined #ffmpeg
kylophone_ has joined #ffmpeg
MootPoot_ has joined #ffmpeg
BSaboia has quit [Quit: ZNC - https://znc.in]
sdc has quit [Read error: Connection reset by peer]
IcyPalm has quit [Read error: Connection reset by peer]
sdc_ is now known as sdc
kylophone has quit [Ping timeout: 268 seconds]
jluthra has quit [Ping timeout: 246 seconds]
jluthra_ is now known as jluthra
kylophone_ is now known as kylophone
CheckMyBrain_ has joined #ffmpeg
CheckMyBrain has quit [Ping timeout: 268 seconds]
CheckMyBrain_ is now known as CheckMyBrain
IcyPalm has joined #ffmpeg
luser1 has quit [Quit: Ping timeout (120 seconds)]
nickster1 is now known as nickster
nickster has quit [Ping timeout: 256 seconds]
rvalue has joined #ffmpeg
Brocker has quit [Read error: Connection reset by peer]
Rhvs has quit [Ping timeout: 268 seconds]
vampirefrog has joined #ffmpeg
Brocker has joined #ffmpeg
ursa-major has joined #ffmpeg
boxrick has joined #ffmpeg
bibble has joined #ffmpeg
BSaboia has joined #ffmpeg
Polochon_street has quit [Quit: ZNC 1.9.0 - https://znc.in]
samhza has joined #ffmpeg
manwithluck has quit [Remote host closed the connection]
Polochon_street has joined #ffmpeg
rizino_ has joined #ffmpeg
ifreund has joined #ffmpeg
staceee has joined #ffmpeg
kepstin has joined #ffmpeg
tempora has quit [Ping timeout: 268 seconds]
luser1 has joined #ffmpeg
intrac has quit [Ping timeout: 256 seconds]
APic has quit [Ping timeout: 268 seconds]
rizino has quit [Ping timeout: 268 seconds]
intrac has joined #ffmpeg
coldfeet has quit [Ping timeout: 268 seconds]
rizino_ is now known as rizino
coldfeet has joined #ffmpeg
APic has joined #ffmpeg
hsv has quit [Remote host closed the connection]
graphitemaster has joined #ffmpeg
Tinos has quit [Remote host closed the connection]
l4yer has joined #ffmpeg
Tinos has joined #ffmpeg
hsv has joined #ffmpeg
iive has joined #ffmpeg
HerbY_NL has joined #ffmpeg
hightower4 has joined #ffmpeg
hightower3 has quit [Ping timeout: 264 seconds]
MrZeus__ has joined #ffmpeg
MrZeus_ has quit [Ping timeout: 255 seconds]
HerbY_NL has quit [Quit: My MacBook has gone to sleep. ZZZzzz…]
VoxellPaladyne has quit [Quit: Client closed]
relue has quit [Ping timeout: 256 seconds]
VoxellPaladyne has joined #ffmpeg
Blacker47 has quit [Quit: Life is short. Get a V.90 modem fast!]
bray90820 has joined #ffmpeg
talismanick has joined #ffmpeg
<bray90820> So I have a bunch of flac files thatare above 16 bit 1411 kbps how would I convert them to that
<bray90820> Would I first have o know what the files currently are
YungBlood has joined #ffmpeg
<YungBlood> Hi, I have 2 challenges with ffmpeg, and so far I've been unable to figure them out. First, I have an IP camera that outputs jpeg images to a specified address, and I would like to transcode that into an hls livestream. The problem is I haven't found the option to make ffmpeg re-grab the image. the closest I've been able to do is have it create a loop of the first image.
five61848033 has quit [Remote host closed the connection]
<BtbN> while true; do cat image.jpeg; done | ffmpeg -i - ....
five61848033 has joined #ffmpeg
<BtbN> make sure to specify a framerate and maybe use -re, otherwise this will go _fast_
<VoxellPaladyne> any help on my issue?
<YungBlood> hrm. I'll give that a try. Thanks!! :)
<VoxellPaladyne> `-vf "libplacebo"` and derivatives always output 0 byte output video
<YungBlood> My other challenge is connecting to a NVR running this command to transcode from rtsp to hls: /usr/bin/ffmpeg -rtsp_transport tcp -i $address -c:v copy -an -hls_time 1 -hls_list_size 2 -hls_segment_filename $filebase-%03d.ts -hls_flags delete_segments -start_number 1 $filebase.m3u8
<BtbN> I doubt there is any such example in the docs, cause libplacebo only operates on hardware frames, and that command isn't giving it those.
<YungBlood> It works flawlessly for 15 cameras, but for number 16, I seem to get a corrupted output, and can't view the stream with hls.js
<VoxellPaladyne> https://voxell.s-ul.eu/GonMYYps is there anything to inspect in the -report?
<YungBlood> yet I can view the output stream from ffmpeg with vlc...
<VoxellPaladyne> for instance using the second example `libplacebo=w=1920:h=1080:force_original_aspect_ratio=decrease:normalize_sar=true:upscaler=ewa_lanczos:downscaler=ewa_lanczos` gives the same output: report: https://voxell.s-ul.eu/Oke13vuO
<BtbN> Again, libplacebo only operates on hardware frames
<BtbN> of course it instantly fails with software frames
<another|> bray90820: bitrate makes no sense for flac
Livio has joined #ffmpeg
<VoxellPaladyne> huh, what does that mean? can i mitigate this in any way?
<BtbN> Use a hardware de and encoder, or manually hwupload+download around libplacebo. But the later likely negates all performance gains
<VoxellPaladyne> oh, like hevc_nvenc and not libx264?
<BtbN> The whole deal of libplacebo is do use the GPU
<VoxellPaladyne> what are my alternatives for using the CPU to get a mitchell downscaling/upscaling?
<BtbN> I have no idea what that is, so can't tell you
<VoxellPaladyne> alright, thanks
<BtbN> But if there is some algorithm that's only in libplacebo, you can always just hwupload before and download after
<bray90820> another|: This is what I meant https://imgur.com/a/a4ROaqx
<bray90820> I wanted to convert that and others to CD quality
<bray90820> Preferablly in m4a format
<BtbN> "CD quality"?
<BtbN> CDs are lossless uncompressed PCM
<BtbN> flacs are also lossless, so... CD quality I guess?
<bray90820> BtbN: Ihere is deff files above CD quality
waleee has joined #ffmpeg
<BtbN> CDs are lossless
<BtbN> zero compression
<VoxellPaladyne> uuh is hwupload and download supposed to be convoluted?
<BtbN> What do you mean?
<bray90820> CD's are not compressed but are digitral so they do have a finite Quality
<VoxellPaladyne> how does one convert the software frames into hardware frames on windows? all i see are `-vaapi_device /dev/dri/renderD128` and whatnow
<VoxellPaladyne> whatnot*
<bray90820> another|: another|: Did you see my example?
lavaball has quit [Remote host closed the connection]
Livio has quit [Ping timeout: 256 seconds]
vlm has quit [Quit: Leaving]
<another|> bray90820: what example? all I've seen is a screenshot of vlc
rv1sr has quit []
<bray90820> Yeah that's the quality the audio is cureently I wanted to convert it to CD quality
<bray90820> another|:
coldfeet has quit [Remote host closed the connection]
<YungBlood> BtbN: I tried this command from your suggestion, yet I'm not getting any output files... while true; do wget 'http://192.168.0.105/cgi-bin/snapshot.cgi?channel=16'; -O - ; done | /usr/bin/ffmpeg -i - -c:v copy -an -hls_time 1 -hls_list_size 2 -hls_segment_filename /var/www/html/clock/cams/channel16-%03d.ts -hls_flags delete_segments -start_number 1 -r 0.5 /var/www/html/clock/cams/channel.m3u8
<YungBlood> Am I missing something?
<BtbN> I don't think you can put mjpeg into hls, can you?
<another|> BtbN: seems hwupload is sometimes(?) inserted automatically
<YungBlood> yes you can... but this is just a stream of jpegs...
<YungBlood> so not quite mjpeg?
<BtbN> that's pretty much exactly what mjpeg is
<YungBlood> first time I ran the command, it said:
<YungBlood> Format mjpeg detected only with low score of 25, misdetection possible!
<YungBlood> [mjpeg @ 0x610ecf855000] Could not find codec parameters for stream 0 (Video: mj peg, none(bt470bg/unknown/unknown)): unspecified size
<YungBlood> Consider increasing the value for the 'analyzeduration' (0) and 'probesize' (500 0000) options
<BtbN> Yeah, you'll have to tell it what the input is
<BtbN> -f image2pipe or something
f_ has quit [Quit: To contact me, send a memo using MemoServ, PM f_[xmpp], or send an email. See https://vitali64.duckdns.org/.]
<another|> bray90820: that screenshot is meaningless
<another|> ffprobe
<YungBlood> BtbN: Ok, this is closer... although I'm still concerned that I'm not getting ffmpeg output messages until I hit ^C...
<YungBlood> [hls @ 0x556cb17f57c0] Opening '/var/www/html/clock/cams/house17-001.ts' for writing
<YungBlood> [hls @ 0x556cb17f57c0] Opening '/var/www/html/clock/cams/house17.m3u8.tmp' for writing
<YungBlood> video:0kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown
<YungBlood> frame= 0 fps=0.0 q=-1.0 Lsize=N/A time=00:00:00.00 bitrate=N/A speed= 0x
<YungBlood> Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)
<bray90820> another|: Nevermind anyways I figured out what I wanted
lusciouslover has quit [Ping timeout: 260 seconds]
jagannatharjun has quit [Quit: Connection closed for inactivity]
bray90820 has quit [Quit: KVIrc 5.0.0 Aria http://www.kvirc.net/]
troyt has joined #ffmpeg
<VoxellPaladyne> i still couldnt figure out how i could hwupload, apply libplacebo filter then hwdownload
<VoxellPaladyne> speed is not a problem for my case
<another|> VoxellPaladyne: what did you expect to happen with that command?
VoxellPaladyne has quit [Ping timeout: 250 seconds]
<another|> ffmpeg -v debug -report -hwaccel auto -i input -filter:v libplacebo=w=1920:h=1080:force_original_aspect_ratio=decrease:normalize_sar=true:upscaler=ewa_lanczos:downscaler=ewa_lanczos output.mp4
Narrat has quit [Quit: They say a little knowledge is a dangerous thing, but it's not one half so bad as a lot of ignorance.]
averne has quit [Ping timeout: 255 seconds]
iliv has quit [Ping timeout: 268 seconds]
System_Error has quit [Remote host closed the connection]
ivanich has quit [Ping timeout: 272 seconds]
System_Error has joined #ffmpeg
hussein1_ has quit [Ping timeout: 260 seconds]
minimal has joined #ffmpeg
hussein1_ has joined #ffmpeg
hussein1_ has quit [Read error: Connection reset by peer]
hussein1_ has joined #ffmpeg
VoxellPaladyne has joined #ffmpeg
hussein1_ has quit [Remote host closed the connection]
hussein1_ has joined #ffmpeg
<VoxellPaladyne> another|: https://voxell.s-ul.eu/Oo2DXWJo
<VoxellPaladyne> still the same 0 byte output
Magissia has quit [Ping timeout: 272 seconds]
<furq> VoxellPaladyne: scale=w=1920:h=1080:flags=bicubic:param0=1/3:param1=1/3 or zscale=w=1920:h=1080:f=bicubic:param_a=1/3:param_b=1/3
<VoxellPaladyne> oh so manual weighting the bicubic to make those?
<furq> right
<furq> those should be a lot faster if you're doing cpu decode and encode
<furq> copying back from vram is very slow
MrZeus__ has quit [Ping timeout: 246 seconds]
Sakura`Kinomoto has quit [Ping timeout: 260 seconds]
e^pi-1 has joined #ffmpeg
SuicideShow has quit [Ping timeout: 255 seconds]
SuicideShow has joined #ffmpeg
xx has quit [Ping timeout: 260 seconds]
HarshK23 has quit [Quit: Connection closed for inactivity]
Sakura`Kinomoto has joined #ffmpeg
five61848033 has quit [Remote host closed the connection]
five61848033 has joined #ffmpeg
theobjectivedad has quit [Ping timeout: 240 seconds]
averne has joined #ffmpeg
Vonter has quit [Ping timeout: 252 seconds]
Vonter has joined #ffmpeg
waeking has joined #ffmpeg
lusciouslover has joined #ffmpeg
Tinos has quit [Ping timeout: 250 seconds]
lexano has quit [Ping timeout: 260 seconds]