Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - AWPStar

#1
Raw Video Postprocessing / Re: MLVProducer: [v3200]
June 06, 2019, 10:40:59 PM
@vstrglv
It's WinRar 4.01. pretty old version. should be compatible with windows.
#2
First of all. i apologize. it's been awhile since i released last version. I really don't have enough time.
But i hope i still can work on it.

New Version 3370

changelog
Quotefixed: File Read-only fix
fixed: Save Preset dialog
added: Strength slider for 3DLut
added: mp4 file format for h264 and MPEG2
added: "Range to White Level" input option

todo:
still thinking how to fix "vertical stripes" filter.
wokring on new debayering algorithm.
i know about several issues.

It will take awhile to fix them all.
#3
@skitron
Thank you!

Oh. i forgot to include this file. shame on me.
https://sourceforge.net/projects/mlvproducer/files/mlvpctl.dll/download
Put it in the main folder or download full version.
https://sourceforge.net/projects/mlvproducer/files/mlvp.alpha.build3369_test.zip/download


Try to change scale option to "Fit"

#4
Raw Video Postprocessing / Re: MLVProducer: [v3200]
April 20, 2019, 09:32:58 AM
@andy kh
>is there any way to have a strength slider for the lut input?
Oh. i forgot about it. i'll do it in a week.
#5
Raw Video Postprocessing / Re: MLVProducer: [v3200]
April 11, 2019, 12:50:36 PM
@2blackbar
Check it.
https://sourceforge.net/projects/mlvproducer/files/mlvp.alpha.build3369_test.zip/download

"Range in White Level" option in input tab.
#6
Raw Video Postprocessing / Re: MLVProducer: [v3200]
April 09, 2019, 11:22:37 PM
@2blackbar
MLV Header tells that this is 14 bit file.
I'm not sure how to determine this in lossless file.
But i can make an option "Use input levels". It will use black and white levels.
#7
Raw Video Postprocessing / Re: MLVProducer: [v3200]
April 08, 2019, 04:07:34 PM
@2blackbar
Can you send me this file?
#8
Raw Video Postprocessing / Re: MLVProducer: [v3200]
November 11, 2018, 02:07:56 AM
@Erkett
@reddeercity
Yes, i will check this.

Thanks for the file. It will help a lot.
#9
Raw Video Postprocessing / Re: MLVProducer: [v3200]
September 01, 2018, 07:41:58 PM
Hi, thx!

Quote from: vincent pierre on August 31, 2018, 03:43:18 PM
My goal is to export my MLV to DNG the more "FLAT" possible

DNG contains raw data. so...
QuoteQuestion 1. When importing MLV files, MLVproducer automatically sets the exposure to +0.77 and Saturation to +100.
You can change exposure, but it will affect only on image settings.
You can disable this feature. Settings->Image->Match to DNG out

QuoteQuestion 2. When I import MLV files, MLVproducer automatically sets the "converting to color space" on AdobeRGB. I would like to know why. Is this a good choice for the canon eos 700d 10bit raw? Is it an objective or an subjective choice/variable ? Do this parameter got an influence for DaVinciResolve ?
Same. It doesn't matter for dng.
You can also change default color space. Settings->Image->Default Color Space
#10
Raw Video Postprocessing / Re: MLVProducer: [v3200]
July 17, 2018, 04:50:21 PM
Quote from: Dmytro_ua on July 17, 2018, 12:15:05 PM
Is there a way to preview my 60fps footage in slow mo (25 fps)?

Thanks
Sure. you can set FrameRate at output tab.
#11
Raw Video Postprocessing / Re: MLVProducer: [v3200]
June 14, 2018, 05:10:59 PM
Quote from: barbona on June 13, 2018, 10:42:10 PM
Hello, im new in the forum. I get "runtime error 9. Subscript out of range" when opening the program with the last build.
Send me log file pls.
#12
Raw Video Postprocessing / Re: MLVProducer: [v3200]
April 03, 2018, 06:59:30 PM
@Sta911
Known issue. Presets are using absolute path.
This will be fixed.  wait for new version.
#13
Raw Video Postprocessing / Re: MLVProducer: [v3200]
March 16, 2018, 12:00:35 PM
That's weird. When i export to ProRes it creates unreadable file(100D_30frames_Silent_Module_FRSP.mov). With any resolution, any frame rate...
h264 and mpeg2 works fine.
#14
Raw Video Postprocessing / Re: MLVProducer: [v3200]
March 12, 2018, 05:12:55 PM
@IDA_ML
Not sure, but try this one. https://sourceforge.net/projects/mlvproducer/files/MLVProducer.exe/download
Also it has many other fixes and improvements.

Can you provide log file?
#15
Raw Video Postprocessing / Re: MLVProducer: [v3200]
March 12, 2018, 10:56:57 AM
Quotebut only at 2.2 frames per second
As you have cpu with 8 cores you can use 8 thread for rendering. Check settings->Preformance->Threads
Also, try to use ProRef Fast preset. Other two are pretty slow.

QuoteSo the second time I cleared all the ".idx" files and the a setting file then loaded it up , take very long time to get it to come up
Is your disk compressed?
Please, check this. https://sourceforge.net/projects/mlvproducer/files/MLVProducer.exe/download
Remove orr rename *.idx file before.


Tell me if it works. I cannot test it because all me files(even huge) are loading at normal speed.
#16
Raw Video Postprocessing / Re: MLVProducer: [v3200]
March 11, 2018, 11:58:13 AM
@reddeercity
Thank you! Useful bug-report.
Quoteis that "fc" frame count ? if so it's reporting 1475 where it should be 11299 .
Yes, this it frame count. But for single file.

Try this. https://sourceforge.net/projects/mlvproducer/files/MLVProducer.exe/download

#17
Raw Video Postprocessing / Re: MLVProducer: [v3200]
March 04, 2018, 01:02:28 AM
Hi, g3gg0!

It does support lj92.
                Compression = mlv_MLVI.videoClass
                Select Case Compression
                Case 1
                    AddLog "Compression: RAW"
                Case 2
                    AddLog "Compression: YUV"
                Case 3
                    AddLog "Compression: JPEG"
                Case 4
                    AddLog "Compression: H264"
                Case 33
                    AddLog "Compression: lj92"
                Case &H80
                    AddLog "Compression: "
                End Select

-At least for MLV. Does raw_rec support lj92?
-0x20? I noticed that it is always 0x21


Quote#define MLV_VIDEO_CLASS_FLAG_LZMA    0x80
#define MLV_VIDEO_CLASS_FLAG_DELTA   0x40
Are these used somewhere?
#18
Raw Video Postprocessing / Re: MLVProducer: [v3200]
March 03, 2018, 07:49:29 PM
I just found out that ffmpeg does not work in windows xp.
If mlvp stuck at rendering, please use ffmpeg build for XP - https://sourceforge.net/projects/ffmpegwindowsbi/files/2016-08-12-v3.1.2/
#19
Raw Video Postprocessing / Re: MLVProducer: [v3261]
February 16, 2018, 07:05:45 PM
New version. 3261

https://sourceforge.net/projects/mlvproducer/files/mlvp.alpha.build3261.zip/download

Quote### Added
-MLV/RAW Associations
-External Monitor
-Fast zoom. LMR+RMB
-New focus pixel maps

### Changed
-Loading window
-Scale mode saves now
-Default codec

### Improvements
-More accurate Auto white balance
-Fast 3dLut loading
-Optimized and multithreaded texture sharp filter.

### Fixed
-Tetrahedral interpolation overflow
-Many other fixes.
#20
Raw Video Postprocessing / Re: MLVProducer: [v3200]
February 16, 2018, 03:02:18 PM
Working on something new


Already done with warp transformation.
I am trying to increase speed and scanning quality.

Could be used in noise suppression, shake reduction, detail restoring and HDR.
#21
Raw Video Postprocessing / Re: MLVProducer: [v3200]
February 11, 2018, 01:58:18 PM
Quote from: IDA_ML on February 09, 2018, 04:59:05 PMI can decide which clips to delete and which ones to keep.

You will be able to delete file from disk.
Hotkeys in MediaQueue
Shift+Del - delete file from disk
Del - remove from MediaQueue
#22
Raw Video Postprocessing / Re: MLVProducer: [v3200]
February 09, 2018, 01:52:32 AM
>more suited to the MLV RAW spec than others?
It depends on workflow.
#23
Raw Video Postprocessing / Re: MLVProducer: [v3200]
February 01, 2018, 02:50:12 AM
Preview monitor


Associations/win Registry fix



@IDA_ML
Updated maps will be included.
#24
Raw Video Postprocessing / Re: MLVProducer: [v3200]
January 31, 2018, 09:16:31 PM
@IDA_ML
Hi!
This is for the new version. they were hardcoded in previous versions.
>Do we just put them in the data/fpm directory? Will they be recognized by the software with their new .ppm extension instead of the old .dat?
Yes. And also with fpm.

>Will you provide a new build with the latest focus pixel maps included?
Is there some updates?
#25
Raw Video Postprocessing / Re: MLVProducer: [v3200]
January 30, 2018, 03:32:59 PM
Custom maps