diff --git a/.gitignore b/.gitignore index 5d381cc..e09326a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,7 +1,7 @@ # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ -*.py[cod] +*.py[co] *$py.class # C extensions diff --git a/Modules/AddGrainC.dll b/Modules/AddGrainC.dll new file mode 100644 index 0000000..52ae009 Binary files /dev/null and b/Modules/AddGrainC.dll differ diff --git a/Modules/AviSynth.dll b/Modules/AviSynth.dll new file mode 100644 index 0000000..620b33e Binary files /dev/null and b/Modules/AviSynth.dll differ diff --git a/Modules/ConvertStacked.dll b/Modules/ConvertStacked.dll new file mode 100644 index 0000000..5e3991a Binary files /dev/null and b/Modules/ConvertStacked.dll differ diff --git a/Modules/DevIL.dll b/Modules/DevIL.dll new file mode 100644 index 0000000..082f696 Binary files /dev/null and b/Modules/DevIL.dll differ diff --git a/Modules/DirectShowSource.dll b/Modules/DirectShowSource.dll new file mode 100644 index 0000000..62e8776 Binary files /dev/null and b/Modules/DirectShowSource.dll differ diff --git a/Modules/FFT3dGPU.dll b/Modules/FFT3dGPU.dll new file mode 100644 index 0000000..3245a39 Binary files /dev/null and b/Modules/FFT3dGPU.dll differ diff --git a/Modules/ImageSeq.dll b/Modules/ImageSeq.dll new file mode 100644 index 0000000..dc1c747 Binary files /dev/null and b/Modules/ImageSeq.dll differ diff --git a/Modules/LSMASHSource.dll b/Modules/LSMASHSource.dll new file mode 100644 index 0000000..9006803 Binary files /dev/null and b/Modules/LSMASHSource.dll differ diff --git a/Modules/LSMASHSource_64.dll b/Modules/LSMASHSource_64.dll new file mode 100644 index 0000000..ddfe9cc Binary files /dev/null and b/Modules/LSMASHSource_64.dll differ diff --git a/Modules/MediaInfo.exe b/Modules/MediaInfo.exe new file mode 100644 index 0000000..dc5d224 Binary files /dev/null and b/Modules/MediaInfo.exe differ diff --git a/Modules/Plugin/Custom/Example.csv b/Modules/Plugin/Custom/Example.csv new file mode 100644 index 0000000..3dbdcaa --- /dev/null +++ b/Modules/Plugin/Custom/Example.csv @@ -0,0 +1,24 @@ +General;General : %CompleteName%\r\nFormat : %Format%$if(%OverallBitRate%, at %OverallBitRate/String%)\r\nLength : %FileSize/String%[ for %Duration/String1%]\r\n\r\n +Video;Video #%StreamKindID% : %Format%$if(%BitRate%, at %BitRate/String%)\r\nAspect : %Width% x %Height% (%AspectRatio%)$if(%FrameRate%, at %FrameRate% fps)\r\n\r\n +Audio;Audio #%StreamKindID% : %Format%$if(%BitRate%, at %BitRate/String%)\r\nInfos : %Channel(s)/String%, %SamplingRate/String%\r\n$if(%Language%,Language : %Language%\r\n)\r\n +Text;Text #%StreamKindID% : %Format%\r\n$if(%Language%,Language : %Language%\r\n)\r\n +Chapters;Chapters #%StreamKindID% : %Total% chapters\r\n\r\n +File_Begin; +File_End; +Page_Begin; +Page_Middle; +Page_End; +General_Begin; +General_End; +Video_Begin; +Video_Middle; +Video_End; +Audio_Begin; +Audio_Middle +Audio_End +Text_Begin +Text_Middle +Text_End +Chapters_Begin +Chapters_Middle +Chapters_End diff --git a/Modules/Plugin/Custom/Example_HTML.csv b/Modules/Plugin/Custom/Example_HTML.csv new file mode 100644 index 0000000..00ebeac --- /dev/null +++ b/Modules/Plugin/Custom/Example_HTML.csv @@ -0,0 +1,28 @@ +General; \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Name :%FileName%
Format :%Format_String%$if(%OverallBitRate%, at %OverallBitRate_String%)
Lenght :%FileSize_String% for %Duration_String2%
\r\n \r\n;">\r\n \r\n Name :\r\n %FileName%\r\n \r\n \r\n Format :\r\n %Format%$if(%OverallBitRate%, at %OverallBitRate_String%)\r\n \r\n \r\n Lenght :\r\n %FileSize_String% for %Duration_String1%\r\n \r\n\r\n

 

\r\n\r\" +Video; \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Video #%ID% :%Format_String%$if(%Bitrate%, at %Bitrate_String%)
Aspect :%Width% x %Height% (%AspectRatio%) at %FrameRate% fps
\r\n \r\n;">\r\n \r\n Video #%ID% :\r\n %Format_String%$if(%Bitrate%, at %Bitrate_String%)\r\n \r\n \r\n Aspect :\r\n %Width% x %Height% (%AspectRatio%) at %fps% fps\r\n \r\n\r\n

 

\r\n\r\" +Audio; \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Audio #%ID% :%Format_String%$if(%Bitrate%, at %Bitrate_String%)
Infos :%Channels% channel(s), %SamplingRate_String%
Language : %Language_String%
\r\n ;">\r\n \r\n Audio #%ID% :\r\n %Format_String%$if(%Bitrate%, at %Bitrate_String%) :\r\n \r\n \r\n Infos :\r\n %Channels% channel(s), %SamplingRate_String%\r\n \r\n \r\n Language : \r\n %Language_String%\r\n \r\n\r\n

 \r\n \r\n \r\n \r\n \r\n \r\n
Text #%ID% :%Format_String%$if(%Language%, Language : %Language%)
\r\n \r\n +Chapters; \r\n \r\n \r\n \r\n \r\n \r\n
Chapters #%ID% :%Total% chapters
\r\n \r\n +Image +File_Begin; +File_End;
+Page_Begin;\r\n\r\n Media Info\r\n\r\n\r\n\r\n +Page_Middle;


\r\n +Page_End;\r\n\r\n +General_Begin; \r\n \r\n \r\n \r\n +General_End; \r\n
\r\n \r\n \r\n +Video_Begin; \r\n \r\n \r\n \r\n +Video_Middle +Video_End; \r\n
\r\n \r\n \r\n +Audio_Begin; \r\n \r\n \r\n \r\n +Audio_Middle +Audio_End; \r\n
\r\n \r\n \r\n +Text_Begin; \r\n \r\n \r\n \r\n +Text_Middle +Text_End; \r\n
\r\n \r\n \r\n +Chapters_Begin; \r\n \r\n \r\n \r\n +Chapters_Middle +Chapters_End; \r\n
\r\n \r\n \r\n +Image_Begin +Image_Middle +Image_End \ No newline at end of file diff --git a/Modules/Plugin/Custom/Table by fields, compact (HTML).csv b/Modules/Plugin/Custom/Table by fields, compact (HTML).csv new file mode 100644 index 0000000..65cc0f6 --- /dev/null +++ b/Modules/Plugin/Custom/Table by fields, compact (HTML).csv @@ -0,0 +1,53 @@ +; +; +;Bug: "Page_Begin", "Page_Middle" and "Page_End" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not active, but should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
KindFormatLngDef.BitsFreq.Bitrate
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;%FileName%.%FileExtension%Cont$if(%Format%,%Format%,
?
)($if(%FileSize%,%FileSize/String2%,size ?)$if(%Duration%, ~ %Duration/String%))$if(%BitRate%,%BitRate/String%,
?
) +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;Video$if(%Format%,%Format%,
?
)$if(%Language%,%Language%,
?
)[%Width%x%Height%] [%Channel(s)% ch]$if(%Resolution%,%Resolution%,
?
)$if(%FrameRate%,%FrameRate%,
?
)$if(%BitRate%,%BitRate/String%,
?
) +Video_Begin; +Video_Middle; +Video_End; +; +Audio;Audio$if(%Format%,%Format%,
?
)$if(%Language%,%Language%,
?
)%Channel(s)% ch$if(%Resolution%,%Resolution%,
?
)$if(%SamplingRate%,%SamplingRate/String%,
?
)$if(%BitRate%,%BitRate/String%,
?
) +Audio_Begin; +Audio_Middle; +Audio_End; +; +Text; $if(%Format%,%Format%,?)@$if(%Language%,%Language%,?) +Text_Begin;Subs +Text_Middle; +Text_End; +; +Chapters; $if(%Format%,%Format%,?)@$if(%Language%,%Language%,?) +Chapters_Begin;Chaps +Chapters_Middle; +Chapters_End; +; +Image;class="RowHead">Img$if(%Format%,%Format%,
?
)$if(%Language%,%Language%,
?
)[%Width%x%Height%] [%Channel(s)% ch]$if(%Resolution%,%Resolution%,
?
)$if(%FrameRate%,%FrameRate%,
-
)$if(%BitRate%,%BitRate/String%,
?
) +Image_Begin; +Image_Middle; +Image_End; +; +Menu;Menu$if(%Format%,%Format%,
?
)$if(%Language%,%Language%,
?
)[%Width%x%Height%] [%Channel(s)% ch]$if(%Resolution%,%Resolution%,
?
)$if(%FrameRate%,%FrameRate%,
?
)$if(%BitRate%,%BitRate/String%,
?
) +Menu_Begin; +Menu_Middle; +Menu_End; +; \ No newline at end of file diff --git a/Modules/Plugin/Custom/Table by fields, short (HTML).csv b/Modules/Plugin/Custom/Table by fields, short (HTML).csv new file mode 100644 index 0000000..c574b5f --- /dev/null +++ b/Modules/Plugin/Custom/Table by fields, short (HTML).csv @@ -0,0 +1,53 @@ +; +; +;Bug: "Page_Begin", "Page_Middle" and "Page_End" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not active, but should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
KindFormatLngDef.BitsFreq.Bitrate
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;File%FileName%.%FileExtension%Cont$if(%Format%,%Format%,
?
)($if(%FileSize%,%FileSize/String2%,size ?)$if(%Duration%, ~ %Duration/String%))$if(%BitRate%,%BitRate/String%,
?
) +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;Video$if(%Format%,%Format%,
?
)$if(%Language%,%Language%,
?
)[%Width%x%Height%] [%Channel(s)% ch]$if(%Resolution%,%Resolution%,
?
)$if(%FrameRate%,%FrameRate%,
?
)$if(%BitRate%,%BitRate/String%,
?
) +Video_Begin; +Video_Middle; +Video_End; +; +Audio;Audio$if(%Format%,%Format%,
?
)$if(%Language%,%Language%,
?
)%Channel(s)% ch$if(%Resolution%,%Resolution%,
?
)$if(%SamplingRate%,%SamplingRate/String%,
?
)$if(%BitRate%,%BitRate/String%,
?
) +Audio_Begin; +Audio_Middle; +Audio_End; +; +Text;\[$if(%Format%,%Format%,?) $if(%Language%,%Language%,?)\] +Text_Begin;Subs +Text_Middle; + +Text_End; +; +Chapters;\[$if(%Format%,%Format%,?) $if(%Language%,%Language%,?)\] +Chapters_Begin;Chaps +Chapters_Middle; + +Chapters_End; +; +Image;Img$if(%Format%,%Format%,
?
)$if(%Language%,%Language%,
?
)[%Width%x%Height%] [%Channel(s)% ch]$if(%Resolution%,%Resolution%,
?
)$if(%FrameRate%,%FrameRate%,
-
)$if(%BitRate%,%BitRate/String%,
?
) +Image_Begin; +Image_Middle; +Image_End; +; +Menu;Menu$if(%Format%,%Format%,
?
)$if(%Language%,%Language%,
?
)[%Width%x%Height%] [%Channel(s)% ch]$if(%Resolution%,%Resolution%,
?
)$if(%FrameRate%,%FrameRate%,
?
)$if(%BitRate%,%BitRate/String%,
?
) +Menu_Begin; +Menu_Middle; +Menu_End; +; \ No newline at end of file diff --git a/Modules/Plugin/Custom/Table by fields, standard (HTML).csv b/Modules/Plugin/Custom/Table by fields, standard (HTML).csv new file mode 100644 index 0000000..8c8cc6c --- /dev/null +++ b/Modules/Plugin/Custom/Table by fields, standard (HTML).csv @@ -0,0 +1,53 @@ +; +; +;Bug: "Page_Begin", "Page_Middle" and "Page_End" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not active, but should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
KindName / #Format (Family)LngDimensions / ChannelsResolutionSampling FrequencyBitrate (Mode)DurationSizeExtra
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;File'%FolderName%\'
'%FileName%.%FileExtension%'$if(%FileSize%,%FileSize/String4%,
?
)
?
Cont$if(%Title%,'%Title%',#%StreamKindID%)[
"%Title/More%"]%Format%[ (%Format/Family%)]$if(%Language%,%Language%,
-
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%] [%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
-
)[%FrameRate/String%] [%SamplingRate/String%]$if(%BitRate%,%BitRate/String%,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String%,
?
)$if(%StreamSize%,%StreamSize/String4%,
?
)[%Format_Settings% ~ ]$if(%Cover%,Cover) +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;Video$if(%Title%,'%Title%',#%StreamKindID%)$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%] [%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
?
)$if(%BitRate%,%BitRate/String%,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String%,
?
)$if(%StreamSize%,%StreamSize/String4%,
?
)[%Bits-(Pixel*Frame)%bpf ~ ][%ScanType% ~ ][%Format_Settings%] +Video_Begin; +Video_Middle; +Video_End; +; +Audio;Audio$if(%Title%,'%Title%',#%StreamKindID%)$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language%,
?
)%Channel(s)% ch$if(%Resolution%,%Resolution/String%,
?
)$if(%SamplingRate%,%SamplingRate/String%,
?
)$if(%BitRate%,%BitRate/String%,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String%,
?
)$if(%StreamSize%,%StreamSize/String4%,
?
)[%Format_Profile% ~ ][%Format_Settings%] +Audio_Begin; +Audio_Middle; +Audio_End; +; +Text;Sub$if(%Title%,'%Title%',#%StreamKindID%)$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%] [%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
-
)$if(%BitRate%,%BitRate/String%,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String%,
?
)$if(%StreamSize%,%StreamSize/String4%,
?
)[Summary:%Summary%] +Text_Begin; +Text_Middle; +Text_End; +; +Chapters;Chaps$if(%Title%,'%Title%',#%StreamKindID%)$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%] [%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
-
)$if(%BitRate%,%BitRate/String%,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String%,
?
)$if(%StreamSize%,%StreamSize/String4%,
?
)[%Total% entries] +Chapters_Begin; +Chapters_Middle; +Chapters_End; +; +Image;Image$if(%Title%,'%Title%',#%StreamKindID%)$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%] [%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
-
)$if(%BitRate%,%BitRate/String%,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String%,
?
)$if(%StreamSize%,%StreamSize/String4%,
?
)[%ScanType/String% ~ ][%Format_Settings%][Summary:%Summary%] +Image_Begin; +Image_Middle; +Image_End; +; +Menu;Menu$if(%Title%,'%Title%',#%StreamKindID%)$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%] [%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
?
)$if(%BitRate%,%BitRate/String%,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String%,
?
)$if(%StreamSize%,%StreamSize/String4%,
?
)[%ScanType/String% ~ ][%Format_Settings%] +Menu_Begin; +Menu_Middle; +Menu_End; +; \ No newline at end of file diff --git a/Modules/Plugin/Custom/Table by fields, verbose (HTML).csv b/Modules/Plugin/Custom/Table by fields, verbose (HTML).csv new file mode 100644 index 0000000..eb717c7 --- /dev/null +++ b/Modules/Plugin/Custom/Table by fields, verbose (HTML).csv @@ -0,0 +1,53 @@ +; +; +;Bug: "Page_Begin", "Page_Middle" and "Page_End" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not active, but should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
Kind#NameFormat (Family)LanguageDimensionsChannelsResolutionSampling FrequencyBits / ElementsBitrate (Mode)ExtentSizeExtra
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;File-%FolderName%\
%FileName%.%FileExtension%$if(%FileSize%,%FileSize% B,
?
)
?
Container%StreamKindID%%Title%[
"%Title/More%"]%Format%[ (%Format/Family%)]$if(%Language%,%Language/String%,
-
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%][%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
-
)[%FrameRate/String%] [%SamplingRate/String%]%Bits-(Pixel*Frame)%$if(%BitRate%,%BitRate%bps,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String1%,?time)[ %Coherency/Duration% coh] [%FrameCount%frames]$if(%StreamSize%,%StreamSize% B,
?
)[Count:%Count% ~ ][%Format_Settings% ~ ]$if(%Cover%,Cover) +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;Video%StreamKindID%%Title%$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language/String%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%][%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
?
)%Bits-(Pixel*Frame)%$if(%BitRate%,%BitRate%bps,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String1%,?time)[ %Coherency/Duration%coh] $if(%FrameCount%,%FrameCount%,?)frames$if(%StreamSize%,%StreamSize% B,
?
)[Count:%Count% ~ ][Chroma:%Colorimetry% ~ ][%ScanType/String% ~ ][%Format_Settings%] +Video_Begin; +Video_Middle; +Video_End; +; +Audio;Audio%StreamKindID%%Title%$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language/String%,
?
)
-
[%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%SamplingRate%,%SamplingRate% Hz,
?
)%Bits-(Pixel*Frame)%$if(%BitRate%,%BitRate%bps,
?
)[ %BitRate_Mode%]$if(%Duration%,%Duration/String1%,?time)[ %Coherency/Duration%coh] $if(%SamplingCount%,%SamplingCount%,?)samples$if(%StreamSize%,%StreamSize% B,
?
)[Count:%Count% ~ ][%Format_Profile% ~ ][%Format_Settings%] +Audio_Begin; +Audio_Middle; +Audio_End; +; +Text;Subtitle%StreamKindID%%Title%$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language/String%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%][%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
-
)%Bits-(Pixel*Frame)%$if(%BitRate%,%BitRate%bps,
?
)[ %BitRate_Mode%][Duration/String1% ][%Coherency/Duration%coh ][FrameCount% frames ]$if(%StreamSize%,%StreamSize% B,
?
)[Count:%Count% ~ ][Summary:%Summary%] +Text_Begin; +Text_Middle; +Text_End; +; +Chapters;Chapters%StreamKindID%%Title%$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language/String%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%][%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
-
)%Bits-(Pixel*Frame)%$if(%BitRate%,%BitRate%bps,
?
)[ %BitRate_Mode%][Duration/String1% ][%Coherency/Duration%coh ][FrameCount% frames ]$if(%Total%,%Total%,?)entries$if(%StreamSize%,%StreamSize% B,
?
)[Count:%Count% ~ ] +Chapters_Begin; +Chapters_Middle; +Chapters_End; +; +Image;Image%StreamKindID%%Title%$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language/String%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%][%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
-
)%Bits-(Pixel*Frame)%$if(%BitRate%,%BitRate%bps,
?
)[ %BitRate_Mode%][Duration/String1% ][%Coherency/Duration%coh ][FrameCount% frames]$if(%StreamSize%,%StreamSize% B,
?
)[Count:%Count% ~ ][Chroma:%Colorimetry% ~ ][%ScanType/String% ~ ][%Format_Settings%][Summary:%Summary%] +Image_Begin; +Image_Middle; +Image_End; +; +Menu;Menu%StreamKindID%%Title%$if(%Format%,%Format%,?)[ (%Format/Family%)]$if(%Language%,%Language/String%,
?
)[%Width%x%Height%pix] [AR:%AspectRatio%=~%AspectRatio/String%][%Channel(s)% ch]$if(%Resolution%,%Resolution/String%,
?
)$if(%FrameRate%,%FrameRate/String%,
?
)%Bits-(Pixel*Frame)%$if(%BitRate%,%BitRate%bps,
?
)[ %BitRate_Mode%][Duration/String1% ][%Coherency/Duration%coh ][FrameCount% frames ]$if(%StreamSize%,%StreamSize% B,
?
)[Count:%Count% ~ ][Chroma:%Colorimetry% ~ ][%ScanType/String% ~ ][%Format_Settings%] +Menu_Begin; +Menu_Middle; +Menu_End; +; \ No newline at end of file diff --git a/Modules/Plugin/Custom/Table by streams, compact (HTML).csv b/Modules/Plugin/Custom/Table by streams, compact (HTML).csv new file mode 100644 index 0000000..91da6d1 --- /dev/null +++ b/Modules/Plugin/Custom/Table by streams, compact (HTML).csv @@ -0,0 +1,53 @@ +; +; +;Bug: "Page_Begin", "Page_Middle" and "Page_End" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not active, but should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
FileSizeTimeContainerVideoAudioSubChaps
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;%FileName%.%FileExtension%%FileSize/String2%%Duration/String%[%BitRate/String%][ %Format%]$if(%Video_Format_List%,,) +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;#%StreamKindID%:[%Width%x%Height%][ %Resolution%bits][ %FrameRate%fps][ %BitRate/String%][ %Format%] +Video_Begin; +Video_Middle;
+Video_End; +; +Audio;#%StreamKindID%:[ %Channel(s)%ch][ %Resolution%bits][ %SamplingRate/String%][ %BitRate/String%][ %Format%] +Audio_Begin; +Audio_Middle;
+Audio_End; +; +Text;#%StreamKindID%:%Format%[@%Language%] +Text_Begin; +Text_Middle;
+Text_End; +; +Chapters;#%StreamKindID%:%Format%[@%Language%][ %Total% entries] +Chapters_Begin; +Chapters_Middle;
+Chapters_End; +; +Image;#%StreamKindID%:[%Width%x%Height%][ %Resolution%bits][ %StreamSize/String4%][ %Format%] +Image_Begin; +Image_Middle;
+Image_End; +; +Menu;#%StreamKindID%:[%Width%x%Height%][ %Resolution%bits][ %FrameRate/String%][ %BitRate/String%][ %Format%][ %Language%] +Menu_Begin; +Menu_Middle;
+Menu_End; +; \ No newline at end of file diff --git a/Modules/Plugin/Custom/Table by streams, short (HTML).csv b/Modules/Plugin/Custom/Table by streams, short (HTML).csv new file mode 100644 index 0000000..61d8cf1 --- /dev/null +++ b/Modules/Plugin/Custom/Table by streams, short (HTML).csv @@ -0,0 +1,53 @@ +; +; +;Bug: "Page_Begin", "Page_Middle" and "Page_End" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not active, but should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
FileSizeTimeContainerVideoAudioSubChaps
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;%FileName%.%FileExtension%%FileSize/String4%%Duration/String%[%BitRate/String%][, %Format%]$if(%Video_Format_List%,,) +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;#%StreamKindID%:[%Width%x%Height%][, %Resolution/String%][, %FrameRate/String%][, %BitRate/String%][, %Format%] +Video_Begin; +Video_Middle;
+Video_End; +; +Audio;#%StreamKindID%:[, %Channel(s)% ch][, %Resolution/String%][, %SamplingRate/String%][, %BitRate/String%][, %Format%] +Audio_Begin; +Audio_Middle;
+Audio_End; +; +Text;#%StreamKindID%:%Format%[@%Language%] +Text_Begin; +Text_Middle;
+Text_End; +; +Chapters;#%StreamKindID%:%Format%[@%Language%][, %Total% entries] +Chapters_Begin; +Chapters_Middle;
+Chapters_End; +; +Image;#%StreamKindID%:[%Width%x%Height%][, %Resolution/String%][, %StreamSize/String4%][, %Format%] +Image_Begin; +Image_Middle;
+Image_End; +; +Menu;#%StreamKindID%:[%Width%x%Height%][, %Resolution/String%][, %FrameRate/String%][, %BitRate/String%][, %Format%][, %Language%] +Menu_Begin; +Menu_Middle;
+Menu_End; +; \ No newline at end of file diff --git a/Modules/Plugin/Custom/Table by streams, standard (HTML).csv b/Modules/Plugin/Custom/Table by streams, standard (HTML).csv new file mode 100644 index 0000000..a68fe3c --- /dev/null +++ b/Modules/Plugin/Custom/Table by streams, standard (HTML).csv @@ -0,0 +1,53 @@ +; +; +;Bug: "Page_Begin", "Page_Middle" and "Page_End" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not active, but should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
FileSizeTimeContainerVideoAudioSubChaps
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;%FileName%.%FileExtension%%FileSize/String4%%Duration/String%[%BitRate/String%][(%BitRate_Mode%)][, %Format%][(%Format/Family%)]$if(%Cover%,\, Cover)[, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf][, %Language%]$if(%Video_Format_List%,,) +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;#%StreamKindID%:[%Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Resolution/String%][, %FrameRate/String%][, %BitRate/String%][(%BitRate_Mode%)][, %Bits-(Pixel*Frame)%bpf][, %Format%][(%Format/Family%)][, %Language%][, %Channel(s)%ch][, %SamplingRate/String%] +Video_Begin; +Video_Middle;
+Video_End; +; +Audio;#%StreamKindID%:[, %Channel(s)%ch][, %Resolution/String%][, %SamplingRate/String%][, %BitRate/String%][(%BitRate_Mode%)][, %Format%][(%Format/Family%)][, %Format_Profile%][, %Language%][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %FrameRate/String%][, %Bits-(Pixel*Frame)%bpf] +Audio_Begin; +Audio_Middle;
+Audio_End; +; +Text;#%StreamKindID%:%Format%[(%Format/Family%)][@%Language%][, %StreamSize/String4%][, %BitRate/String%][(%BitRate_Mode%)][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf] +Text_Begin; +Text_Middle;
+Text_End; +; +Chapters;#%StreamKindID%:%Format%[(%Format/Family%)][@%Language%][, %Total% entries][, %StreamSize/String4%][, %BitRate/String%][(%BitRate_Mode%)][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf] +Chapters_Begin; +Chapters_Middle;
+Chapters_End; +; +Image;#%StreamKindID%:[%Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Resolution/String%][, %FrameRate/String%][, %StreamSize/String4%][, %BitRate/String%][(%BitRate_Mode%)][, %Bits-(Pixel*Frame)%bpf][, %Format%][(%Format/Family%)][, %Language%][, %Channel(s)%ch][, %SamplingRate/String%] +Image_Begin; +Image_Middle;
+Image_End; +; +Menu;#%StreamKindID%:[%Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Resolution/String%][, %FrameRate/String%][, %BitRate/String%][(%BitRate_Mode%)][, %Bits-(Pixel*Frame)%bpf][, %Format%][(%Format/Family%)][, %Language%][, %Channel(s)%ch][, %SamplingRate/String%] +Menu_Begin; +Menu_Middle;
+Menu_End; +; \ No newline at end of file diff --git a/Modules/Plugin/Custom/Table by streams, verbose (HTML).csv b/Modules/Plugin/Custom/Table by streams, verbose (HTML).csv new file mode 100644 index 0000000..60d0a2f --- /dev/null +++ b/Modules/Plugin/Custom/Table by streams, verbose (HTML).csv @@ -0,0 +1,53 @@ +; +; +;Bug: "Page_Begin", "Page_Middle" and "Page_End" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not active, but should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
FileSize / OtherContainerVideo tracksAudio TracksSubtitle TracksChapters list
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;%FileName%.%FileExtension%[%FileSize% B]$if(%Cover%,\, Cover)%Format%[(%Format/Family%)][, %BitRate%bps][(%BitRate_Mode%)][, %Duration/String1%][, %Coherency/Duration% coh][, %StreamSize% B][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf][, %FrameCount%frames][, Count:%Count%][, %Format_Settings%][, %Language/String%][, '%Title%'][&'%Title/More%']$if(%Video_Format_List%,,) +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;#%StreamKindID%:%Format%[(%Format/Family%)][, %BitRate%bps][(%BitRate_Mode%)][, %Duration/String1%][, %Coherency/Duration% coh][, %StreamSize% B][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf][, %FrameCount%frames][, Count:%Count%][, %Format_Settings%][, Chroma:%Colorimetry%][, %ScanType/String%][, %Format_Settings%][, %Language/String%][, '%Title%'][&'%Title/More%'] +Video_Begin; +Video_Middle;
+Video_End; +; +Audio;#%StreamKindID%:%Format%[(%Format/Family%)][, %BitRate%bps][(%BitRate_Mode%)][, %Duration/String1%][, %Coherency/Duration% coh][, %StreamSize% B][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf][, %FrameCount%frames][, Count:%Count%][, %Format_Profile%][, %Format_Settings%][, %Language/String%][, '%Title%'][&'%Title/More%'] +Audio_Begin; +Audio_Middle;
+Audio_End; +; +Text;#%StreamKindID%:%Format%[(%Format/Family%)][, %BitRate%bps][(%BitRate_Mode%)][, %Duration/String1%][, %Coherency/Duration% coh][, %StreamSize% B][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf][, %FrameCount%frames][, Count:%Count%][, Summary:%Summary%][, %Language/String%][, '%Title%'][&'%Title/More%'] +Text_Begin; +Text_Middle;
+Text_End; +; +Chapters;#%StreamKindID%:%Format%[(%Format/Family%)][, %BitRate%bps][(%BitRate_Mode%)][, %Duration/String1%][, %Coherency/Duration% coh][, %StreamSize% B][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf][, %FrameCount%frames][, Count:%Count%][, %Total% entries][, %Language/String%][, '%Title%'][&'%Title/More%'] +Chapters_Begin; +Chapters_Middle;
+Chapters_End; +; +Image;#%StreamKindID%:%Format%[(%Format/Family%)][, %BitRate%bps][(%BitRate_Mode%)][, %Duration/String1%][, %Coherency/Duration% coh][, %StreamSize% B][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf][, %FrameCount%frames][, Count:%Count%][, %Format_Settings%][, Chroma:%Colorimetry%][, %ScanType/String%][, %Format_Settings%][, Summary:%Summary%][, %Language/String%][, '%Title%'][&'%Title/More%'] +Image_Begin; +Image_Middle;
+Image_End; +; +Menu;#%StreamKindID%:%Format%[(%Format/Family%)][, %BitRate%bps][(%BitRate_Mode%)][, %Duration/String1%][, %Coherency/Duration% coh][, %StreamSize% B][, %Width%x%Height%pix][, AR:%AspectRatio%=~%AspectRatio/String%][, %Channel(s)%ch][, %Resolution/String%][, %FrameRate/String%][, %SamplingRate/String%][, %Bits-(Pixel*Frame)%bpf][, %FrameCount%frames][, Count:%Count%][, %Format_Settings%][, Chroma:%Colorimetry%][, %ScanType/String%][, %Format_Settings%][, %Language/String%][, '%Title%'][&'%Title/More%'] +Menu_Begin; +Menu_Middle;
+Menu_End; +; \ No newline at end of file diff --git a/Modules/Plugin/Custom/XML.csv b/Modules/Plugin/Custom/XML.csv new file mode 100644 index 0000000..91fe351 --- /dev/null +++ b/Modules/Plugin/Custom/XML.csv @@ -0,0 +1,52 @@ +;x +;x +;"Bug: ""Page_Begin"", ""Page_Middle"" and ""Page_End"" sections are picked on lines 10, 11 and 12 regardless what is there. So it is better to leave them there." +;"Bug: \r\n is not turned into a newline on ""Page"" entries." +;"Bug: ""Image"" sections are not active, but should." + + + +Page;(unused)\r\n +Page_Begin; +Page_Middle; +Page_End; + +File; +File_Begin;\r\n +File_Middle; +File_End;\r\n + +General;%Format/String%\r\n%OverallBitRate/String%\r\n%FileSize/String%\r\n\r\n +General_Begin;\r\n +General_Middle; +General_End;\r\n + +Video;%Format/String%\r\n%Width%\r\n%Height%\r\n\r\n +Video_Begin;\r\n +Video_Middle; +Video_End;\r\n + +Audio;%Format/String%\r\n%SamplingRate/String%\r\n\r\n +Audio_Begin;\r\n +Audio_Middle; +Audio_End;\r\n + +Text; +Text_Begin; +Text_Middle; +Text_End; + +Chapters; +Chapters_Begin; +Chapters_Middle; +Chapters_End; + +Image; +Image_Begin; +Image_Middle; +Image_End; + +Menu; +Menu_Begin; +Menu_Middle; +Menu_End; diff --git a/Modules/Plugin/Custom/en.Example.csv b/Modules/Plugin/Custom/en.Example.csv new file mode 100644 index 0000000..724581e --- /dev/null +++ b/Modules/Plugin/Custom/en.Example.csv @@ -0,0 +1,30 @@ +General;General : %FileName%\r\nFormat : %Format%$if(%OverallBitRate%, at %OverallBitRate_String%)\r\nLength : %FileSize_String% for %Duration_String1%\r\n\r\n +Video;Video #%ID% : %Format_String%$if(%BitRate%, at %BitRate_String%)\r\nAspect : %Width% x %Height% (%AspectRatio%) at %FrameRate% fps\r\n\r\n +Audio;Audio #%ID% : %Format_String%$if(%BitRate%, at %BitRate_String%)\r\nInfos : %Channels% channel(s), %SamplingRate_String%\r\n$if(%Language%,Language : %Language%\r\n)\r\n +Text;Text #%ID% : %Format_String%\r\n$if(%Language%,Language : %Language%\r\n)\r\n +Chapters;Chapters #%ID% : %Total% chapters\r\n\r\n +Image +File_Begin +File_End +Page_Begin +Page_Middle +Page_End +General_Begin +General_End +Video_Begin +Video_Middle +Video_End +Audio_Begin +Audio_Middle +Audio_End +Text_Begin +Text_Middle +Text_End +Chapters_Begin +Chapters_Middle +Chapters_End +Image_Begin +Image_Middle +Image_End + + diff --git a/Modules/Plugin/Custom/en.Example_HTML.csv b/Modules/Plugin/Custom/en.Example_HTML.csv new file mode 100644 index 0000000..00ebeac --- /dev/null +++ b/Modules/Plugin/Custom/en.Example_HTML.csv @@ -0,0 +1,28 @@ +General; \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Name :%FileName%
Format :%Format_String%$if(%OverallBitRate%, at %OverallBitRate_String%)
Lenght :%FileSize_String% for %Duration_String2%
\r\n \r\n;">\r\n \r\n Name :\r\n %FileName%\r\n \r\n \r\n Format :\r\n %Format%$if(%OverallBitRate%, at %OverallBitRate_String%)\r\n \r\n \r\n Lenght :\r\n %FileSize_String% for %Duration_String1%\r\n \r\n\r\n

 

\r\n\r\" +Video; \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Video #%ID% :%Format_String%$if(%Bitrate%, at %Bitrate_String%)
Aspect :%Width% x %Height% (%AspectRatio%) at %FrameRate% fps
\r\n \r\n;">\r\n \r\n Video #%ID% :\r\n %Format_String%$if(%Bitrate%, at %Bitrate_String%)\r\n \r\n \r\n Aspect :\r\n %Width% x %Height% (%AspectRatio%) at %fps% fps\r\n \r\n\r\n

 

\r\n\r\" +Audio; \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Audio #%ID% :%Format_String%$if(%Bitrate%, at %Bitrate_String%)
Infos :%Channels% channel(s), %SamplingRate_String%
Language : %Language_String%
\r\n ;">\r\n \r\n Audio #%ID% :\r\n %Format_String%$if(%Bitrate%, at %Bitrate_String%) :\r\n \r\n \r\n Infos :\r\n %Channels% channel(s), %SamplingRate_String%\r\n \r\n \r\n Language : \r\n %Language_String%\r\n \r\n\r\n

 \r\n \r\n \r\n \r\n \r\n \r\n
Text #%ID% :%Format_String%$if(%Language%, Language : %Language%)
\r\n \r\n +Chapters; \r\n \r\n \r\n \r\n \r\n \r\n
Chapters #%ID% :%Total% chapters
\r\n \r\n +Image +File_Begin; +File_End;
+Page_Begin;\r\n\r\n Media Info\r\n\r\n\r\n\r\n +Page_Middle;


\r\n +Page_End;\r\n\r\n +General_Begin; \r\n \r\n \r\n \r\n +General_End; \r\n
\r\n \r\n \r\n +Video_Begin; \r\n \r\n \r\n \r\n +Video_Middle +Video_End; \r\n
\r\n \r\n \r\n +Audio_Begin; \r\n \r\n \r\n \r\n +Audio_Middle +Audio_End; \r\n
\r\n \r\n \r\n +Text_Begin; \r\n \r\n \r\n \r\n +Text_Middle +Text_End; \r\n
\r\n \r\n \r\n +Chapters_Begin; \r\n \r\n \r\n \r\n +Chapters_Middle +Chapters_End; \r\n
\r\n \r\n \r\n +Image_Begin +Image_Middle +Image_End \ No newline at end of file diff --git a/Modules/Plugin/Custom/fr.Example.csv b/Modules/Plugin/Custom/fr.Example.csv new file mode 100644 index 0000000..3d207cf --- /dev/null +++ b/Modules/Plugin/Custom/fr.Example.csv @@ -0,0 +1,28 @@ +General;General : %FileName%\r\nFormat : %Format%$if(%OverallBitRate%, at %OverallBitRate_String%,)\r\nTaille : %FileSize_String% pour %Duration_String1%\r\n\r\n +Video;Video #%ID% : %Format_String%$if(%Bitrate%, %Bitrate_String%,)\r\nRsolution : %Width% x %Height% (%AspectRatio%) %fps% im/s\r\n\r\n +Audio;Audio #%ID% : %Format_String%$if(%Bitrate%, %Bitrate_String%,)\r\nInfos : %Channels% canaux, %SamplingRate_String%\r\n$if(%Language%,Langue : %Language%\r\n)\r\n +Text;Texte #%ID% : %Format_String%\r\n$if(%Language%,Langue : %Language%\r\n)\r\n +Chapters;Chapitres #%ID% : %Total% chapitres\r\n +Image; +File_Begin +File_End +Page_Begin +Page_Middle +Page_End +General_Begin +General_End +Video_Begin +Video_Middle +Video_End +Audio_Begin +Audio_Middle +Audio_End +Text_Begin +Text_Middle +Text_End +Chapters_Begin +Chapters_Middle +Chapters_End +Image_Begin +Image_Middle +Image_End diff --git a/Modules/Plugin/Custom/it.Esempio.csv b/Modules/Plugin/Custom/it.Esempio.csv new file mode 100644 index 0000000..d1035e6 --- /dev/null +++ b/Modules/Plugin/Custom/it.Esempio.csv @@ -0,0 +1,28 @@ +General;Generale : %FileName%\r\nFormato : %Format%$if(%OverallBitRate%, a %OverallBitRate_String%)\r\nDurata : %FileSize_String% per un totale di %Duration_String1%\r\n\r\n +Video;Traccia Video n°%ID% : %Format_String%$if(%BitRate%, a %BitRate_String%)\r\nAspectRatio : %Width% x %Height% (%AspectRatio%) a %FrameRate% fps\r\n\r\n +Audio;Traccia Audio n°%ID% : %Format_String%$if(%BitRate%, a %BitRate_String%)\r\nAltre Informazioni : %Channels% channel(s), %SamplingRate_String%\r\n$if(%Language%,Lingua : %Language%\r\n)\r\n +Text;Sottotitolo n°%ID% : %Format_String%\r\n$if(%Language%,Lingua : %Language%\r\n)\r\n +Chapters;Numero Capitoli %ID% : %Total% capitoli\r\n\r\n +Image +File_Begin +File_End +Page_Begin +Page_Middle +Page_End +General_Begin +General_End +Video_Begin +Video_Middle +Video_End +Audio_Begin +Audio_Middle +Audio_End +Text_Begin +Text_Middle +Text_End +Chapters_Begin +Chapters_Middle +Chapters_End +Image_Begin +Image_Middle +Image_End \ No newline at end of file diff --git a/Modules/Plugin/Custom/it.Esempio_HTML.csv b/Modules/Plugin/Custom/it.Esempio_HTML.csv new file mode 100644 index 0000000..b710428 --- /dev/null +++ b/Modules/Plugin/Custom/it.Esempio_HTML.csv @@ -0,0 +1,28 @@ +General; \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n\r\n \r\n \r\n \r\n \r\n
Nome :%FileName%
Formato:%Format_String%$if(%OverallBitRate%, a %OverallBitRate_String%)
Durata :%FileSize_String% per %Duration_String2%
\r\n \r\n;">\r\n \r\n Name :\r\n %FileName%\r\n \r\n \r\n Format :\r\n %Format%$if(%OverallBitRate%, at %OverallBitRate_String%)\r\n \r\n \r\n Lenght :\r\n %FileSize_String% for %Duration_String1%\r\n \r\n\r\n

 

\r\n\r\" +Video; \r\n \r\n \r\n \r\n\r\n\r\n\r\n\r\n\r\n \r\n
Traccia Video %ID%:%Format_String%$if(%Bitrate%, a %Bitrate_String%)
AspectRatio :%Width% x %Height% (%AspectRatio%) a %FrameRate% fps
\r\n \r\n;">\r\n \r\n Video #%ID% :\r\n %Format_String%$if(%Bitrate%, at %Bitrate_String%)\r\n \r\n \r\n Aspect :\r\n %Width% x %Height% (%AspectRatio%) at %fps% fps\r\n \r\n\r\n

 

\r\n\r\" +Audio; \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n \r\n
Traccia Audio %ID% :%Format_String%$if(%Bitrate%, a %Bitrate_String%)
Altre Informazioni :%Channels% cannale(i), %SamplingRate_String%
Lingua : %Language_String%
\r\n ;">\r\n \r\n Audio #%ID% :\r\n %Format_String%$if(%Bitrate%, at %Bitrate_String%) :\r\n \r\n \r\n Infos :\r\n %Channels% channel(s), %SamplingRate_String%\r\n \r\n \r\n Language : \r\n %Language_String%\r\n \r\n\r\n

 \r\n \r\n \r\n \r\n \r\n \r\n
Sottotitolo %ID% :%Format_String%$if(%Language%, Lingua : %Language%)
\r\n \r\n +Chapters; \r\n \r\n \r\n \r\n \r\n \r\n
Numero Capitoli %ID% :%Total% capitoli
\r\n \r\n +Image +File_Begin; +File_End;
+Page_Begin;\r\n\r\n Media Info\r\n\r\n\r\n\r\n +Page_Middle;


\r\n +Page_End;\r\n\r\n +General_Begin; \r\n \r\n \r\n \r\n +General_End; \r\n
\r\n \r\n \r\n +Video_Begin; \r\n \r\n \r\n \r\n +Video_Middle +Video_End; \r\n
\r\n \r\n \r\n +Audio_Begin; \r\n \r\n \r\n \r\n +Audio_Middle +Audio_End; \r\n
\r\n \r\n \r\n +Text_Begin; \r\n \r\n \r\n \r\n +Text_Middle +Text_End; \r\n
\r\n \r\n \r\n +Chapters_Begin; \r\n \r\n \r\n \r\n +Chapters_Middle +Chapters_End; \r\n
\r\n \r\n \r\n +Image_Begin +Image_Middle +Image_End \ No newline at end of file diff --git a/Modules/Plugin/Custom/zzz_Contrib - Dusil (HTML).csv b/Modules/Plugin/Custom/zzz_Contrib - Dusil (HTML).csv new file mode 100644 index 0000000..8745f98 --- /dev/null +++ b/Modules/Plugin/Custom/zzz_Contrib - Dusil (HTML).csv @@ -0,0 +1,33 @@ +; +; +;Bug: "Page_Begin""Page_Middle" and "Page_End" sections are picked on lines 1011 and 12 regardless what is there. So it is better to leave them there. +;Bug: \r\n is not turned into a newline on "Page" entries. +;Bug: "Image" sections are not activebut should. +; +; +; +Page;(unused)\r\n +Page_Begin;Media Info +Page_Middle; +Page_End;
DirectoryFile NameSize (Bytes)ContainerVideo CodecVideo Rate (bps)Video DurationVideo Size (Bytes)Width (pixels)Height (pixels)fpsQfTotal FramesVideo CodingChromaAudio CodecRate (bps)Audio FormatAudio Size (Bytes)Ch
+; +File;(unused)\r\n +File_Begin; +File_Middle;(unused)\r\n +File_End; +; +General;%FolderName%\%FileName%.%FileExtension%[%FileSize%]%Format%[(%Format/Family%)] +General_Begin; +General_Middle;(unused)\r\n +General_End; +; +Video;%Format%[(%Format/Family%)][%BitRate%][%Duration/String1%][%StreamSize%][%Width%][%Height%][%FrameRate/String%][%Bits-(Pixel*Frame)%][%FrameCount%][%Format_Settings%][%ChromaSubsampling%] +Video_Begin; +Video_Middle;
+Video_End; +; +Audio;%Format%[(%Format/Family%)][%BitRate%][%BitRate_Mode%][%StreamSize%][%Channel(s)%] +Audio_Begin; +Audio_Middle;
+Audio_End; +; \ No newline at end of file diff --git a/Modules/Shibatch.dll b/Modules/Shibatch.dll new file mode 100644 index 0000000..1bcfe41 Binary files /dev/null and b/Modules/Shibatch.dll differ diff --git a/Modules/TimeStretch.dll b/Modules/TimeStretch.dll new file mode 100644 index 0000000..b39feaf Binary files /dev/null and b/Modules/TimeStretch.dll differ diff --git a/Modules/VDubFilter.dll b/Modules/VDubFilter.dll new file mode 100644 index 0000000..5958c23 Binary files /dev/null and b/Modules/VDubFilter.dll differ diff --git a/Modules/VSFilterMod_64.dll b/Modules/VSFilterMod_64.dll new file mode 100644 index 0000000..ef4c096 Binary files /dev/null and b/Modules/VSFilterMod_64.dll differ diff --git a/Modules/VSFilter_64.dll b/Modules/VSFilter_64.dll new file mode 100644 index 0000000..967128f Binary files /dev/null and b/Modules/VSFilter_64.dll differ diff --git a/Modules/VapourSource.dll b/Modules/VapourSource.dll new file mode 100644 index 0000000..c6ec347 Binary files /dev/null and b/Modules/VapourSource.dll differ diff --git a/Modules/ass2bdnxml.exe b/Modules/ass2bdnxml.exe new file mode 100644 index 0000000..dcefc73 Binary files /dev/null and b/Modules/ass2bdnxml.exe differ diff --git a/Modules/avstp.dll b/Modules/avstp.dll new file mode 100644 index 0000000..04ffc14 Binary files /dev/null and b/Modules/avstp.dll differ diff --git a/Modules/config.json b/Modules/config.json new file mode 100644 index 0000000..1d1b18f --- /dev/null +++ b/Modules/config.json @@ -0,0 +1,39 @@ +{ + + "AVCEncoder": "h264_nvenc", + + "AVCOverallVideoQuality": 4, + + "AVCVideoQuality": 3, + + "AVCCompressionQuality": 4, + + "AVCOpenCL": false, + + "HEVCEncoder": "hevc_nvenc", + + "HEVCOverallVideoQuality": 4, + + "HEVCVideoQuality": 3, + + "HEVCCompressionQuality": 4, + + "HardwareDecode": true, + + "AACBitrate": 128, + + "AudioChannel": 2, + + "FilterSubtitle": 1, + + "AutoFilter": false, + + "AutoSave": false, + + "PathToSave": ".\\Output", + + "PrintFormat": "table", + + "PrintLogger": true + +} diff --git a/Modules/default_config.json b/Modules/default_config.json new file mode 100644 index 0000000..363b499 --- /dev/null +++ b/Modules/default_config.json @@ -0,0 +1,20 @@ +{ + "AVCEncoder": "libx264", + "AVCOverallVideoQuality": 4, + "AVCVideoQuality": 3, + "AVCCompressionQuality": 4, + "AVCOpenCL": false, + "HEVCEncoder": "libx265", + "HEVCOverallVideoQuality": 4, + "HEVCVideoQuality": 3, + "HEVCCompressionQuality": 4, + "HardwareDecode": true, + "AACBitrate": 128, + "AudioChannel": 2, + "FilterSubtitle": 1, + "AutoFilter": true, + "AutoSave": false, + "PathToSave": ".\\Output", + "PrintFormat": "json", + "PrintLogger": true +} \ No newline at end of file diff --git a/Modules/dither.dll b/Modules/dither.dll new file mode 100644 index 0000000..39829c4 Binary files /dev/null and b/Modules/dither.dll differ diff --git a/Modules/ffmpeg.exe b/Modules/ffmpeg.exe new file mode 100644 index 0000000..5a02cee Binary files /dev/null and b/Modules/ffmpeg.exe differ diff --git a/Modules/flash3kyuu_deband.dll b/Modules/flash3kyuu_deband.dll new file mode 100644 index 0000000..6ade1f9 Binary files /dev/null and b/Modules/flash3kyuu_deband.dll differ diff --git a/Modules/js.dll b/Modules/js.dll new file mode 100644 index 0000000..4d36830 Binary files /dev/null and b/Modules/js.dll differ diff --git a/Modules/libeay32.dll b/Modules/libeay32.dll new file mode 100644 index 0000000..2efbfe4 Binary files /dev/null and b/Modules/libeay32.dll differ diff --git a/Modules/libfftw3-3.dll b/Modules/libfftw3-3.dll new file mode 100644 index 0000000..75080e4 Binary files /dev/null and b/Modules/libfftw3-3.dll differ diff --git a/Modules/libfftw3f-3.dll b/Modules/libfftw3f-3.dll new file mode 100644 index 0000000..32a3fcf Binary files /dev/null and b/Modules/libfftw3f-3.dll differ diff --git a/Modules/libgpac.dll b/Modules/libgpac.dll new file mode 100644 index 0000000..941cab6 Binary files /dev/null and b/Modules/libgpac.dll differ diff --git a/Modules/mfc100.dll b/Modules/mfc100.dll new file mode 100644 index 0000000..fee6df3 Binary files /dev/null and b/Modules/mfc100.dll differ diff --git a/Modules/mkvextract.exe b/Modules/mkvextract.exe new file mode 100644 index 0000000..ef0d2f4 Binary files /dev/null and b/Modules/mkvextract.exe differ diff --git a/Modules/mkvmerge.exe b/Modules/mkvmerge.exe new file mode 100644 index 0000000..0089898 Binary files /dev/null and b/Modules/mkvmerge.exe differ diff --git a/Modules/mkvtool.exe b/Modules/mkvtool.exe new file mode 100644 index 0000000..b1d5e0c Binary files /dev/null and b/Modules/mkvtool.exe differ diff --git a/Modules/mp4box.exe b/Modules/mp4box.exe new file mode 100644 index 0000000..b21a35e Binary files /dev/null and b/Modules/mp4box.exe differ diff --git a/Modules/msvcr100.dll b/Modules/msvcr100.dll new file mode 100644 index 0000000..329b111 Binary files /dev/null and b/Modules/msvcr100.dll differ diff --git a/Modules/neo-fft3d.dll b/Modules/neo-fft3d.dll new file mode 100644 index 0000000..fbde98e Binary files /dev/null and b/Modules/neo-fft3d.dll differ diff --git a/Modules/neo-vague-denoiser.dll b/Modules/neo-vague-denoiser.dll new file mode 100644 index 0000000..4211eb1 Binary files /dev/null and b/Modules/neo-vague-denoiser.dll differ diff --git a/Modules/pyftsubset.exe b/Modules/pyftsubset.exe new file mode 100644 index 0000000..8aa2a06 Binary files /dev/null and b/Modules/pyftsubset.exe differ diff --git a/Modules/ssleay32.dll b/Modules/ssleay32.dll new file mode 100644 index 0000000..dfeb955 Binary files /dev/null and b/Modules/ssleay32.dll differ diff --git a/Modules/ttx.exe b/Modules/ttx.exe new file mode 100644 index 0000000..428bd14 Binary files /dev/null and b/Modules/ttx.exe differ diff --git a/Modules/vmaf_4k_rb_v0.6.2.pkl b/Modules/vmaf_4k_rb_v0.6.2.pkl new file mode 100644 index 0000000..b36a54e --- /dev/null +++ b/Modules/vmaf_4k_rb_v0.6.2.pkl @@ -0,0 +1,93 @@ +(dp0 +S'param_dict' +p1 +(dp2 +S'C' +p3 +F4.0 +sS'norm_type' +p4 +S'clip_0to1' +p5 +sS'score_clip' +p6 +(lp7 +F0.0 +aF100.0 +asS'num_models' +p8 +I20 +sS'nu' +p9 +F0.9 +sS'gamma' +p10 +F0.04 +ssS'model_dict' +p11 +(dp12 +S'feature_dict' +p13 +(dp14 +S'VMAF_feature' +p15 +(lp16 +S'vif_scale0' +p17 +aS'vif_scale1' +p18 +aS'vif_scale2' +p19 +aS'vif_scale3' +p20 +aS'adm2' +p21 +aS'motion2' +p22 +assg4 +S'linear_rescale' +p23 +sg6 +g7 +sS'feature_names' +p24 +(lp25 +S'VMAF_feature_adm2_score' +p26 +aS'VMAF_feature_motion2_score' +p27 +aS'VMAF_feature_vif_scale0_score' +p28 +aS'VMAF_feature_vif_scale1_score' +p29 +aS'VMAF_feature_vif_scale2_score' +p30 +aS'VMAF_feature_vif_scale3_score' +p31 +asS'intercepts' +p32 +(lp33 +F-0.31191973282964003 +aF-0.8536192302086182 +aF-0.01336836451078975 +aF-0.09603743694887917 +aF-0.21890356649141152 +aF-0.35835059999617175 +aF-0.5373563330683786 +asS'model_type' +p34 +S'RESIDUEBOOTSTRAP_LIBSVMNUSVR' +p35 +sS'model' +p36 +NsS'slopes' +p37 +(lp38 +F0.012388059998472608 +aF1.853012066458466 +aF0.05141551931924402 +aF1.0960374437054892 +aF1.2189036205165853 +aF1.3583508615652835 +aF1.5373567703674345 +ass. \ No newline at end of file diff --git a/Modules/vmaf_4k_rb_v0.6.2.pkl.model b/Modules/vmaf_4k_rb_v0.6.2.pkl.model new file mode 100644 index 0000000..1cac274 --- /dev/null +++ b/Modules/vmaf_4k_rb_v0.6.2.pkl.model @@ -0,0 +1,269 @@ +svm_type nu_svr +kernel_type rbf +gamma 0.04 +nr_class 2 +total_sv 262 +rho -2.30449 +SV +4 1:0.99939284 2:0.050988098 3:0.99999956 4:0.99999701 5:0.9999947 6:0.99999444 +-4 1:0.99939284 2:0.71982347 3:0.99999932 4:0.99999929 5:0.99999902 6:0.9999986 +4 1:0.99939284 2:0.066104402 3:0.99999363 4:0.99999023 5:0.9999835 6:0.99998197 +4 1:0.99939284 2:0.021298217 3:0.99999905 4:0.99999854 5:0.99999742 6:0.9999955 +-4 1:0.99939284 2:0.4219157 3:1 4:1 5:1 6:1 +-4 1:0.99939284 2:0.41153394 3:0.99999809 4:0.99999407 5:0.999992 6:0.99999118 +-4 1:0.99939284 2:0.17755989 3:0.99999975 4:0.99999351 5:0.99998797 6:0.99998744 +-4 1:0.99939284 2:1 3:0.99999853 4:0.99999797 5:0.99999707 6:0.99999697 +4 1:0.99939284 2:0.067429096 3:0.99999826 4:0.99999612 5:0.99999354 6:0.99999337 +-4 1:0.99939284 2:0.41032924 3:0.99999923 4:0.99999861 5:0.99999718 6:0.99999652 +4 1:0.99939284 2:0.064778982 3:0.99999965 4:0.99999001 5:0.99998599 6:0.99998452 +4 1:0.99939284 3:0.99999976 4:0.99999986 5:0.99999981 6:0.99999912 +-4 1:0.99939284 2:0.14610739 3:0.99999926 4:0.99999442 5:0.99999157 6:0.99999139 +4 1:0.97067067 2:0.050988098 3:0.49543962 4:0.9490745 5:0.97475171 6:0.98472179 +4 1:0.96418744 2:0.050988098 3:0.46988192 4:0.92383404 5:0.95757873 6:0.97233463 +4 1:0.9377329 2:0.050988098 3:0.45140723 4:0.91821601 5:0.9544047 6:0.97006662 +4 1:0.92797904 2:0.050988098 3:0.42756389 4:0.88415491 5:0.92731024 6:0.947393 +-4 1:0.9116005 2:0.050988098 3:0.4013622 4:0.8417096 5:0.88934565 6:0.91268991 +4 1:0.90408239 2:0.050988098 3:0.42837654 4:0.89330043 5:0.9381379 6:0.95747194 +-4 1:0.89392463 2:0.050988098 3:0.40580803 4:0.85450813 5:0.90414358 6:0.92789549 +-4 1:0.87860187 2:0.050988098 3:0.38181902 4:0.8098155 5:0.86047538 6:0.8864857 +-4 1:0.84912189 2:0.050988098 3:0.40304721 4:0.85597966 5:0.91737096 6:0.94451916 +-4 1:0.83864962 2:0.050988098 3:0.38405986 4:0.81919138 5:0.8810097 6:0.9109596 +-4 1:0.82264009 2:0.050988098 3:0.35981237 4:0.77013967 5:0.82806852 6:0.85777151 +-4 1:0.72530266 2:0.050988098 3:0.36509103 4:0.7803563 5:0.85121225 6:0.90847043 +-4 1:0.71395913 2:0.050988098 3:0.35076533 4:0.74960971 5:0.81479928 6:0.86738588 +-4 1:0.69835377 2:0.050988098 3:0.33114525 4:0.70635463 5:0.76097853 6:0.8040479 +-4 1:0.57536217 2:0.050988098 3:0.33608994 4:0.71362303 5:0.76736581 6:0.82220476 +-4 1:0.56279868 2:0.050988098 3:0.3242142 4:0.68621629 5:0.73148001 6:0.77845387 +-4 1:0.54413788 2:0.050988098 3:0.30829451 4:0.65018018 5:0.68403685 6:0.71900287 +-4 1:0.44593277 2:0.050988098 3:0.31899854 4:0.67259186 5:0.70967941 6:0.7722768 +-4 1:0.43671916 2:0.050988098 3:0.30969518 4:0.65136495 5:0.68132238 6:0.73261178 +-4 1:0.42693909 2:0.050988098 3:0.29609478 4:0.62046105 5:0.64002486 6:0.67430791 +-4 1:0.86629362 2:0.71982347 3:0.48704318 4:0.79897775 5:0.87428887 6:0.91698512 +-4 1:0.86629362 2:0.71982347 3:0.48704318 4:0.79897775 5:0.87428887 6:0.91698512 +-4 1:0.81132964 2:0.71982347 3:0.40069978 4:0.68226748 5:0.77591641 6:0.83959232 +-4 1:0.83930799 2:0.71982347 3:0.43685332 4:0.73078798 5:0.82569797 6:0.88313372 +-4 1:0.82104472 2:0.71982347 3:0.40784454 4:0.6870597 5:0.78745308 6:0.85289277 +4 1:0.74699836 2:0.71982347 3:0.31844762 4:0.53709426 5:0.6345148 6:0.71373411 +-4 1:0.81333039 2:0.71982347 3:0.43098515 4:0.72394543 5:0.82486183 6:0.88337434 +4 1:0.7567244 2:0.71982347 3:0.34895637 4:0.58582297 5:0.69322753 6:0.77472255 +4 1:0.66873968 2:0.71982347 3:0.26759387 4:0.43612997 5:0.51903634 6:0.59741799 +-4 1:0.73878903 2:0.71982347 3:0.36112988 4:0.62230674 5:0.75026901 6:0.8339499 +-4 1:0.6832086 2:0.71982347 3:0.29503172 4:0.49646552 5:0.60960086 6:0.70454744 +4 1:0.60246526 2:0.71982347 3:0.22993127 4:0.37032595 5:0.45049262 6:0.53353221 +-4 1:0.56179559 2:0.71982347 3:0.24308411 4:0.41261968 5:0.54180311 6:0.69179288 +-4 1:0.5113668 2:0.71982347 3:0.2024429 4:0.32849939 5:0.42162036 6:0.54644452 +-4 1:0.43448252 2:0.71982347 3:0.15539012 4:0.23356514 5:0.28327683 6:0.36722447 +-4 1:0.3778537 2:0.71982347 3:0.16549547 4:0.2611707 5:0.3403477 6:0.46036189 +-4 1:0.33784752 2:0.71982347 3:0.13817483 4:0.20458733 5:0.2516001 6:0.34154118 +-4 1:0.27170374 2:0.71982347 3:0.10540751 4:0.13933699 5:0.15095506 6:0.19817438 +3.844294796952767 1:0.2331476 2:0.71982347 3:0.11204632 4:0.15703824 5:0.18727069 6:0.28587565 +-4 1:0.19847267 2:0.71982347 3:0.092940166 4:0.11828028 5:0.1248167 6:0.18078381 +-4 1:0.13919934 2:0.71982347 3:0.067437816 4:0.068775313 5:0.047314055 6:0.053241443 +4 1:0.93416822 2:0.066104402 3:0.78940676 4:0.94766693 5:0.97049944 6:0.98007081 +4 1:0.91129907 2:0.066104402 3:0.75598257 4:0.92233159 5:0.95186961 6:0.96556305 +4 1:0.88059412 2:0.066104402 3:0.71656123 4:0.88582657 5:0.92135563 6:0.93892845 +4 1:0.90889954 2:0.066104402 3:0.73107539 4:0.91167914 5:0.94403922 6:0.95868361 +4 1:0.87711044 2:0.066104402 3:0.69546312 4:0.87200488 5:0.90999902 6:0.92841888 +4 1:0.88034823 2:0.066104402 3:0.69789972 4:0.87983058 5:0.91913978 6:0.93738624 +-4 1:0.84332172 2:0.066104402 3:0.66221738 4:0.8330874 5:0.87381425 6:0.89425692 +-4 1:0.7947559 2:0.066104402 3:0.62943841 4:0.78442623 5:0.81961037 6:0.83588208 +-4 1:0.80750528 2:0.066104402 3:0.63895062 4:0.80166112 5:0.84609333 6:0.86486365 +-4 1:0.75551102 2:0.066104402 3:0.60539321 4:0.75077297 5:0.78607721 6:0.79724688 +1.791949006599779 1:0.76045302 2:0.066104402 3:0.64179152 4:0.79440383 5:0.84810636 6:0.88090735 +-4 1:0.72233742 2:0.066104402 3:0.6111271 4:0.75016894 5:0.79398174 6:0.81321126 +-4 1:0.67315793 2:0.066104402 3:0.58060257 4:0.70437387 5:0.73465103 6:0.73523596 +-4 1:0.6723527 2:0.066104402 3:0.62006113 4:0.75287675 5:0.79557065 6:0.84205178 +-4 1:0.63675161 2:0.066104402 3:0.59379594 4:0.71425087 5:0.74517244 6:0.77487561 +-4 1:0.59242211 2:0.066104402 3:0.5636273 4:0.6689991 5:0.68518093 6:0.69076381 +-4 1:0.5922744 2:0.066104402 3:0.60324622 4:0.72279409 5:0.75399448 6:0.80004372 +-4 1:0.56164749 2:0.066104402 3:0.58086179 4:0.68984664 5:0.71004316 6:0.73622079 +-4 1:0.52270076 2:0.066104402 3:0.55139557 4:0.64656965 5:0.65206052 6:0.65203367 +4 1:0.97683514 2:0.021298217 3:0.79006309 4:0.96543498 5:0.98286137 6:0.98970893 +4 1:0.96917374 2:0.021298217 3:0.73829188 4:0.94562107 5:0.9720532 6:0.9827408 +4 1:0.95871969 2:0.021298217 3:0.68499274 4:0.91613875 5:0.9539741 6:0.97047879 +4 1:0.96082897 2:0.021298217 3:0.71750756 4:0.95076843 5:0.97548069 6:0.98526422 +4 1:0.95164281 2:0.021298217 3:0.6658229 4:0.91863413 5:0.95575768 6:0.97210294 +-4 1:0.93237214 2:0.021298217 3:0.58347155 4:0.85481826 5:0.91374583 6:0.94325142 +-4 1:0.86241747 2:0.021298217 3:0.47931708 4:0.7776951 5:0.86801434 6:0.910233 +4 1:0.7980028 2:0.021298217 3:0.46673975 4:0.79695862 5:0.92218079 6:0.96750104 +-4 1:0.78576115 2:0.021298217 3:0.43553076 4:0.7460098 5:0.87803168 6:0.93469599 +-4 1:0.76605196 2:0.021298217 3:0.39315849 4:0.66848161 5:0.80255256 6:0.87361428 +-4 1:0.58665967 2:0.021298217 3:0.3220426 4:0.54484412 5:0.7193025 6:0.88036572 +-4 1:0.57643091 2:0.021298217 3:0.30580604 4:0.51190629 5:0.67579634 6:0.83081105 +-4 1:0.55885972 2:0.021298217 3:0.28190551 4:0.46007761 5:0.60264024 6:0.74348398 +4 1:0.35873577 2:0.021298217 3:0.24431536 4:0.37994438 5:0.50206362 6:0.64244093 +4 1:0.35180843 2:0.021298217 3:0.2349948 4:0.36009808 5:0.47156276 6:0.60596511 +4 1:0.19466612 2:0.021298217 3:0.2006595 4:0.28475881 5:0.35586074 6:0.51761911 +4 1:0.18965751 2:0.021298217 3:0.19488505 4:0.27271641 5:0.33648612 6:0.48447905 +4 1:0.1814951 2:0.021298217 3:0.18573864 4:0.25287656 5:0.30301198 6:0.42421488 +4 1:0.91141884 2:0.4219157 3:0.51488117 4:0.85936589 5:0.92126637 6:0.9509564 +4 1:0.91050791 2:0.4219157 3:0.51170081 4:0.85742154 5:0.92017755 6:0.95028867 +4 1:0.88595276 2:0.4219157 3:0.44052173 4:0.80179187 5:0.88580681 6:0.92820352 +4 1:0.89351476 2:0.4219157 3:0.46719499 4:0.84064804 5:0.91220882 6:0.94578215 +4 1:0.87606982 2:0.4219157 3:0.42043726 4:0.79317785 5:0.88213449 6:0.92622089 +4 1:0.83041563 2:0.4219157 3:0.33320494 4:0.67165697 5:0.7906166 6:0.86070638 +4 1:0.81048328 2:0.4219157 3:0.3381176 4:0.76378989 5:0.88522402 6:0.93052674 +4 1:0.77358122 2:0.4219157 3:0.28271443 4:0.65320093 5:0.79807098 6:0.8696108 +4 1:0.72162639 2:0.4219157 3:0.22235436 4:0.5223276 5:0.67415206 6:0.77142043 +4 1:0.68842583 2:0.4219157 3:0.22275829 4:0.58336434 5:0.78879637 6:0.88983521 +4 1:0.6526809 2:0.4219157 3:0.1861581 4:0.48473563 5:0.67986667 6:0.80207435 +4 1:0.5997337 2:0.4219157 3:0.14502789 4:0.37458805 5:0.5431471 6:0.67665606 +4 1:0.45510711 2:0.4219157 3:0.10494997 4:0.29538479 5:0.49160337 6:0.71662671 +-4 1:0.41748398 2:0.4219157 3:0.084767542 4:0.23463647 5:0.39118915 6:0.59179152 +4 1:0.35974355 2:0.4219157 3:0.060748299 4:0.16481355 5:0.27425611 6:0.43460248 +4 1:0.23169409 2:0.4219157 3:0.048508288 4:0.13768591 5:0.24707533 6:0.40719122 +4 1:0.20260612 2:0.4219157 3:0.036631159 4:0.102091 5:0.18145932 6:0.31803017 +4 1:0.15560078 2:0.4219157 3:0.022332774 4:0.060770097 5:0.10624488 6:0.20706242 +-0.04742554821603767 1:0.07072824 2:0.4219157 3:0.018298168 4:0.05227841 5:0.098051849 6:0.23169122 +4 1:1.110223e-16 2:0.4219157 3:-1.3877788e-17 4:-2.7755576e-17 6:0.048728064 +-4 1:0.91005179 2:0.17755989 3:0.24323732 4:0.70234527 5:0.8362572 6:0.90187908 +4 1:0.88256545 2:0.17755989 3:0.15914187 4:0.55559405 5:0.71345251 6:0.80791685 +-4 1:0.90419278 2:0.17755989 3:0.20481669 4:0.64392636 5:0.79442969 6:0.87497932 +4 1:0.87829669 2:0.17755989 3:0.13872696 4:0.51358873 5:0.67488416 6:0.77600855 +1.697384149096087 1:0.84542326 2:0.17755989 3:0.10437835 4:0.43810307 5:0.59082415 6:0.69314276 +4 1:0.86603509 2:0.17755989 3:0.15113761 4:0.53857524 5:0.70165231 6:0.80180281 +4 1:0.83995428 2:0.17755989 3:0.11205502 4:0.45141136 5:0.60876051 6:0.7150352 +-4 1:0.80377521 2:0.17755989 3:0.088196383 4:0.39371713 5:0.53694408 6:0.63485159 +4 1:0.81385195 2:0.17755989 3:0.12620028 4:0.48485111 5:0.64894062 6:0.75467438 +-0.4488405748991944 1:0.78603394 2:0.17755989 3:0.099154008 4:0.41891421 5:0.57038625 6:0.67485233 +-4 1:0.74608925 2:0.17755989 3:0.077679983 4:0.36403126 5:0.49643237 6:0.5866 +4 1:0.67021959 2:0.17755989 3:0.10106749 4:0.42493279 5:0.58169808 6:0.69537149 +4 1:0.64185148 2:0.17755989 3:0.083254507 4:0.37713697 5:0.51413321 6:0.61155168 +-4 1:0.60166239 2:0.17755989 3:0.066162412 4:0.33103444 5:0.44584 6:0.5191942 +4 1:0.50596606 2:0.17755989 3:0.086479478 4:0.38777983 5:0.5308163 6:0.63660165 +4 1:0.47859936 2:0.17755989 3:0.072687526 4:0.34936144 5:0.47239557 6:0.5559507 +4 1:0.43845677 2:0.17755989 3:0.0580781 4:0.30930574 5:0.41085136 6:0.46717424 +4 1:0.36280896 2:0.17755989 3:0.076394495 4:0.36116467 5:0.49086262 6:0.5863048 +4 1:0.339869 2:0.17755989 3:0.065775733 4:0.33141351 5:0.44429517 6:0.51614837 +4 1:0.30203933 2:0.17755989 3:0.052980146 4:0.29595567 5:0.38900859 6:0.43266074 +-4 1:0.83817724 2:1 3:0.48211034 4:0.67164548 5:0.74684182 6:0.80144501 +4 1:0.83817724 2:1 3:0.48211034 4:0.67164548 5:0.74684182 6:0.80144501 +3.578142440445044 1:0.70376868 2:1 3:0.3003252 4:0.39047192 5:0.43165029 6:0.47109673 +4 1:0.79827724 2:1 3:0.42095183 4:0.57898312 5:0.67201591 6:0.73979589 +4 1:0.72627998 2:1 3:0.33468753 4:0.43786041 5:0.49854834 6:0.55141858 +4 1:0.64522624 2:1 3:0.33533743 4:0.42400651 5:0.4895503 6:0.572323 +4 1:0.57474363 2:1 3:0.26878017 4:0.31350754 5:0.33529491 6:0.37251888 +-2.810859235621974 1:0.47520203 2:1 3:0.20793711 4:0.21420053 5:0.19540816 6:0.18220079 +4 1:0.47142758 2:1 3:0.27819932 4:0.32101893 5:0.34502997 6:0.38578806 +-4 1:0.32605309 2:1 3:0.17816529 4:0.16093999 5:0.11686383 6:0.06853313 +4 1:0.31129079 2:1 3:0.24354672 4:0.25922218 5:0.25276742 6:0.27267936 +4 1:0.26050571 2:1 3:0.20191772 4:0.19422711 5:0.16030609 6:0.13256762 +-4 1:0.1875636 2:1 3:0.16020164 4:0.13034576 5:0.070806091 +4 1:0.92043781 2:0.064778982 3:0.10731312 4:0.92865048 5:0.96616172 6:0.97870032 +4 1:0.89332398 2:0.064778982 3:0.081553072 4:0.88356542 5:0.93679165 6:0.95607085 +4 1:0.86104377 2:0.064778982 3:0.063594449 4:0.83329523 5:0.89705938 6:0.92172879 +4 1:0.86887317 2:0.064778982 3:0.080783435 4:0.8868064 5:0.93958114 6:0.95873325 +4 1:0.8407759 2:0.064778982 3:0.064276214 4:0.83712744 5:0.90102313 6:0.9260964 +-4 1:0.8033305 2:0.064778982 3:0.048493857 4:0.78247464 5:0.8514111 6:0.87935001 +4 1:0.81084152 2:0.064778982 3:0.066615908 4:0.85255528 5:0.91699879 6:0.94147769 +4 1:0.78294588 2:0.064778982 3:0.052801797 4:0.79905896 5:0.86924403 6:0.89848251 +-4 1:0.74279413 2:0.064778982 3:0.038810404 4:0.7430212 5:0.81108068 6:0.83919241 +4 1:0.7535469 2:0.064778982 3:0.0553861 4:0.81573181 5:0.89228763 6:0.92360272 +-3.934747494551165 1:0.72656633 2:0.064778982 3:0.043258869 4:0.76460435 5:0.83920864 6:0.87155626 +-4 1:0.68726622 2:0.064778982 3:0.030922104 4:0.71254668 5:0.77850594 6:0.80498778 +4 1:0.63349803 2:0.064778982 3:0.038013615 4:0.75176999 5:0.83528432 6:0.88215862 +-4 1:0.60394824 2:0.064778982 3:0.03004494 4:0.71400524 5:0.78578757 6:0.82308143 +-4 1:0.56241959 2:0.064778982 3:0.02136261 4:0.67291865 5:0.72892243 6:0.74881646 +-4 1:0.50818128 2:0.064778982 3:0.028808053 4:0.71172156 5:0.78465896 6:0.82722602 +-4 1:0.47829471 2:0.064778982 3:0.022946892 4:0.68323749 5:0.74386141 6:0.77269399 +-4 1:0.43957805 2:0.064778982 3:0.015447998 4:0.64780359 5:0.69255168 6:0.70091868 +4 1:0.40154084 2:0.064778982 3:0.022697618 4:0.68415777 5:0.74445841 6:0.78162172 +-4 1:0.3439641 2:0.064778982 3:0.011635393 4:0.63097298 5:0.66613358 6:0.66379079 +3.88822960690639 1:0.91491234 2:0.41153394 3:0.38096487 4:0.89889761 5:0.95038406 6:0.97192506 +4 1:0.88655237 2:0.41153394 3:0.32747681 4:0.82957396 5:0.90234555 6:0.93753935 +-4 1:0.85734964 2:0.41153394 3:0.28689298 4:0.75950394 5:0.84227294 6:0.88860939 +4 1:0.87917131 2:0.41153394 3:0.31836031 4:0.81090768 5:0.887565 6:0.92590615 +4 1:0.85010476 2:0.41153394 3:0.28280816 4:0.74746763 5:0.83272303 6:0.8801866 +-4 1:0.81463536 2:0.41153394 3:0.24667002 4:0.67362352 5:0.75792704 6:0.81078305 +4 1:0.84346189 2:0.41153394 3:0.29695396 4:0.76665422 5:0.85020434 6:0.8951033 +-4 1:0.81160508 2:0.41153394 3:0.26264354 4:0.69736365 5:0.7831915 6:0.83531288 +-4 1:0.77231516 2:0.41153394 3:0.22613832 4:0.61849783 5:0.69510002 6:0.74611821 +-4 1:0.79826801 2:0.41153394 3:0.27610067 4:0.72574042 5:0.81561441 6:0.86703542 +-4 1:0.76319665 2:0.41153394 3:0.24391634 4:0.65464587 5:0.73815109 6:0.79216889 +-4 1:0.72069133 2:0.41153394 3:0.20960427 4:0.57721443 5:0.64402187 6:0.68939383 +-4 1:0.68179043 2:0.41153394 3:0.23792453 4:0.64146311 5:0.729184 6:0.79705189 +-4 1:0.64834555 2:0.41153394 3:0.21497621 4:0.58612074 5:0.65621763 6:0.70995949 +-4 1:0.6030635 2:0.41153394 3:0.18639866 4:0.5184118 5:0.56298176 6:0.58999882 +-4 1:0.56116305 2:0.41153394 3:0.211298 4:0.57777075 5:0.64729662 6:0.70904305 +-4 1:0.52853073 2:0.41153394 3:0.19342012 4:0.53427881 5:0.58548314 6:0.62583696 +-4 1:0.49283025 2:0.41153394 3:0.17138706 4:0.48192745 5:0.50981682 6:0.51812264 +-4 1:0.45849528 2:0.41153394 3:0.1933288 4:0.53432693 5:0.58602965 6:0.63438973 +-4 1:0.43100316 2:0.41153394 3:0.17890259 4:0.49936733 5:0.53431359 6:0.55603396 +-4 1:0.39598444 2:0.41153394 3:0.16109051 4:0.45685412 5:0.47167834 6:0.46174802 +4 1:0.97539925 2:0.067429096 3:0.646082 4:0.95530639 5:0.9767318 6:0.9857173 +4 1:0.96522613 2:0.067429096 3:0.61691633 4:0.93120782 5:0.96017845 6:0.97392814 +-4 1:0.95031972 2:0.067429096 3:0.57888699 4:0.89204371 5:0.92938039 6:0.94906265 +4 1:0.91931216 2:0.067429096 3:0.59158726 4:0.92239172 5:0.95405147 6:0.96924055 +4 1:0.90510334 2:0.067429096 3:0.5543729 4:0.88103934 5:0.92151244 6:0.94339816 +-4 1:0.88176654 2:0.067429096 3:0.51021121 4:0.82348961 5:0.87083012 6:0.89896825 +4 1:0.86485312 2:0.067429096 3:0.5609934 4:0.89174108 5:0.93509159 6:0.95402597 +-4 1:0.85006491 2:0.067429096 3:0.52208828 4:0.83957283 5:0.88962492 6:0.9155692 +-4 1:0.82840588 2:0.067429096 3:0.47898696 4:0.77590082 5:0.82767172 6:0.85864944 +4 1:0.78384486 2:0.067429096 3:0.52761112 4:0.84813033 5:0.90853934 6:0.93801948 +-4 1:0.76794198 2:0.067429096 3:0.49155575 4:0.79297779 5:0.85408909 6:0.88775992 +-4 1:0.74071295 2:0.067429096 3:0.44850836 4:0.72304483 5:0.77871009 6:0.81240572 +4 1:0.63682623 2:0.067429096 3:0.47643242 4:0.76493774 5:0.83497363 6:0.89569946 +-4 1:0.61909458 2:0.067429096 3:0.44811738 4:0.71722262 5:0.77852333 6:0.83338043 +-4 1:0.598791 2:0.067429096 3:0.41455634 4:0.65898565 5:0.7066917 6:0.74905326 +-4 1:0.45610548 2:0.067429096 3:0.43433493 4:0.68980457 5:0.74420076 6:0.80465634 +-4 1:0.42128521 2:0.067429096 3:0.41290869 4:0.6515686 5:0.69403079 6:0.74177718 +-4 1:0.3973199 2:0.067429096 3:0.38324463 4:0.59899705 5:0.62542129 6:0.65364255 +4 1:0.33929266 2:0.067429096 3:0.40196048 4:0.63234535 5:0.67000461 6:0.73359019 +4 1:0.30717303 2:0.067429096 3:0.36080477 4:0.55822348 5:0.57073663 6:0.59274921 +4 1:0.93399065 2:0.41032924 3:0.59783417 4:0.84190929 5:0.89750138 6:0.92595957 +-4 1:0.90595546 2:0.41032924 3:0.52675557 4:0.75232557 5:0.81678388 6:0.85451254 +4 1:0.86884349 2:0.41032924 3:0.54882568 4:0.79721591 5:0.86027193 6:0.89474014 +4 1:0.83688316 2:0.41032924 3:0.48353911 4:0.70508019 5:0.770587 6:0.80951258 +-4 1:0.79909048 2:0.41032924 3:0.42019162 4:0.60634089 5:0.66016059 6:0.69152126 +4 1:0.81190475 2:0.41032924 3:0.49259836 4:0.7117051 5:0.78203532 6:0.82516406 +4 1:0.74851584 2:0.41032924 3:0.45030562 4:0.6405497 5:0.71098466 6:0.75519602 +-0.1291220645620671 1:0.70811815 2:0.41032924 3:0.38732716 4:0.54017845 5:0.59142454 6:0.62173185 +-4 1:0.65812028 2:0.41032924 3:0.32785534 4:0.44278414 5:0.46803981 6:0.47218162 +4 1:0.61340029 2:0.41032924 3:0.39943043 4:0.54621466 5:0.59971792 6:0.64499079 +4 1:0.56718004 2:0.41032924 3:0.34225148 4:0.45255833 5:0.47917361 6:0.49550478 +-4 1:0.51323626 2:0.41032924 3:0.28723094 4:0.3630784 5:0.36155632 6:0.34265877 +4 1:0.46393127 2:0.41032924 3:0.36091767 4:0.47414782 5:0.50203091 6:0.5272931 +4 1:0.41890265 2:0.41032924 3:0.30897915 4:0.3896105 5:0.39059442 6:0.38221519 +-4 1:0.36224567 2:0.41032924 3:0.25797424 4:0.30816486 5:0.2829338 6:0.23861234 +4 1:0.34347502 2:0.41032924 3:0.33118399 4:0.42270482 5:0.43137066 6:0.43794074 +4 1:0.303906 2:0.41032924 3:0.28516121 4:0.34844872 5:0.33277335 6:0.30318849 +4 1:0.25451112 2:0.41032924 3:0.239294 4:0.27618757 5:0.23743598 6:0.17354124 +4 1:1 3:0.98241836 4:0.99754447 5:0.99837843 6:0.99879687 +4 1:0.99927781 3:0.97396968 4:0.99499278 5:0.99653001 6:0.99752536 +4 1:0.99807987 3:0.96785094 4:0.99313412 5:0.99514902 6:0.99653825 +4 1:0.92550928 3:0.88463259 4:0.98984367 5:0.99445867 6:0.99599134 +4 1:0.92248998 3:0.88269439 4:0.98579001 5:0.9917863 6:0.99411831 +4 1:0.91252277 3:0.87943561 4:0.97844374 5:0.98618184 6:0.99029255 +-4 1:0.85667795 3:0.86407181 4:0.96026885 5:0.98853248 6:0.99389802 +-4 1:0.84996215 3:0.86241965 4:0.95421974 5:0.98239426 6:0.99048125 +-4 1:0.82797239 3:0.85970304 4:0.94347269 5:0.97198968 6:0.98376521 +-4 1:0.78359349 3:0.85232352 4:0.9205106 5:0.9639259 6:0.98760506 +-4 1:0.7740968 3:0.85087015 4:0.91651049 5:0.95906687 6:0.98343256 +-4 1:0.76412341 3:0.84902131 4:0.91055943 5:0.94944204 6:0.97481363 +-4 1:0.61337431 3:0.83940428 4:0.87369959 5:0.90465003 6:0.96092101 +-4 1:0.59932186 3:0.83841839 4:0.8712363 5:0.90033732 6:0.95480352 +-4 1:0.58537358 3:0.83696642 4:0.86758813 5:0.893872 6:0.94383497 +-3.429005082149631 1:0.42062928 3:0.82941095 4:0.83902061 5:0.84510353 6:0.87138257 +-4 1:0.4002542 3:0.82840514 4:0.8368136 5:0.84093631 6:0.8674834 +4 1:0.3094628 3:0.82716541 4:0.83024299 5:0.82796719 6:0.86356706 +4 1:0.29001316 3:0.82647757 4:0.82867904 5:0.8248098 6:0.86408434 +4 1:0.27710266 3:0.8257051 4:0.82728426 5:0.82235905 6:0.85969923 +-4 1:0.90663913 2:0.14610739 3:0.43817477 4:0.82784627 5:0.90710157 6:0.94001176 +4 1:0.90426096 2:0.14610739 3:0.43326406 4:0.82123487 5:0.9021133 6:0.93612907 +-4 1:0.87301894 2:0.14610739 3:0.38374963 4:0.74222319 5:0.83336461 6:0.87727214 +4 1:0.86811426 2:0.14610739 3:0.40559067 4:0.79104253 5:0.88029881 6:0.91964051 +4 1:0.83600801 2:0.14610739 3:0.36858627 4:0.72304979 5:0.81750507 6:0.86398873 +-4 1:0.79303316 2:0.14610739 3:0.33543633 4:0.65617509 5:0.74453253 6:0.78951163 +4 1:0.82226065 2:0.14610739 3:0.37726233 4:0.73857387 5:0.83579524 6:0.88322128 +-4 1:0.78986743 2:0.14610739 3:0.34480055 4:0.67269731 5:0.7665205 6:0.81617937 +-4 1:0.74513395 2:0.14610739 3:0.31379389 4:0.60684271 5:0.68827333 6:0.72971662 +4 1:0.75127417 2:0.14610739 3:0.35645593 4:0.69561666 5:0.79695173 6:0.84926516 +-4 1:0.66677794 2:0.14610739 3:0.29749496 4:0.56835508 5:0.64245656 6:0.67864295 +4 1:0.62293836 2:0.14610739 3:0.32749068 4:0.63131327 5:0.72687613 6:0.78818537 +-4 1:0.58735044 2:0.14610739 3:0.30296925 4:0.57601896 5:0.65321265 6:0.69799032 +-4 1:0.54225634 2:0.14610739 3:0.27770782 4:0.51923537 5:0.57477828 6:0.59501544 +4 1:0.47989563 2:0.14610739 3:0.30820332 4:0.58503378 5:0.66456631 6:0.7174928 +4 1:0.4414077 2:0.14610739 3:0.28822665 4:0.53887566 5:0.59925188 6:0.62987117 +-4 1:0.39949501 2:0.14610739 3:0.26598279 4:0.48912153 5:0.52873127 6:0.53229307 +4 1:0.39206975 2:0.14610739 3:0.29566289 4:0.55497136 5:0.62126765 6:0.66418112 +4 1:0.36544059 2:0.14610739 3:0.2785156 4:0.5155536 5:0.56455807 6:0.58211923 diff --git a/Modules/vmaf_rb_v0.6.3.pkl b/Modules/vmaf_rb_v0.6.3.pkl new file mode 100644 index 0000000..2c8154d --- /dev/null +++ b/Modules/vmaf_rb_v0.6.3.pkl @@ -0,0 +1,111 @@ +(dp0 +S'param_dict' +p1 +(dp2 +S'C' +p3 +F4.0 +sS'score_transform' +p4 +(dp5 +S'p2' +p6 +F-0.00705305 +sS'out_gte_in' +p7 +S'true' +p8 +sS'p0' +p9 +F1.70674692 +sS'p1' +p10 +F1.72643844 +ssS'norm_type' +p11 +S'clip_0to1' +p12 +sS'score_clip' +p13 +(lp14 +F0.0 +aF100.0 +asS'num_models' +p15 +I21 +sS'nu' +p16 +F0.9 +sS'gamma' +p17 +F0.04 +ssS'model_dict' +p18 +(dp19 +g4 +g5 +sS'feature_dict' +p20 +(dp21 +S'VMAF_feature' +p22 +(lp23 +S'vif_scale0' +p24 +aS'vif_scale1' +p25 +aS'vif_scale2' +p26 +aS'vif_scale3' +p27 +aS'adm2' +p28 +aS'motion2' +p29 +assg11 +S'linear_rescale' +p30 +sg13 +g14 +sS'feature_names' +p31 +(lp32 +S'VMAF_feature_adm2_score' +p33 +aS'VMAF_feature_motion2_score' +p34 +aS'VMAF_feature_vif_scale0_score' +p35 +aS'VMAF_feature_vif_scale1_score' +p36 +aS'VMAF_feature_vif_scale2_score' +p37 +aS'VMAF_feature_vif_scale3_score' +p38 +asS'intercepts' +p39 +(lp40 +F-0.3092981927591963 +aF-1.778561646908718 +aF-0.003017198086831897 +aF-0.1728125095425364 +aF-0.5294309090081222 +aF-0.7577185792093722 +aF-1.083428597549764 +asS'model_type' +p41 +S'RESIDUEBOOTSTRAP_LIBSVMNUSVR' +p42 +sS'model' +p43 +NsS'slopes' +p44 +(lp45 +F0.012020766332648465 +aF2.7863890579902773 +aF0.06264407466686016 +aF1.222763456258933 +aF1.5360318811084146 +aF1.7620864995501058 +aF2.08656468286432 +ass. \ No newline at end of file diff --git a/Modules/vmaf_rb_v0.6.3.pkl.model b/Modules/vmaf_rb_v0.6.3.pkl.model new file mode 100644 index 0000000..024ef70 --- /dev/null +++ b/Modules/vmaf_rb_v0.6.3.pkl.model @@ -0,0 +1,217 @@ +svm_type nu_svr +kernel_type rbf +gamma 0.04 +nr_class 2 +total_sv 210 +rho -1.38271 +SV +-4 1:0.69605554 2:0.34681232 3:0.093755557 4:0.60913934 5:0.69117362 6:0.73495824 +4 1:0.89192404 2:0.49612229 3:0.59146724 4:0.78105663 5:0.84916292 6:0.8882561 +4 1:0.91737037 2:0.49612229 3:0.66823667 4:0.86050887 5:0.90873162 6:0.93335071 +4 1:0.2214182 2:0.49612229 3:0.10534315 4:-1.110223e-16 6:2.220446e-16 +4 1:0.3594872 2:0.49612229 3:0.14024497 4:0.074708413 5:0.10231651 6:0.1259153 +4 1:0.67482533 2:0.49612229 3:0.35268026 4:0.4805681 5:0.59603341 6:0.67408692 +4 1:0.61342581 2:0.49612229 3:0.27561601 4:0.33977371 5:0.4325213 6:0.50244952 +4 1:0.5343717 2:0.49612229 3:0.20276685 4:0.2004308 5:0.25758651 6:0.30054029 +4 1:0.79391726 2:0.49612229 3:0.444392 4:0.61630491 5:0.71210086 6:0.77386496 +4 1:0.73867648 2:0.49612229 3:0.35967401 4:0.47825205 5:0.57045236 6:0.63752441 +4 1:0.67022121 2:0.49612229 3:0.27766156 4:0.33407105 5:0.40732401 6:0.46359154 +4 1:0.90057657 2:0.23066177 3:0.65873851 4:0.86090402 5:0.90661213 6:0.93008753 +4 1:0.93011029 2:0.23066177 3:0.71439481 4:0.90904598 5:0.94146542 6:0.95674338 +-4 1:0.4874691 2:0.23066177 3:0.32329421 4:0.33686197 5:0.39456977 6:0.44944683 +0.8826029312263716 1:0.73710984 2:0.23066177 3:0.49544357 4:0.66648649 5:0.76052819 6:0.81482311 +-2.604338473801064 1:0.69004118 2:0.23066177 3:0.43933868 4:0.56327049 5:0.65339511 6:0.71348696 +-4 1:0.62949394 2:0.23066177 3:0.3800888 4:0.44927578 5:0.52327759 6:0.57907725 +4 1:0.82277534 2:0.23066177 3:0.56208506 4:0.76164281 5:0.83176644 6:0.86914911 +4 1:0.78020364 2:0.23066177 3:0.50145055 4:0.66525882 5:0.74327951 6:0.79017822 +4 1:0.72746732 2:0.23066177 3:0.43952897 4:0.55736023 5:0.63319876 6:0.68402869 +4 1:0.91341872 3:0.45198963 4:0.97703695 5:0.9907273 6:0.99510256 +4 1:1 3:0.83319067 4:0.98956086 5:0.99577089 6:0.99784595 +4 4:0.10344019 5:0.34323945 6:0.63855969 +4 1:0.18980624 3:0.034330388 4:0.25480402 5:0.54197045 6:0.78020579 +4 1:0.4730794 3:0.11866359 4:0.58816959 5:0.86435738 6:0.96191842 +4 1:0.46600264 3:0.11185039 4:0.56180003 5:0.83415721 6:0.93617329 +4 1:0.45337497 3:0.10308547 4:0.52247575 5:0.78583924 6:0.89392193 +4 1:0.69386127 3:0.2174879 4:0.84423613 5:0.9662906 6:0.98430594 +4 1:0.68660174 3:0.20657211 4:0.81196884 5:0.94140702 6:0.96680805 +4 1:0.67544021 3:0.19261438 4:0.76066415 5:0.89973293 6:0.93660362 +4 1:0.87911146 2:0.34681232 3:0.22411304 4:0.88845644 5:0.94169671 6:0.96221395 +-4 1:0.35760888 2:0.34681232 3:0.027607294 4:0.40659646 5:0.45456869 6:0.48256597 +-4 1:0.4688131 2:0.34681232 3:0.041939301 4:0.45284872 5:0.5157613 6:0.55335821 +-4 1:0.69816754 2:0.34681232 3:0.11526222 4:0.68549511 5:0.78556255 6:0.83507583 +-4 1:0.65624547 2:0.34681232 3:0.092281981 4:0.61278125 5:0.70626575 6:0.75613977 +-4 1:0.60311017 2:0.34681232 3:0.067548447 4:0.53383404 5:0.61287548 6:0.65468717 +-4 1:0.74644956 2:0.34681232 3:0.12095689 4:0.68834617 5:0.77453583 6:0.81892861 +-4 1:0.8048121 2:0.25207203 3:0.3681723 4:0.80658472 5:0.8702283 6:0.90583519 +-4 1:0.89171605 2:0.25207203 3:0.52475418 4:0.85053413 5:0.90454501 6:0.93093678 +-4 1:0.51012298 2:0.25207203 3:0.2005129 4:0.41516485 5:0.45282017 6:0.47396143 +-4 1:0.5797031 2:0.25207203 3:0.21631076 4:0.45848604 5:0.51102137 6:0.53823055 +-4 1:0.73166122 2:0.25207203 3:0.3051639 4:0.67537297 5:0.75767261 6:0.80327187 +-4 1:0.69622281 2:0.25207203 3:0.27393051 4:0.60399854 5:0.68000038 6:0.72275152 +-4 1:0.65317124 2:0.25207203 3:0.23994344 4:0.52538719 5:0.5891732 6:0.62164073 +-4 1:0.77121222 2:0.25207203 3:0.33053889 4:0.73085549 5:0.80341439 6:0.84546456 +-4 1:0.73815918 2:0.25207203 3:0.29691153 4:0.66166141 5:0.73408074 6:0.77757209 +-4 1:0.69716201 2:0.25207203 3:0.26283557 4:0.58611788 5:0.65192525 6:0.69015011 +4 1:0.89725962 2:0.48885268 3:0.5143645 4:0.8587242 5:0.91841685 6:0.94498293 +4 1:0.92683589 2:0.48885268 3:0.55208861 4:0.89938377 5:0.94642982 6:0.96615102 +-4 1:0.41563731 2:0.48885268 3:0.2554221 4:0.36916892 5:0.43100226 6:0.50888404 +-4 1:0.52033349 2:0.48885268 3:0.27824915 4:0.42915458 5:0.50850476 6:0.58585271 +-4 1:0.69691564 2:0.48885268 3:0.35289928 4:0.61359907 5:0.7217863 6:0.78790011 +-4 1:0.65289017 2:0.48885268 3:0.31268451 4:0.5167094 5:0.61224976 6:0.68477529 +4 1:0.81789029 2:0.48885268 3:0.44075432 4:0.7803455 5:0.86328719 6:0.90222545 +-4 1:0.78583004 2:0.48885268 3:0.4012577 4:0.70792536 5:0.80063653 6:0.85083872 +3.218179854477909 1:0.85559183 2:0.20629643 3:0.30562098 4:0.80541317 5:0.89285836 6:0.92907353 +-4 1:0.87823623 2:0.20629643 3:0.36755712 4:0.8681203 5:0.93297792 6:0.95700049 +4 1:0.28569186 2:0.20629643 3:0.076468978 4:0.29833807 5:0.37989948 6:0.4576277 +-4 1:0.67850561 2:0.20629643 3:0.19487894 4:0.63045155 5:0.76931142 6:0.83706632 +-3.920029885313079 1:0.63920442 2:0.20629643 3:0.16825499 4:0.55661206 5:0.69111529 6:0.7656762 +4 1:0.78333908 2:0.20629643 3:0.24707248 4:0.72284103 5:0.83178838 6:0.88053503 +-4 1:0.74673262 2:0.20629643 3:0.21465833 4:0.65034545 5:0.76692184 6:0.82551595 +4 1:0.87998127 2:0.15600331 3:0.1625414 4:0.81948421 5:0.90185357 6:0.9347395 +4 1:0.90420201 2:0.15600331 3:0.19693206 4:0.86294641 5:0.92990351 6:0.95498998 +-4 1:0.43871049 2:0.15600331 3:0.030541611 4:0.37279112 5:0.4588284 6:0.52004828 +-4 1:0.74285042 2:0.48885268 3:0.35394597 4:0.61189191 5:0.70897304 6:0.77099691 +-4 1:0.69518774 2:0.20629643 3:0.1796405 4:0.56432133 5:0.68049028 6:0.74616621 +-4 1:0.54042467 2:0.15600331 3:0.046271684 4:0.4328793 5:0.5309142 6:0.59282089 +-4 1:0.70300609 2:0.15600331 3:0.091457045 4:0.60849701 5:0.72282659 6:0.78137183 +-4 1:0.66144997 2:0.15600331 3:0.068820233 4:0.51732819 5:0.62198733 6:0.67977328 +4 1:0.80993214 2:0.15600331 3:0.13401869 4:0.75274384 5:0.8506531 6:0.89321405 +-4 1:0.78167533 2:0.15600331 3:0.11289462 4:0.67598462 5:0.78117168 6:0.83259364 +-4 1:0.74565796 2:0.15600331 3:0.089218917 4:0.58797907 5:0.69284768 6:0.74971699 +4 1:0.9418574 2:0.08765484 3:0.72226864 4:0.93291747 5:0.960644 6:0.97304054 +4 1:0.96968854 2:0.08765484 3:0.77391346 4:0.95596295 5:0.97544784 6:0.98405871 +-4 1:0.45809369 2:0.08765484 3:0.36628046 4:0.45852823 5:0.56005228 6:0.65708595 +-4 1:0.57776221 2:0.08765484 3:0.42071301 4:0.56376512 5:0.66454599 6:0.741236 +-4 1:0.77257175 2:0.08765484 3:0.5597726 4:0.80653689 5:0.88996341 6:0.92691132 +-4 1:0.74999802 2:0.08765484 3:0.52069978 4:0.74484555 5:0.83431246 6:0.87935204 +-4 1:0.71777065 2:0.08765484 3:0.47011786 4:0.66069877 5:0.75226598 6:0.80539407 +-4 1:0.86064316 2:0.08765484 3:0.62680052 4:0.88208508 5:0.93041565 6:0.9505376 +-4 1:0.83887552 2:0.08765484 3:0.58154998 4:0.82429855 5:0.8858516 6:0.91563291 +-4 1:0.85632141 2:0.93973481 3:0.36718425 4:0.81512123 5:0.88887359 6:0.92320992 +-4 1:0.91941823 2:0.93973481 3:0.41336953 4:0.88038833 5:0.93688884 6:0.95992879 +-4 1:0.3070772 2:0.93973481 3:0.18757116 4:0.34864297 5:0.3777168 6:0.38922611 +-4 1:0.42428709 2:0.93973481 3:0.20295859 4:0.39290035 5:0.43632323 6:0.45871216 +-4 1:0.66382463 2:0.93973481 3:0.28594627 4:0.63969879 5:0.73360583 6:0.78380069 +-4 1:0.62474007 2:0.93973481 3:0.26141889 4:0.56602175 5:0.64775366 6:0.69263211 +-4 1:0.5762709 2:0.93973481 3:0.23537634 4:0.48984694 5:0.55363885 6:0.5853905 +-4 1:0.72960023 2:0.93973481 3:0.29554025 4:0.64471949 5:0.72634443 6:0.77062686 +-4 1:0.68687464 2:0.93973481 3:0.2669659 4:0.56720118 5:0.63868728 6:0.67673331 +4 1:0.87062235 2:0.49739676 3:0.53966638 4:0.77392585 5:0.84784447 6:0.89031641 +4 1:0.67721467 2:0.49739676 3:0.37192301 4:0.52750491 5:0.62426522 6:0.6929947 +4 1:0.62552631 2:0.49739676 3:0.30895604 4:0.40532955 5:0.48355121 6:0.54476585 +4 1:0.56142653 2:0.49739676 3:0.24752355 4:0.28326524 5:0.33261781 6:0.37104424 +4 1:0.77998422 2:0.49739676 3:0.43832146 4:0.63397606 5:0.7240692 6:0.78367237 +4 1:0.67569895 2:0.49739676 3:0.30599867 4:0.39201262 5:0.45927759 6:0.51239284 +4 1:0.91839373 2:0.04579546 3:0.69472114 4:0.97790884 5:0.9891237 6:0.993277 +4 1:0.98791521 2:0.04579546 3:0.90293444 4:0.99181622 5:0.99642641 6:0.9978864 +4 1:0.25896526 2:0.04579546 3:0.31879 4:0.45852885 5:0.59717781 6:0.71487885 +-4 1:0.40634904 2:0.04579546 3:0.35412414 4:0.55926446 5:0.70175505 6:0.79649177 +-0.8973552482918951 1:0.6483368 2:0.04579546 3:0.45989947 4:0.82115248 5:0.92520734 6:0.9594384 +-4 1:0.62949718 2:0.04579546 3:0.44400319 4:0.77920819 5:0.88713866 6:0.92903178 +-4 1:0.59976014 2:0.04579546 3:0.42297435 4:0.72390263 5:0.83364665 6:0.88344569 +4 1:0.78180974 2:0.04579546 3:0.54174294 4:0.92424698 5:0.96600395 6:0.97868211 +-4 1:0.73985421 2:0.04579546 3:0.499439 4:0.84012074 5:0.90229375 6:0.92936693 +4 1:0.95273022 2:0.014623935 3:0.90135809 4:0.99584619 5:0.9970631 6:0.99757649 +4 1:0.99718538 2:0.014623935 3:1 4:1 5:1 6:1 +-4 1:0.47722492 2:0.014623935 3:0.75468972 4:0.76017077 5:0.83753774 6:0.92265059 +-4 1:0.5724789 2:0.014623935 3:0.77708563 4:0.84258654 5:0.91016348 6:0.95440359 +-4 1:0.74425089 2:0.014623935 3:0.78900741 4:0.90386551 5:0.96905764 6:0.98466408 +-4 1:0.72871424 2:0.014623935 3:0.78701408 4:0.89679281 5:0.96056131 6:0.977629 +-4 1:0.71167822 2:0.014623935 3:0.78422805 4:0.88268036 5:0.94383829 6:0.96596858 +-4 1:0.84765099 2:0.014623935 3:0.81445984 4:0.96615706 5:0.98858241 6:0.99176534 +-4 1:0.84127012 2:0.014623935 3:0.81253935 4:0.95982371 5:0.98309178 6:0.9870796 +4 1:0.87931568 2:0.22767235 3:0.31750162 4:0.85145925 5:0.9121085 6:0.93772147 +4 1:0.91061528 2:0.22767235 3:0.35742938 4:0.89821492 5:0.94339974 6:0.96076173 +4 1:0.39257764 2:0.22767235 3:0.12019254 4:0.3951559 5:0.44657802 6:0.46771549 +4 1:0.49591192 2:0.22767235 3:0.13362033 4:0.43434224 5:0.49900609 6:0.53177669 +4 1:0.71284767 2:0.22767235 3:0.2263303 4:0.68859985 5:0.78706365 6:0.83662428 +4 1:0.67227079 2:0.22767235 3:0.19328493 4:0.60107975 5:0.69684945 6:0.74949279 +4 1:0.61928338 2:0.22767235 3:0.15963705 4:0.51010642 5:0.59283393 6:0.63883591 +4 1:0.80205907 2:0.22767235 3:0.26078021 4:0.76359704 5:0.8470807 6:0.8858359 +4 1:0.76382055 2:0.22767235 3:0.22331233 4:0.67735915 5:0.77029889 6:0.81802539 +-4 1:0.71258735 2:0.22767235 3:0.1864032 4:0.58471122 5:0.67581508 6:0.72558613 +4 1:0.89291952 2:0.16787772 3:0.69408521 4:0.91495146 5:0.94890261 6:0.96269344 +-4 1:0.91951481 2:0.16787772 3:0.7239389 4:0.94244479 5:0.9681932 6:0.97806033 +-4 1:0.80929502 2:0.08765484 3:0.52947327 4:0.7501341 5:0.82294191 6:0.86264385 +4 1:0.73346397 2:0.49739676 3:0.37130724 4:0.51472366 5:0.59961357 6:0.66258291 +-4 1:0.83089047 2:0.014623935 3:0.80905852 4:0.94637428 5:0.97242826 6:0.97946694 +-4 1:0.48213397 2:0.16787772 3:0.49792761 4:0.59161372 5:0.62979552 6:0.64254584 +-4 1:0.56800546 2:0.16787772 3:0.5149767 4:0.63026581 5:0.67890679 6:0.69964851 +-4 1:0.76258425 2:0.16787772 3:0.60695536 4:0.80906778 5:0.87125816 6:0.89810007 +-4 1:0.72319868 2:0.16787772 3:0.57600091 4:0.75310216 5:0.81471966 6:0.84249923 +-4 1:0.67240963 2:0.16787772 3:0.54473368 4:0.69254626 5:0.74796983 6:0.77177867 +4 1:0.83017845 2:0.16787772 3:0.64309172 4:0.86078024 5:0.90892223 6:0.92908907 +-4 1:0.79342163 2:0.16787772 3:0.60849279 4:0.80724494 5:0.86183239 6:0.88618408 +4 1:0.94938914 2:0.055921852 3:0.61526026 4:0.94655706 5:0.97211195 6:0.98210701 +4 1:0.98644504 2:0.055921852 3:0.7405327 4:0.96928567 5:0.9853799 6:0.99080378 +4 1:0.10775597 2:0.055921852 3:0.1590151 4:0.30536689 5:0.48614515 6:0.64344462 +4 1:0.29443857 2:0.055921852 3:0.19401703 4:0.41679982 5:0.61495039 6:0.74140301 +4 1:0.5898908 2:0.055921852 3:0.31791569 4:0.72365433 5:0.88324129 6:0.93484545 +4 1:0.57308967 2:0.055921852 3:0.29301498 4:0.67070014 5:0.83429953 6:0.89348041 +4 1:0.54792627 2:0.055921852 3:0.26207179 4:0.59416461 5:0.75957205 6:0.82870539 +4 1:0.78101613 2:0.055921852 3:0.42192974 4:0.86711004 5:0.94030868 6:0.96084539 +4 1:0.76526298 2:0.055921852 3:0.38714172 4:0.81340799 5:0.90059649 6:0.93006702 +4 1:0.74208953 2:0.055921852 3:0.34721658 4:0.73960747 5:0.84370247 6:0.88485372 +4 1:0.90795371 2:0.58937038 3:0.58823535 4:0.80035053 5:0.86988422 6:0.90533033 +-4 1:0.93556416 2:0.58937038 3:0.65797705 4:0.87169952 5:0.92200942 6:0.94454256 +4 1:0.19680854 2:0.58937038 3:0.21585801 4:0.1754362 5:0.20844015 6:0.23846443 +4 1:0.34770698 2:0.58937038 3:0.24672569 4:0.24188506 5:0.29544562 6:0.33843061 +4 1:0.66051984 2:0.58937038 3:0.40045124 4:0.55415203 5:0.66628031 6:0.73418465 +4 1:0.6092064 2:0.58937038 3:0.34931828 4:0.4519606 5:0.54893247 6:0.61355219 +4 1:0.54184698 2:0.58937038 3:0.29851601 4:0.34826788 5:0.42168642 6:0.47203603 +4 1:0.79373193 2:0.58937038 3:0.47493233 4:0.66775916 5:0.76196439 6:0.81489875 +4 1:0.74778935 2:0.58937038 3:0.41507439 4:0.56413083 5:0.65815516 6:0.7166999 +2.868499444203133 1:0.85573143 2:1 3:0.37381485 4:0.7891612 5:0.87031145 6:0.90944281 +-4 1:0.89778056 2:1 3:0.43235998 4:0.86707094 5:0.92632217 6:0.95151451 +-4 1:0.26623337 2:1 3:0.084027451 4:0.15537936 5:0.17410072 6:0.17212333 +-4 1:0.37392021 2:1 3:0.10644455 4:0.21484368 5:0.25587544 6:0.27527817 +-4 1:0.59637711 2:1 3:0.19031962 4:0.43030863 5:0.5277316 6:0.59069772 +-3.093921759128936 1:0.51603659 2:1 3:0.14452095 4:0.31406915 5:0.38353445 6:0.42653517 +4 1:0.75700132 2:1 3:0.28883701 4:0.65284485 5:0.75623242 6:0.81297442 +-4 1:0.88260358 2:0.083369236 3:0.57279245 4:0.85249389 5:0.91751611 6:0.94621989 +-4 1:0.91785848 2:0.083369236 3:0.63999999 4:0.90398906 5:0.94897505 6:0.96762621 +-4 1:0.70997536 2:0.083369236 3:0.42718441 4:0.69347659 5:0.81124449 6:0.87136343 +-4 1:0.66561759 2:0.083369236 3:0.37833052 4:0.59301482 5:0.71772587 6:0.7905538 +-4 1:0.60283702 2:0.083369236 3:0.33229353 4:0.48675881 5:0.60141743 6:0.67458413 +-4 1:0.79681394 2:0.083369236 3:0.48094343 4:0.76665994 5:0.86191893 6:0.90760934 +-4 1:0.75431872 2:0.083369236 3:0.42082971 4:0.66591147 5:0.77995959 6:0.84260661 +-4 1:0.69517962 2:0.083369236 3:0.36350305 4:0.54888271 5:0.66506794 6:0.73685112 +4 1:0.85877443 2:0.42532178 3:0.43562507 4:0.80721931 5:0.87934044 6:0.91434143 +4 1:0.91202697 2:0.42532178 3:0.50912639 4:0.87959883 5:0.93223488 6:0.95450335 +4 1:0.30512267 2:0.42532178 3:0.18976794 4:0.30662908 5:0.34637104 6:0.3661022 +4 1:0.40588686 2:0.42532178 3:0.20589097 4:0.35241209 5:0.40358156 6:0.42577381 +4 1:0.66777856 2:0.42532178 3:0.30879992 4:0.60375124 5:0.70097073 6:0.75507206 +4 1:0.62349716 2:0.42532178 3:0.27349745 4:0.5196735 5:0.60339149 6:0.65103342 +4 1:0.57348929 2:0.42532178 3:0.24033766 4:0.43855753 5:0.50243186 6:0.53322825 +4 1:0.75731817 2:0.42532178 3:0.35347476 4:0.69239941 5:0.78245146 6:0.83117443 +4 1:0.71492133 2:0.42532178 3:0.31296983 4:0.60525302 5:0.69243388 6:0.7432587 +-4 1:0.74598388 2:0.16787772 3:0.57222383 4:0.74405775 5:0.79993424 6:0.82484891 +4 1:0.68521786 2:0.58937038 3:0.35481019 4:0.45269287 5:0.53578336 6:0.59116487 +4 1:0.62437406 2:1 3:0.18559792 4:0.41535212 5:0.50422336 6:0.56173557 +4 1:0.66256481 2:0.42532178 3:0.27479904 4:0.51802649 5:0.59270541 6:0.63560969 +-4 1:0.70532989 2:0.54342577 3:0.18169339 4:0.50290989 5:0.59875259 6:0.65332628 +4 1:0.88220599 2:0.20820673 3:0.40997978 4:0.82462749 5:0.89794736 6:0.93142825 +4 1:0.91728681 2:0.20820673 3:0.45891267 4:0.87823329 5:0.93535353 6:0.95883927 +4 1:0.39053999 2:0.20820673 3:0.17753958 4:0.33495583 5:0.39777832 6:0.44399359 +-3.484354633465022 1:0.48387441 2:0.20820673 3:0.20172681 4:0.39715881 5:0.47368229 6:0.52781628 +4 1:0.70099226 2:0.20820673 3:0.31094767 4:0.6676259 5:0.77726116 6:0.83518027 +-4 1:0.65966561 2:0.20820673 3:0.27420721 4:0.57889989 5:0.68485118 6:0.74837036 +4 1:0.60617061 2:0.20820673 3:0.23419121 4:0.48018865 5:0.57200972 6:0.63197473 +4 1:0.7890525 2:0.20820673 3:0.3510016 4:0.74206651 5:0.83508543 6:0.88101902 +-4 1:0.69891028 2:0.20820673 3:0.26679137 4:0.55816547 5:0.65579282 6:0.71593631 +4 1:0.8789356 2:0.54342577 3:0.32439292 4:0.78747769 5:0.87303614 6:0.91271252 +4 1:0.90799305 2:0.54342577 3:0.37898741 4:0.85252726 5:0.92049615 6:0.94848246 +-4 1:0.44711702 2:0.54342577 3:0.10123262 4:0.31581962 5:0.38571265 6:0.42827036 +-4 1:0.6566649 2:0.54342577 3:0.18169045 4:0.51611903 5:0.62179755 6:0.68216176 +4 1:0.79670443 2:0.54342577 3:0.26295318 4:0.6905031 5:0.79291823 6:0.84469464 +-4 1:0.75664435 2:0.54342577 3:0.22334634 4:0.60145902 5:0.70573225 6:0.76318544 +4 1:0.8811176 2:0.047285912 3:0.53826775 4:0.933335 5:0.95948954 6:0.96870909 +3.030717770092585 1:0.90573613 2:0.047285912 3:0.55323777 4:0.95113339 5:0.97249918 6:0.9795177 +-4 1:0.51733002 2:0.047285912 3:0.41965074 4:0.71632669 5:0.73953043 6:0.73487553 +-4 1:0.5810431 2:0.047285912 3:0.43113594 4:0.74141738 5:0.76929188 6:0.77018949 +-4 1:0.76491447 2:0.047285912 3:0.49613729 4:0.87838146 5:0.91688438 6:0.93150362 +-4 1:0.72816168 2:0.047285912 3:0.47217411 4:0.83138845 5:0.8704229 6:0.88419439 +-4 1:0.68443073 2:0.047285912 3:0.44652268 4:0.77691812 5:0.81043483 6:0.8177009 +-4 1:0.82949905 2:0.047285912 3:0.51559706 4:0.90512389 5:0.93743101 6:0.9492968 +-4 1:0.79740378 2:0.047285912 3:0.49225957 4:0.86357299 5:0.89948127 6:0.91221155 +-4 1:0.75331875 2:0.047285912 3:0.46606653 4:0.81323145 5:0.84847474 6:0.85892657 diff --git a/Preset/SubTask/1.json b/Preset/SubTask/1.json new file mode 100644 index 0000000..6ffbceb --- /dev/null +++ b/Preset/SubTask/1.json @@ -0,0 +1,57 @@ +{ + + "Description": "简体内嵌+繁体内嵌[AVC-8bit][1080p@23.976fps AAC]+简繁内封[HEVC-10bit][1080p@23.976fps AAC]", + + "SubTaskNum": 3, + + "Receive": [ + "Subtitle_CHS", + "Subtitle_CHT", + "Chapter", + "Output" + ], + + "1": { + "ProcessType": "Subtitle", + "VideoFormat": "AVC", + "VideoPixelFormat": "yuv420p8bit", + "VideoResolution": "1080", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "SubtitleForm": "Render", + "Subtitle_CHS": "%Subtitle_CHS%", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Chapter": "%Chapter%", + "Output": "%Output[0]%" + }, + "2": { + "ProcessType": "Subtitle", + "VideoFormat": "AVC", + "VideoPixelFormat": "yuv420p8bit", + "VideoResolution": "1080", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "SubtitleForm": "Render", + "Subtitle_CHT": "%Subtitle_CHT%", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Chapter": "%Chapter%", + "Output": "%Output[1]%" + }, + "3": { + "ProcessType": "Subtitle", + "VideoFormat": "HEVC", + "VideoPixelFormat": "yuv420p10bit", + "VideoResolution": "1080", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "SubtitleForm": "Package", + "Subtitle_CHS": "%Subtitle_CHS%", + "Subtitle_CHT": "%Subtitle_CHT%", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Chapter": "%Chapter%", + "Output": "%Output[2]%" + } +} \ No newline at end of file diff --git a/Preset/SubTask/2.json b/Preset/SubTask/2.json new file mode 100644 index 0000000..031ffca --- /dev/null +++ b/Preset/SubTask/2.json @@ -0,0 +1,42 @@ +{ + + "Description": "简体内嵌+繁体内嵌[AVC-8bit][1080p@23.976fps AAC]", + + "SubTaskNum": 2, + + "Receive": [ + "Subtitle_CHS", + "Subtitle_CHT", + "Chapter", + "Output" + ], + + "1": { + "ProcessType": "Subtitle", + "VideoFormat": "AVC", + "VideoPixelFormat": "yuv420p8bit", + "VideoResolution": "1080", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "SubtitleForm": "Render", + "Subtitle_CHS": "%Subtitle_CHS%", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Chapter": "%Chapter%", + "Output": "%Output[0]%" + }, + "2": { + "ProcessType": "Subtitle", + "VideoFormat": "AVC", + "VideoPixelFormat": "yuv420p8bit", + "VideoResolution": "1080", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "SubtitleForm": "Render", + "Subtitle_CHT": "%Subtitle_CHT%", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Chapter": "%Chapter%", + "Output": "%Output[1]%" + } +} \ No newline at end of file diff --git a/Preset/SubTask/3.json b/Preset/SubTask/3.json new file mode 100644 index 0000000..e643094 --- /dev/null +++ b/Preset/SubTask/3.json @@ -0,0 +1,22 @@ +{ + + "Description": "[HEVC-10bit][1080p@23.976fps AAC]视频压制", + + "SubTaskNum": 1, + + "Receive": [ + "Output" + ], + + "1": { + "ProcessType": "Video", + "VideoFormat": "HEVC", + "VideoPixelFormat": "yuv420p10bit", + "VideoResolution": "1080", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Output": "%Output[0]%" + } +} \ No newline at end of file diff --git a/Preset/SubTask/4.json b/Preset/SubTask/4.json new file mode 100644 index 0000000..68ed35a --- /dev/null +++ b/Preset/SubTask/4.json @@ -0,0 +1,22 @@ +{ + + "Description": "封装章节和简繁字幕到视频", + + "SubTaskNum": 1, + + "Receive": [ + "Subtitle_CHS", + "Subtitle_CHT", + "Chapter", + "Output" + ], + + "1": { + "ProcessType": "Copy", + "Subtitle_CHS": "%Subtitle_CHS%", + "Subtitle_CHT": "%Subtitle_CHT%", + "Audio": "FromTargetVideo", + "Chapter": "%Chapter%", + "Output": "%Output[0]%" + } +} \ No newline at end of file diff --git a/Preset/SubTask/5.json b/Preset/SubTask/5.json new file mode 100644 index 0000000..16d2d96 --- /dev/null +++ b/Preset/SubTask/5.json @@ -0,0 +1,42 @@ +{ + + "Description": "简体内嵌+繁体内嵌[AVC-8bit][720p@23.976fps AAC]", + + "SubTaskNum": 2, + + "Receive": [ + "Subtitle_CHS", + "Subtitle_CHT", + "Chapter", + "Output" + ], + + "1": { + "ProcessType": "Subtitle", + "VideoFormat": "AVC", + "VideoPixelFormat": "yuv420p8bit", + "VideoResolution": "720", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "SubtitleForm": "Render", + "Subtitle_CHS": "%Subtitle_CHS%", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Chapter": "%Chapter%", + "Output": "%Output[0]%" + }, + "2": { + "ProcessType": "Subtitle", + "VideoFormat": "AVC", + "VideoPixelFormat": "yuv420p8bit", + "VideoResolution": "720", + "VideoAspectRatio": "16:9", + "VideoFrameRate": "24000/1001", + "SubtitleForm": "Render", + "Subtitle_CHT": "%Subtitle_CHT%", + "Audio": "FromTargetVideo", + "AudioFormat": "AAC", + "Chapter": "%Chapter%", + "Output": "%Output[1]%" + } +} \ No newline at end of file diff --git a/Preset/VideoFilterPreset.json b/Preset/VideoFilterPreset.json new file mode 100644 index 0000000..ca0d7c3 --- /dev/null +++ b/Preset/VideoFilterPreset.json @@ -0,0 +1,21 @@ +{ + "LR-WR": { + "FilterF3kdb": "", + "FilterNeoFft3dLowSharpen": "" + }, + "NM-WR": { + "FilterF3kdb": "" + }, + "HR-WR": { + }, + "BD": { + "FilterNeoFft3d": "", + "FilterF3kdb": "", + "FilterNeoFft3dLowSharpen": "", + "FilterNeoFft3dDehalo": "" + }, + "RAW": { + "FilterNeoFft3d": "", + "FilterF3kdb": "" + } +} \ No newline at end of file diff --git a/Temp/.keep b/Temp/.keep new file mode 100644 index 0000000..e69de29 diff --git a/_asyncio.pyd b/_asyncio.pyd new file mode 100644 index 0000000..7c24f11 Binary files /dev/null and b/_asyncio.pyd differ diff --git a/_bz2.pyd b/_bz2.pyd new file mode 100644 index 0000000..e36caf2 Binary files /dev/null and b/_bz2.pyd differ diff --git a/_ctypes.pyd b/_ctypes.pyd new file mode 100644 index 0000000..56601fa Binary files /dev/null and b/_ctypes.pyd differ diff --git a/_decimal.pyd b/_decimal.pyd new file mode 100644 index 0000000..71fc497 Binary files /dev/null and b/_decimal.pyd differ diff --git a/_elementtree.pyd b/_elementtree.pyd new file mode 100644 index 0000000..f3375dd Binary files /dev/null and b/_elementtree.pyd differ diff --git a/_hashlib.pyd b/_hashlib.pyd new file mode 100644 index 0000000..01c7af4 Binary files /dev/null and b/_hashlib.pyd differ diff --git a/_lzma.pyd b/_lzma.pyd new file mode 100644 index 0000000..6c34332 Binary files /dev/null and b/_lzma.pyd differ diff --git a/_multiprocessing.pyd b/_multiprocessing.pyd new file mode 100644 index 0000000..64b04f4 Binary files /dev/null and b/_multiprocessing.pyd differ diff --git a/_overlapped.pyd b/_overlapped.pyd new file mode 100644 index 0000000..4b69ea7 Binary files /dev/null and b/_overlapped.pyd differ diff --git a/_queue.pyd b/_queue.pyd new file mode 100644 index 0000000..dbd8eae Binary files /dev/null and b/_queue.pyd differ diff --git a/_socket.pyd b/_socket.pyd new file mode 100644 index 0000000..969dd69 Binary files /dev/null and b/_socket.pyd differ diff --git a/_ssl.pyd b/_ssl.pyd new file mode 100644 index 0000000..4e78632 Binary files /dev/null and b/_ssl.pyd differ diff --git a/_uuid.pyd b/_uuid.pyd new file mode 100644 index 0000000..82c6c87 Binary files /dev/null and b/_uuid.pyd differ diff --git a/api-ms-win-core-console-l1-1-0.dll b/api-ms-win-core-console-l1-1-0.dll new file mode 100644 index 0000000..7840baf Binary files /dev/null and b/api-ms-win-core-console-l1-1-0.dll differ diff --git a/api-ms-win-core-datetime-l1-1-0.dll b/api-ms-win-core-datetime-l1-1-0.dll new file mode 100644 index 0000000..5dfdc30 Binary files /dev/null and b/api-ms-win-core-datetime-l1-1-0.dll differ diff --git a/api-ms-win-core-debug-l1-1-0.dll b/api-ms-win-core-debug-l1-1-0.dll new file mode 100644 index 0000000..5013561 Binary files /dev/null and b/api-ms-win-core-debug-l1-1-0.dll differ diff --git a/api-ms-win-core-errorhandling-l1-1-0.dll b/api-ms-win-core-errorhandling-l1-1-0.dll new file mode 100644 index 0000000..c3ea2fc Binary files /dev/null and b/api-ms-win-core-errorhandling-l1-1-0.dll differ diff --git a/api-ms-win-core-file-l1-1-0.dll b/api-ms-win-core-file-l1-1-0.dll new file mode 100644 index 0000000..4e31e0a Binary files /dev/null and b/api-ms-win-core-file-l1-1-0.dll differ diff --git a/api-ms-win-core-file-l1-2-0.dll b/api-ms-win-core-file-l1-2-0.dll new file mode 100644 index 0000000..a68e54d Binary files /dev/null and b/api-ms-win-core-file-l1-2-0.dll differ diff --git a/api-ms-win-core-file-l2-1-0.dll b/api-ms-win-core-file-l2-1-0.dll new file mode 100644 index 0000000..a55333f Binary files /dev/null and b/api-ms-win-core-file-l2-1-0.dll differ diff --git a/api-ms-win-core-handle-l1-1-0.dll b/api-ms-win-core-handle-l1-1-0.dll new file mode 100644 index 0000000..3d66e3d Binary files /dev/null and b/api-ms-win-core-handle-l1-1-0.dll differ diff --git a/api-ms-win-core-heap-l1-1-0.dll b/api-ms-win-core-heap-l1-1-0.dll new file mode 100644 index 0000000..2317f20 Binary files /dev/null and b/api-ms-win-core-heap-l1-1-0.dll differ diff --git a/api-ms-win-core-interlocked-l1-1-0.dll b/api-ms-win-core-interlocked-l1-1-0.dll new file mode 100644 index 0000000..d097fe8 Binary files /dev/null and b/api-ms-win-core-interlocked-l1-1-0.dll differ diff --git a/api-ms-win-core-libraryloader-l1-1-0.dll b/api-ms-win-core-libraryloader-l1-1-0.dll new file mode 100644 index 0000000..b23a0f5 Binary files /dev/null and b/api-ms-win-core-libraryloader-l1-1-0.dll differ diff --git a/api-ms-win-core-localization-l1-2-0.dll b/api-ms-win-core-localization-l1-2-0.dll new file mode 100644 index 0000000..eb87605 Binary files /dev/null and b/api-ms-win-core-localization-l1-2-0.dll differ diff --git a/api-ms-win-core-memory-l1-1-0.dll b/api-ms-win-core-memory-l1-1-0.dll new file mode 100644 index 0000000..5f14ce6 Binary files /dev/null and b/api-ms-win-core-memory-l1-1-0.dll differ diff --git a/api-ms-win-core-namedpipe-l1-1-0.dll b/api-ms-win-core-namedpipe-l1-1-0.dll new file mode 100644 index 0000000..fa97b06 Binary files /dev/null and b/api-ms-win-core-namedpipe-l1-1-0.dll differ diff --git a/api-ms-win-core-processenvironment-l1-1-0.dll b/api-ms-win-core-processenvironment-l1-1-0.dll new file mode 100644 index 0000000..dee52aa Binary files /dev/null and b/api-ms-win-core-processenvironment-l1-1-0.dll differ diff --git a/api-ms-win-core-processthreads-l1-1-0.dll b/api-ms-win-core-processthreads-l1-1-0.dll new file mode 100644 index 0000000..2b90f9f Binary files /dev/null and b/api-ms-win-core-processthreads-l1-1-0.dll differ diff --git a/api-ms-win-core-processthreads-l1-1-1.dll b/api-ms-win-core-processthreads-l1-1-1.dll new file mode 100644 index 0000000..6eaae36 Binary files /dev/null and b/api-ms-win-core-processthreads-l1-1-1.dll differ diff --git a/api-ms-win-core-profile-l1-1-0.dll b/api-ms-win-core-profile-l1-1-0.dll new file mode 100644 index 0000000..5f9a61f Binary files /dev/null and b/api-ms-win-core-profile-l1-1-0.dll differ diff --git a/api-ms-win-core-rtlsupport-l1-1-0.dll b/api-ms-win-core-rtlsupport-l1-1-0.dll new file mode 100644 index 0000000..7f5a9ca Binary files /dev/null and b/api-ms-win-core-rtlsupport-l1-1-0.dll differ diff --git a/api-ms-win-core-string-l1-1-0.dll b/api-ms-win-core-string-l1-1-0.dll new file mode 100644 index 0000000..2ade913 Binary files /dev/null and b/api-ms-win-core-string-l1-1-0.dll differ diff --git a/api-ms-win-core-synch-l1-1-0.dll b/api-ms-win-core-synch-l1-1-0.dll new file mode 100644 index 0000000..2cfbe99 Binary files /dev/null and b/api-ms-win-core-synch-l1-1-0.dll differ diff --git a/api-ms-win-core-synch-l1-2-0.dll b/api-ms-win-core-synch-l1-2-0.dll new file mode 100644 index 0000000..5c368b2 Binary files /dev/null and b/api-ms-win-core-synch-l1-2-0.dll differ diff --git a/api-ms-win-core-sysinfo-l1-1-0.dll b/api-ms-win-core-sysinfo-l1-1-0.dll new file mode 100644 index 0000000..ef61b1b Binary files /dev/null and b/api-ms-win-core-sysinfo-l1-1-0.dll differ diff --git a/api-ms-win-core-timezone-l1-1-0.dll b/api-ms-win-core-timezone-l1-1-0.dll new file mode 100644 index 0000000..3fb9736 Binary files /dev/null and b/api-ms-win-core-timezone-l1-1-0.dll differ diff --git a/api-ms-win-core-util-l1-1-0.dll b/api-ms-win-core-util-l1-1-0.dll new file mode 100644 index 0000000..d16b7b7 Binary files /dev/null and b/api-ms-win-core-util-l1-1-0.dll differ diff --git a/api-ms-win-crt-conio-l1-1-0.dll b/api-ms-win-crt-conio-l1-1-0.dll new file mode 100644 index 0000000..805d624 Binary files /dev/null and b/api-ms-win-crt-conio-l1-1-0.dll differ diff --git a/api-ms-win-crt-convert-l1-1-0.dll b/api-ms-win-crt-convert-l1-1-0.dll new file mode 100644 index 0000000..6849a4a Binary files /dev/null and b/api-ms-win-crt-convert-l1-1-0.dll differ diff --git a/api-ms-win-crt-environment-l1-1-0.dll b/api-ms-win-crt-environment-l1-1-0.dll new file mode 100644 index 0000000..6b9c9cc Binary files /dev/null and b/api-ms-win-crt-environment-l1-1-0.dll differ diff --git a/api-ms-win-crt-filesystem-l1-1-0.dll b/api-ms-win-crt-filesystem-l1-1-0.dll new file mode 100644 index 0000000..430331d Binary files /dev/null and b/api-ms-win-crt-filesystem-l1-1-0.dll differ diff --git a/api-ms-win-crt-heap-l1-1-0.dll b/api-ms-win-crt-heap-l1-1-0.dll new file mode 100644 index 0000000..7247858 Binary files /dev/null and b/api-ms-win-crt-heap-l1-1-0.dll differ diff --git a/api-ms-win-crt-locale-l1-1-0.dll b/api-ms-win-crt-locale-l1-1-0.dll new file mode 100644 index 0000000..d71c6c2 Binary files /dev/null and b/api-ms-win-crt-locale-l1-1-0.dll differ diff --git a/api-ms-win-crt-math-l1-1-0.dll b/api-ms-win-crt-math-l1-1-0.dll new file mode 100644 index 0000000..ad2f7d2 Binary files /dev/null and b/api-ms-win-crt-math-l1-1-0.dll differ diff --git a/api-ms-win-crt-process-l1-1-0.dll b/api-ms-win-crt-process-l1-1-0.dll new file mode 100644 index 0000000..c23ef80 Binary files /dev/null and b/api-ms-win-crt-process-l1-1-0.dll differ diff --git a/api-ms-win-crt-runtime-l1-1-0.dll b/api-ms-win-crt-runtime-l1-1-0.dll new file mode 100644 index 0000000..3e53523 Binary files /dev/null and b/api-ms-win-crt-runtime-l1-1-0.dll differ diff --git a/api-ms-win-crt-stdio-l1-1-0.dll b/api-ms-win-crt-stdio-l1-1-0.dll new file mode 100644 index 0000000..bd3852b Binary files /dev/null and b/api-ms-win-crt-stdio-l1-1-0.dll differ diff --git a/api-ms-win-crt-string-l1-1-0.dll b/api-ms-win-crt-string-l1-1-0.dll new file mode 100644 index 0000000..1e16a4c Binary files /dev/null and b/api-ms-win-crt-string-l1-1-0.dll differ diff --git a/api-ms-win-crt-time-l1-1-0.dll b/api-ms-win-crt-time-l1-1-0.dll new file mode 100644 index 0000000..3107f09 Binary files /dev/null and b/api-ms-win-crt-time-l1-1-0.dll differ diff --git a/api-ms-win-crt-utility-l1-1-0.dll b/api-ms-win-crt-utility-l1-1-0.dll new file mode 100644 index 0000000..5b08a2f Binary files /dev/null and b/api-ms-win-crt-utility-l1-1-0.dll differ diff --git a/concrt140.dll b/concrt140.dll new file mode 100644 index 0000000..8345e98 Binary files /dev/null and b/concrt140.dll differ diff --git a/ffi.dll b/ffi.dll new file mode 100644 index 0000000..b8594cf Binary files /dev/null and b/ffi.dll differ diff --git a/libbz2.dll b/libbz2.dll new file mode 100644 index 0000000..1db444c Binary files /dev/null and b/libbz2.dll differ diff --git a/libcrypto-3-x64.dll b/libcrypto-3-x64.dll new file mode 100644 index 0000000..6efb426 Binary files /dev/null and b/libcrypto-3-x64.dll differ diff --git a/liblzma.dll b/liblzma.dll new file mode 100644 index 0000000..9f66433 Binary files /dev/null and b/liblzma.dll differ diff --git a/libssl-3-x64.dll b/libssl-3-x64.dll new file mode 100644 index 0000000..03e26e6 Binary files /dev/null and b/libssl-3-x64.dll differ diff --git a/msvcp140.dll b/msvcp140.dll new file mode 100644 index 0000000..a4ec72e Binary files /dev/null and b/msvcp140.dll differ diff --git a/psutil/_psutil_windows.pyd b/psutil/_psutil_windows.pyd new file mode 100644 index 0000000..94aae23 Binary files /dev/null and b/psutil/_psutil_windows.pyd differ diff --git a/pyexpat.pyd b/pyexpat.pyd new file mode 100644 index 0000000..cd7f057 Binary files /dev/null and b/pyexpat.pyd differ diff --git a/python3.dll b/python3.dll new file mode 100644 index 0000000..781898e Binary files /dev/null and b/python3.dll differ diff --git a/python311.dll b/python311.dll new file mode 100644 index 0000000..984b258 Binary files /dev/null and b/python311.dll differ diff --git a/select.pyd b/select.pyd new file mode 100644 index 0000000..e171306 Binary files /dev/null and b/select.pyd differ diff --git a/svp.exe b/svp.exe new file mode 100644 index 0000000..3bdd64f Binary files /dev/null and b/svp.exe differ diff --git a/ucrtbase.dll b/ucrtbase.dll new file mode 100644 index 0000000..90bd467 Binary files /dev/null and b/ucrtbase.dll differ diff --git a/ujson.pyd b/ujson.pyd new file mode 100644 index 0000000..58edfd4 Binary files /dev/null and b/ujson.pyd differ diff --git a/unicodedata.pyd b/unicodedata.pyd new file mode 100644 index 0000000..c528dbc Binary files /dev/null and b/unicodedata.pyd differ diff --git a/vcruntime140.dll b/vcruntime140.dll new file mode 100644 index 0000000..4d21df8 Binary files /dev/null and b/vcruntime140.dll differ diff --git a/vcruntime140_1.dll b/vcruntime140_1.dll new file mode 100644 index 0000000..3a48b5b Binary files /dev/null and b/vcruntime140_1.dll differ diff --git a/zlib.dll b/zlib.dll new file mode 100644 index 0000000..70b5f3d Binary files /dev/null and b/zlib.dll differ