Current Server Time: 23:01 (Central Europe)

#apertus IRC Channel Logs

2019/01/05

Timezone: UTC


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