lemourin has quit [Read error: Connection reset by peer]
lemourin8 has joined #ffmpeg
lemourin8 is now known as lemourin
mobivme has quit [Quit: Leaving]
bitbinge has quit [Ping timeout: 240 seconds]
Tano has quit [Quit: WeeChat 4.0.4]
maxim_d33 has quit [Ping timeout: 256 seconds]
mobivme has joined #ffmpeg
mobivme has quit [Ping timeout: 268 seconds]
mobivme has joined #ffmpeg
mobivme has quit [Read error: Connection reset by peer]
Tano has joined #ffmpeg
durandal_1707 has quit [Ping timeout: 264 seconds]
waleee has quit [Ping timeout: 255 seconds]
billchenchina has joined #ffmpeg
HarshK23 has quit [Quit: Connection closed for inactivity]
billchenchina has quit [Remote host closed the connection]
jagannatharjun has joined #ffmpeg
foul_owl has quit [Ping timeout: 268 seconds]
\\Mr_C\\ has quit [Remote host closed the connection]
foul_owl has joined #ffmpeg
kurosu has joined #ffmpeg
vlm has joined #ffmpeg
carpenter has quit [Quit: .]
Xaldafax has quit [Quit: Bye...]
carpenter has joined #ffmpeg
rv1sr has joined #ffmpeg
MisterMinister has joined #ffmpeg
jagannatharjun has quit [Quit: Connection closed for inactivity]
waleee has joined #ffmpeg
roxlu has quit [Quit: WeeChat 3.8]
kurosu has quit [Quit: Connection closed for inactivity]
lusciouslover has quit [Ping timeout: 256 seconds]
rsx has joined #ffmpeg
fsphil has quit [Quit: WeeChat 3.6]
arkanoid has quit [Ping timeout: 268 seconds]
arkanoid has joined #ffmpeg
HarshK23 has joined #ffmpeg
rvalue has quit [Read error: Connection reset by peer]
rvalue has joined #ffmpeg
georgereynolds89 has joined #ffmpeg
georgereynolds8 has quit [Read error: Connection reset by peer]
georgereynolds89 is now known as georgereynolds8
jagannatharjun has joined #ffmpeg
ivanich has joined #ffmpeg
taniey has quit [Read error: Connection reset by peer]
taniey has joined #ffmpeg
beastd has quit [Ping timeout: 276 seconds]
taniey has quit [Quit: Leaving]
rsx has quit [Ping timeout: 260 seconds]
kurosu has joined #ffmpeg
beastd has joined #ffmpeg
Vonter has quit [Ping timeout: 256 seconds]
Vonter has joined #ffmpeg
ivanich_ has joined #ffmpeg
ivanich has quit [Read error: Connection reset by peer]
indigo-oce has joined #ffmpeg
<indigo-oce>
How can I sanitize ffprobe output for latter parsing... I'm reading descriptions and ocr output and those often include newlines, which (I think) makes the parsing impossible (since the next lines could look just like metadata)
<indigo-oce>
specifically using `-show_entries frame_tags=lavfi.ocr.text`, is there an option that replaces newlines with \n or something else?
ssfl has quit [Remote host closed the connection]
<indigo-oce>
oh... I found the -print_format option, this should fix it
<JEEB>
yes, actually requesting a formatted output instead of ad-hoc is much better
<JEEB>
something like json
<JEEB>
(the output is in stdout so it will also be separate from the logging that goes into stderr)
gust82 has joined #ffmpeg
lavaball has joined #ffmpeg
BetweenUs has joined #ffmpeg
kraftwerk28 has quit [Quit: *disconnects*]
kraftwerk28 has joined #ffmpeg
qmr has quit [K-Lined]
ivanich_ has quit [Remote host closed the connection]
FH_thecat has quit [Quit: Leaving]
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
rv1sr has quit [Ping timeout: 256 seconds]
lavaball has quit [Remote host closed the connection]
rv1sr has joined #ffmpeg
Blacker47 has joined #ffmpeg
Haxxa has quit [Quit: Haxxa flies away.]
five618480 has quit [Remote host closed the connection]
five618480 has joined #ffmpeg
lexano has joined #ffmpeg
gust82 has quit [Remote host closed the connection]
navi has joined #ffmpeg
gust82 has joined #ffmpeg
FH_thecat has joined #ffmpeg
MrZeus_ has joined #ffmpeg
bitbinge has joined #ffmpeg
Haxxa has joined #ffmpeg
Ogobaga has quit [Quit: Konversation terminated!]
Ogobaga has joined #ffmpeg
waleee has quit [Ping timeout: 268 seconds]
indigo-oce has quit [Quit: Client closed]
MrZeus__ has joined #ffmpeg
MrZeus_ has quit [Ping timeout: 252 seconds]
five618480 has quit [Remote host closed the connection]
five618480 has joined #ffmpeg
MrZeus_ has joined #ffmpeg
rv1sr has quit []
MoC has joined #ffmpeg
MrZeus__ has quit [Ping timeout: 276 seconds]
rv1sr has joined #ffmpeg
bitbinge has quit [Ping timeout: 240 seconds]
rsx has joined #ffmpeg
MrZeus__ has joined #ffmpeg
MrZeus_ has quit [Ping timeout: 255 seconds]
lavaball has joined #ffmpeg
kus has quit [Read error: Connection reset by peer]
bitbinge has joined #ffmpeg
JanC has joined #ffmpeg
JanC is now known as Guest263
Guest263 has quit [Killed (tungsten.libera.chat (Nickname regained by services))]
beaver has quit [Remote host closed the connection]
Capstan has joined #ffmpeg
rsx has quit [Quit: rsx]
f0x_577 has quit [Read error: Connection reset by peer]
Fischmiep has quit [Ping timeout: 240 seconds]
<Kobaz>
so i converted a .mkv with embedded mp4 into a straight mp4 via: ffmpeg -i $FILE -codec copy $FILE.mp4
<Kobaz>
the weird thing now... the mkv was seekable in <video> in chrome, but the mp4 is not seekable in chrome
<furq>
probably -movflags faststart
bitbinge has quit [Ping timeout: 240 seconds]
<cristian_c>
hi
<Kobaz>
thanks
<Kobaz>
i did do some google-fu and someone did mention faststart
<Kobaz>
didn't know how to turn it on
<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