gust82 has quit [Remote host closed the connection]
gust82 has joined #ffmpeg
lusciouslover has quit [Ping timeout: 260 seconds]
bitbinge has joined #ffmpeg
psykose has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
vlm has quit [Remote host closed the connection]
vlm has joined #ffmpeg
bitbinge has quit [Ping timeout: 240 seconds]
ivanich has joined #ffmpeg
deus0ww has quit [Ping timeout: 252 seconds]
ivanich has quit [Remote host closed the connection]
deus0ww has joined #ffmpeg
Kruppt has joined #ffmpeg
Capstan has quit [Ping timeout: 250 seconds]
rv1sr has quit []
Vonter has quit [Ping timeout: 255 seconds]
kurosu has quit [Quit: Connection closed for inactivity]
Vonter has joined #ffmpeg
lucasta has joined #ffmpeg
HarshK23 has quit [Quit: Connection closed for inactivity]
bitbinge has joined #ffmpeg
bitbinge has quit [Remote host closed the connection]
bitbinge has joined #ffmpeg
iconoclast_hero has joined #ffmpeg
<iconoclast_hero>
for i in Lost\ Chance\ in\ China\ --\ Part\ 0?.txt; do cat "$i"|piper --model /lib/piper-voices/en/en_US/libritts/high/en_US-libritts-high.onnx --speaker 8 --output-raw | ffmpeg -f s16le -ar 22050 -i pipe: -c:a libopus -b:a 17k -ar 24000 -n -f opus - >> "${i/.txt/.opus}"; done
<iconoclast_hero>
will the -n prevent overwriting existing files with that | to ffmpeg?
<iconoclast_hero>
(there are 4 text files, Lost Chance in China -- Part {01..04}.txt
<iconoclast_hero>
(there are 5 text files, Lost Chance in China -- Part {00..04}.txt)*
<iconoclast_hero>
i think it's moot since piper seems to be using all my cores so running in paralllel isn't going to offer any benefits, just curious
Mister_Magister has quit [Ping timeout: 256 seconds]
Mister_Magister has joined #ffmpeg
<iconoclast_hero>
it looks like it's appending the existing file instead of deleting and overwriting??
stevenliu has quit [Remote host closed the connection]
stevenliu has joined #ffmpeg
Muimi has joined #ffmpeg
Muimi has quit [Quit: Going offline, see ya! (www.adiirc.com)]
bitbinge has quit [Ping timeout: 240 seconds]
Liver-K has quit [Quit: TTFN]
HarshK23 has joined #ffmpeg
lusciouslover has joined #ffmpeg
BetweenUs has quit [Quit: Leaving]
iconoclast_hero has quit [Ping timeout: 256 seconds]
rsx has quit [Quit: rsx]
a0z has quit [Ping timeout: 276 seconds]
lucasta has quit [Quit: Leaving]
bitbinge has joined #ffmpeg
kurosu has joined #ffmpeg
bitbinge has quit [Ping timeout: 240 seconds]
ttys000 has joined #ffmpeg
ttys000 has quit [Client Quit]
Hobbyboy has quit [Read error: Connection reset by peer]
ttys000 has joined #ffmpeg
ivanich has joined #ffmpeg
Hobbyboy has joined #ffmpeg
<znf>
Any plans for HTTP/3 support in ffmpeg?
bitbinge has joined #ffmpeg
<furq>
does it even do http2 yet
<vampirefrog>
still waiting for HTTP/69
<cristian_c>
hello
<cristian_c>
I've found that minimal playback is working, so, I've to try recording and so I use avconv/ffmpeg to achieve that. There is a script to do that, I've just changed from avconv to ffpmeg command, and set pal in place of ntsc
<JEEB>
znf: due to both HTTP/2 and 3 going further and further away from just plain "simple" TCP things, I think the most realistic way of getting those is to have a libcurl based HTTP avio protocol
<JEEB>
as an API client one can already do that with a custom AVIO context, but if one wants it within avformat it would have to be added there
<cristian_c>
a few days ago, I've tried several changes to ffmpeg command but I failed every time
<cristian_c>
any ideas?
<znf>
furq, no, but there's no "real" advantage to http/2 for video streaming, IMO
<znf>
while http/3 is done over QUIC, hence UDP
MrZeus has joined #ffmpeg
luva6 has quit [Ping timeout: 256 seconds]
iive has joined #ffmpeg
luva6 has joined #ffmpeg
jagannatharjun has quit [Quit: Connection closed for inactivity]
Capstan has joined #ffmpeg
lavaball has quit [Remote host closed the connection]
<LimeOn>
Hello. Does the filter 'drawtext' has suffered some kind of change in last version? i am having problems with distro build, since it says " No such filter: 'drawtext' ". A few weeks ago it worked properly. I have tried the 'static builds' with no luck either
<LimeOn>
static build info says: 'libharfbuzz' and 'libfreetype' are present