Current Server Time: 15:21 (Central Europe)

#apertus IRC Channel Logs

2019/01/05

Timezone: UTC


01:08
pijo[m]
left the channel
01:12
swampedfan[m]
left the channel
01:21
flesk[m]
left the channel
01:33
WalterZimmermann
left the channel
02:53
abel
joined the channel
02:57
abel_
joined the channel
02:58
abel
left the channel
04:06
Bertl_oO
off to bed now ... have a good one everyone!
04:06
Bertl_oO
changed nick to: Bertl_zZ
04:10
abel_
left the channel
05:25
BAndiT1983|away
changed nick to: BAndiT1983
08:00
niemand
joined the channel
08:16
BAndiT1983
changed nick to: BAndiT1983|away
08:23
niemand
left the channel
08:47
Spirit532
left the channel
08:48
Spirit532
joined the channel
08:52
abel_
joined the channel
09:07
abel_
left the channel
09:33
se6astian|away
changed nick to: se6astian
09:49
Dev2608
joined the channel
09:51
Dev2608
Hello Bandit1983 :) , I could able to extract headers from MLV (MLVI , RAWI and VIDF) ,
09:52
Dev2608
code for same, https://github.com/shikamaruNARA17/MLV_TIFF (please see main.cpp )
09:53
Dev2608
i could able to print entries which have standard values ,(please see commit in main.cpp)
09:54
Dev2608
i have used endianhelper.h for this ,
09:54
Dev2608
But it is still not giving perfect png , can u please help
09:55
Dev2608
(comments*)
09:56
blakec[m]
left the channel
09:56
parasew[m]
left the channel
09:56
mrohit[m]
left the channel
09:56
davidak[m]1
left the channel
09:56
hof[m]
left the channel
09:56
anuejn[m]
left the channel
09:56
elkos
left the channel
09:56
gaurav7019[m]
left the channel
09:56
se6astian
hi Dev2608
09:57
se6astian
what are the problems when you say "not perfect png" ?
09:59
BAndiT1983|away
changed nick to: BAndiT1983
10:00
se6astian
ah perfect, the man of the hour BAndiT1983 :)
10:01
BAndiT1983
hi Dev2608, you can take a look at the OC implementation, regarding the endianess, but i suspect that the data is raw12 or raw14, so probably you have to dissect it first, so you get each sensel into 16 bit type, like uint16_t
10:01
BAndiT1983
hi se6astian, thanks for assistance, am a bit busy elsewhere today, but will try to check logs or getting irc up on my smartphone
10:05
WalterZimmermann
joined the channel
10:06
achalpandeyy
joined the channel
10:07
achalpandeyy
left the channel
10:08
MatrixTravelerbo
joined the channel
10:09
Dev2608
Hello sebastien , sorry for not being specific , this is the output , https://github.com/shikamaruNARA17/MLV_TIFF/blob/master/MLV.png
10:11
Dev2608
@bandit1983 , so u mean after extracting the framedata , i need to convert it into 16 bit , is that what mean
10:12
Dev2608
how do i check , is it 14 bit ot 12 bit ,
10:13
BAndiT1983
bits sohuld ben oted in the format, can't find the excel table at the moment
10:13
BAndiT1983
yes, you have to convert, as the 12bit data is concatenated as stream, so your values will be totally off
10:14
Dev2608
https://docs.google.com/spreadsheets/d/1ItNuLj34JlK6bZgiAJLrmG7p3iyCmCju4XYyiwjqJOM/edit#gid=0 this one
10:14
Dev2608
?
10:15
BAndiT1983
yep, thanks
10:16
BAndiT1983
let me first find something different, before checking the specs
10:16
BAndiT1983
https://wiki.apertus.org/index.php/RAW12
10:16
BAndiT1983
check the bottom for 12bit explanation
10:19
BAndiT1983
seems like i have used only 14bit for mlv loader -> https://github.com/apertus-open-source-cinema/opencine/blob/master/Source/OCcore/Image/MLVLoader.cpp
10:19
BAndiT1983
Dev2608, try to decode it like that, you can find processing for 14bit in bayerframepreprocessor class
10:23
Dev2608
okay , Did u check main.cpp , is it okay for reading the header , so i am safe for that side atleast !
10:25
Dev2608
i see , so we need to check bits_per_pixel for checking the type of RAW data , it was 14 in this case also , i checked it .
10:31
anuejn[m]
joined the channel
10:31
gaurav7019[m]
joined the channel
10:31
parasew[m]
joined the channel
10:35
achalpandeyy
joined the channel
10:36
Dev2608
left the channel
10:37
davidak[m]
joined the channel
10:37
elkos
joined the channel
10:37
mrohit[m]
joined the channel
10:37
blakec[m]
joined the channel
10:37
hof[m]
joined the channel
10:42
BAndiT1983
changed nick to: BAndiT1983|away
10:42
BAndiT1983|away
changed nick to: BAndiT1983
10:43
BAndiT1983
sorry Dev2608, had not much time to check your stuff thoroughly yet
10:44
BAndiT1983
just check how OC does it, no guarantee that it reads everything, as it was a prototype
10:49
achalpandeyy
left the channel
11:03
BAndiT1983
changed nick to: BAndiT1983|away
12:11
abel
joined the channel
12:11
abel_
joined the channel
12:12
abel__
joined the channel
12:13
abel
left the channel
12:13
abel_
changed nick to: abel
12:14
abel
changed nick to: abeljj
12:15
abel__
left the channel
12:22
abeljj
left the channel
13:04
Bertl_zZ
changed nick to: Bertl
13:04
Bertl
morning folks!
13:06
niemand
joined the channel
13:06
niemand
left the channel
13:06
niemand
joined the channel
13:08
abeljj
joined the channel
14:12
LordVan
joined the channel
14:20
LordVan
left the channel
14:21
LordVan
joined the channel
14:27
abeljj
left the channel
14:59
LordVan
left the channel
15:00
illwieckz
joined the channel
15:03
niemand
left the channel
15:06
Bertl
off for now ... bbl
15:06
Bertl
changed nick to: Bertl_oO
16:12
niemand
joined the channel
16:57
Dev2608
joined the channel
16:57
Dev2608
No problem , all right
17:05
Spirit532
left the channel
17:05
Spirit532
joined the channel
17:06
Dev2608
left the channel
17:14
Spirit532
left the channel
17:14
Spirit532
joined the channel
17:18
Spirit532
left the channel
17:18
Spirit532
joined the channel
20:24
anuejn
joined the channel
21:07
uberardy
left the channel
21:14
uberardy
joined the channel
21:32
illwieckz
left the channel
21:44
anuejn2
left the channel
21:44
vup
left the channel
21:45
illwieckz
joined the channel
21:45
niemand
left the channel
21:55
se6astian
off to bed, good night
21:55
se6astian
changed nick to: se6astian|away
21:59
anuejn
left the channel
21:59
vup2
left the channel
21:59
vup2
joined the channel
21:59
anuejn
joined the channel