Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > (HD) DVD & Blu-ray authoring

Reply
 
Thread Tools Search this Thread Display Modes
Old 17th November 2012, 13:05   #941  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Quote:
Originally Posted by Eseninzhiv View Post
how to use a plugin to create the raw video streams (left, right) in the format YUY2?
ldecod
BioMvc
It's old now and paying (BioMvc)
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 17th November 2012 at 13:53.
frencher is offline   Reply With Quote
Old 17th November 2012, 14:00   #942  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Jeeez other soft Huuuuuu
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.
frencher is offline   Reply With Quote
Old 17th November 2012, 15:45   #943  |  Link
Eseninzhiv
Registered User
 
Join Date: Jun 2012
Posts: 52
the best option

BioMvc paying?

Left_EYE.avs
Quote:
DirectshowSource("C:\left.m2ts", fps=23.976, framecount=181762, audio=false)
ConvertToYUY2().AssumeFPS(24000,1001)
Right_EYE.avs
Quote:
LoadPlugin("C:\bioMVC.dll")
right=bioMVCH264Plugin("C:\bioMVC.set",xxxxxx).assumefps(24000, 1001)
comb=right
return comb
bioMVC.set
Quote:
InputFile = "C:\left.h264"
InputFile2 = "C:\right.h264"
FileFormat = 0
POCScale = 1
DisplayDecParams = 1
ConcealMode = 0
RefPOCGap = 2
POCGap = 2
IntraProfileDeblocking = 1
DecFrmNum = 0
create the raw video streams (left, right)
one problem, I do not like
bioMVC.dll creates the right raw stream format YV12, i can not change that
I need YUY2 or .yuv
BioMvc
anybody can help to change the output format of the right stream?

Last edited by Eseninzhiv; 17th November 2012 at 16:23.
Eseninzhiv is offline   Reply With Quote
Old 17th November 2012, 16:06   #944  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Can you upload BioMvc.rar elsewhere?
__________________
r0lZ
PgcEdit homepage (hosted by VideoHelp)
BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV
r0lZ is offline   Reply With Quote
Old 17th November 2012, 18:35   #945  |  Link
Eseninzhiv
Registered User
 
Join Date: Jun 2012
Posts: 52
Now see what filters using MVC to AVI Converter



post Betaboy from CoreCodec Founder from 2nd May 2012
Quote:
Quote:
And whar about CoreMVC? I know it will be a different product but what's the reason for the delay? Is it technical or licensing issues?
CoreMVC 3D has been available for OEM/Developer licensing for over a year now. As far as a consumer decoder however we felt it was more important to get the last remaining features in CoreAVC before releasing it since its 99% based on it.

So we'll continue our non consumer CoreMVC 3D licensing for now and revisit the consumer directshow filter after 4:2:2 is added in v3.5 (Noting my previous post that we are jumping to v3.5 after v3.1 when we add 4:2:2.).
will wait
Eseninzhiv is offline   Reply With Quote
Old 18th November 2012, 00:01   #946  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Quote:
Originally Posted by Eseninzhiv View Post
the best option

BioMvc paying?

Left_EYE.avs


Right_EYE.avs


bioMVC.set


create the raw video streams (left, right)
one problem, I do not like
bioMVC.dll creates the right raw stream format YV12, i can not change that
I need YUY2 or .yuv
BioMvc
anybody can help to change the output format of the right stream?
3DBDBuster from http://www.biohemmet.se is the owner of bioMVC.dll
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.
frencher is offline   Reply With Quote
Old 18th November 2012, 04:26   #947  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
@Neisklar

Is it possible to add the "Decombine" in your program "CombineMVC.exe" ?
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 18th November 2012 at 05:06.
frencher is offline   Reply With Quote
Old 19th November 2012, 13:23   #948  |  Link
Eseninzhiv
Registered User
 
Join Date: Jun 2012
Posts: 52
Quote:
Is it possible to add the "Decombine" in your program "CombineMVC.exe" ?
why do you need it?
Eseninzhiv is offline   Reply With Quote
Old 22nd November 2012, 03:09   #949  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
@Eseninzhiv
Quote:
Originally Posted by Eseninzhiv View Post
why do you need it?
Just to get the flow in case of need and in case of future upgrade of SSIFSOURCE, DirectShowMVCSource, etc...
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.
frencher is offline   Reply With Quote
Old 25th November 2012, 01:43   #950  |  Link
samfednik
Registered User
 
Join Date: Aug 2011
Posts: 17
2Neisklar
2slavanap
Hi, is there any work on your own plugin MVC?
Maybe you can do until the plugin based on DirectShow filters from Sonic (Mainconcept)?
I tried to extract using graphedit raw YUV stream (or lossles compression), and it is interesting that the right thread, too, like CoreMVC.dll extracted by 1 frame less than the present in it. This similarity - rather strange...
But plus DirectShow filters from Sonic (Mainconcept) that they understand raw .h264
Ie we can extract eac3to continuous left/right h264 stream of the film mpls, when the film is divided into several SSIF.

Tested on MiB3 - results:
eac3to v3.24
command line: eac3to.exe p:\BDMV\PLAYLIST\00800.mpls 2:Left1.h264 3:Right1.h264
------------------------------------------------------------------------------
M2TS, 2 video tracks, 7 audio tracks, 6 subtitle tracks, 1:45:49, 24p /1.001
1: Chapters, 16 chapters
2: h264/AVC (left eye), 1080p24 /1.001 (16:9)
3: h264/AVC (right eye), 1080p24 /1.001 (16:9)
4: DTS Master Audio, English, 5.1 channels, 16 bits, 48kHz
(core: DTS, 5.1 channels, 16 bits, 1509kbps, 48kHz)
5: AC3, Hindi, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
6: AC3, Kazakh, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
7: AC3, Russian, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
8: AC3, Tamil, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
9: AC3, Telugu, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
10: AC3, Ukrainian, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
11: Subtitle (PGS), English
12: Subtitle (PGS), Estonian
13: Subtitle (PGS), Hindi
14: Subtitle (PGS), Latvian
15: Subtitle (PGS), Lithuanian
16: Subtitle (PGS), Russian
[v02] Extracting video track number 2...
[v03] Extracting video track number 3...
[v03] Creating file "Right1.h264"...
[v02] Creating file "Left1.h264"...
Video track 2 contains 152232 frames.
Video track 3 contains 152232 frames.
eac3to processing took 21 minutes, 50 seconds.
Done.


Extracted (right eye) just like that, because the filters protections from the AVI mux:


The final video for the right eye turned by 1 frame less = 152231 frames, which is not so bad.
The left eye can be indexed DGindex, shorter use the old methods for AVC encoding.
samfednik is offline   Reply With Quote
Old 26th November 2012, 03:47   #951  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Quote:
Originally Posted by Eseninzhiv View Post
why do you need it?
For this problem
Download
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.
frencher is offline   Reply With Quote
Old 26th November 2012, 05:51   #952  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
MVC Player Free - Tutorial

The download is in my signature...
Small tool for very fast preview and recode your 3D video files
Install Avisynth (min AVS 2.6.0 Alpha 5 [130918]) and latest ffdshow for perfect works
Fix for: View/Resizing/Do not resize ffdshow video decoder choose all supported format

Extract and run directly MVC Player Free.exe or play associated file with MVC Player Free.exe

/!\ It is strongly recommended to work from an iso and unencrypted
Use Virtual Drive for Play and Recode if difficutly on the fly with BD-ROM drive with index.bdmv and .mpls files...just select one file from playlist.



Drag and drop your file to "MVC Player Free"...



...or use "Open File" (CTRL+O).


If you have this error with audio tracks, try this. (uNicAudio.dll + Source Code.rar for update "DirectShowMVCSource.dll")


Your choice can be seen and re-encoded


By default, resize of video is 1920x1080p.
Preview may not work if more than 1920x1080p but re-encoding is not a problem.


You can export Preview.avs to .h264 and .yuv
If re-encoding does not start is that "avisynth" does not support more than 7 .m2ts or .ssif in a playlist.
To do this you must:
- Demuxing your stream with eac3to
- Combine with CombineMVC (left and right eye)
- Remux the file .ts .mts .m2ts
- Open the resulting file (.ts .mts .m2ts) with MVC Player Free


All suggestions are welcome
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 14th November 2013 at 01:49. Reason: Tutorial
frencher is offline   Reply With Quote
Old 27th November 2012, 06:32   #953  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
"MVC Player v0.0.0.2" In my signature...

Extract and run MVC Player.cmd
Code:
# Remove mplayer for windows api to increase speed
# Added commands: Load, Play, Pause, Stop
# Quick Edit File "AVS"
# Display the elapsed time and total time
# Display the status of "MVC Player"
# The full screen is now supported (double click)
# Suppression of the controls for a more convenient preview
# The real-time resizing the window now possible
# Reduced file size
Should now be able to synchronize the audio (ac3, dts, etc) and subtitles (PGS. Sup,. Srt, etc) in the AVS for proper rendering.
If someone idea I'm interested

@Neisklar
Very nice works for CombineMVC.exe.
Pending news
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 27th November 2012 at 06:44.
frencher is offline   Reply With Quote
Old 28th November 2012, 05:48   #954  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
I did some tests but I do not know much about the Avisynth filters ...
I still managed to read the video and audio but only outside the "mts".
If you have a better solution with other filter(s) to read directly from the file "mts", which you must choose it and what is the avisynth code.

Attached:
- MVC Player v0.0.0.2 Video + Audio Test 1.rar
Run MVC Player.cmd and Load

- uNicAudio.dll + Source Code.rar
Audio filter of my test

The possibility of "Seek" will be added in the next version of the interface
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.
frencher is offline   Reply With Quote
Old 28th November 2012, 07:10   #955  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
"MVC Player v0.0.0.3" In my signature...
Don't look the design of player

Extract and run MVC Player.cmd or play associated file with MVC Player.exe
Code:
# Play now with Audio (DirectShow) temporary
# The association is now possible with MVC Player.exe with (mts, mp4, ssif, etc...)
# Full control (volume, seek, mute) are ready just don't use "Play" of interface only button "Load"
Should now be able to synchronize the audio without Direct Show filters (ac3, dts, etc) and subtitles (PGS. Sup,. Srt, etc) in the AVS for proper rendering.
If someone idea I'm interested.
Knowledge is only if it is shared
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 29th November 2012 at 05:40.
frencher is offline   Reply With Quote
Old 29th November 2012, 05:22   #956  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
"MVC Player v0.0.0.4" In my signature...

Extract and run MVC Player.cmd or play associated file with MVC Player.exe
Code:
# Ability to enable or disable the audio track (some audio may be difficult with DirectShow, me DTS Tracks)
# Save the size of the window leaving MVC Player
# Some fixes
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 29th November 2012 at 05:40.
frencher is offline   Reply With Quote
Old 29th November 2012, 20:52   #957  |  Link
Wolfy59
Registered User
 
Join Date: Oct 2011
Posts: 54
Quote:
Originally Posted by samfednik View Post
2Neisklar
2slavanap
Hi, is there any work on your own plugin MVC?
Maybe you can do until the plugin based on DirectShow filters from Sonic (Mainconcept)?
I tried to extract using graphedit raw YUV stream (or lossles compression), and it is interesting that the right thread, too, like CoreMVC.dll extracted by 1 frame less than the present in it. This similarity - rather strange...
But plus DirectShow filters from Sonic (Mainconcept) that they understand raw .h264
Ie we can extract eac3to continuous left/right h264 stream of the film mpls, when the film is divided into several SSIF.

Tested on MiB3 - results:
eac3to v3.24
command line: eac3to.exe p:\BDMV\PLAYLIST\00800.mpls 2:Left1.h264 3:Right1.h264
------------------------------------------------------------------------------
M2TS, 2 video tracks, 7 audio tracks, 6 subtitle tracks, 1:45:49, 24p /1.001
1: Chapters, 16 chapters
2: h264/AVC (left eye), 1080p24 /1.001 (16:9)
3: h264/AVC (right eye), 1080p24 /1.001 (16:9)
4: DTS Master Audio, English, 5.1 channels, 16 bits, 48kHz
(core: DTS, 5.1 channels, 16 bits, 1509kbps, 48kHz)
5: AC3, Hindi, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
6: AC3, Kazakh, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
7: AC3, Russian, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
8: AC3, Tamil, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
9: AC3, Telugu, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
10: AC3, Ukrainian, 5.1 channels, 640kbps, 48kHz, dialnorm: -27dB
11: Subtitle (PGS), English
12: Subtitle (PGS), Estonian
13: Subtitle (PGS), Hindi
14: Subtitle (PGS), Latvian
15: Subtitle (PGS), Lithuanian
16: Subtitle (PGS), Russian
[v02] Extracting video track number 2...
[v03] Extracting video track number 3...
[v03] Creating file "Right1.h264"...
[v02] Creating file "Left1.h264"...
Video track 2 contains 152232 frames.
Video track 3 contains 152232 frames.
eac3to processing took 21 minutes, 50 seconds.
Done.


Extracted (right eye) just like that, because the filters protections from the AVI mux:

The final video for the right eye turned by 1 frame less = 152231 frames, which is not so bad.
The left eye can be indexed DGindex, shorter use the old methods for AVC encoding.
Hi all I can t connect smart tee to lagarith losseless codec
is there something to change before connect the two filters ?
Thanks
Wolfy59 is offline   Reply With Quote
Old 30th November 2012, 09:49   #958  |  Link
Eseninzhiv
Registered User
 
Join Date: Jun 2012
Posts: 52
@frencher
thanks a lot!
you can add a function to converting in uncompressed AVI and YUV?
certainly better YUV, since avi is able to do MVC to AVI Converter

a paid solution, but there's no 3D support
YUV Convert

Last edited by Eseninzhiv; 30th November 2012 at 09:53.
Eseninzhiv is offline   Reply With Quote
Old 1st December 2012, 00:56   #959  |  Link
frencher
French Love
 
Join Date: Oct 2008
Location: France
Posts: 456
Use this AVS Script with avs2avi.exe
You can still download it from moitah's own domain though

Why don't use x264 lossless ? -qp 0
Code:
LoadPlugin ("DirectShowMVCSource.dll")
File   = "Video_Source.mts"
Left   = DirectShowMVCSource(File, decodeleft=TRUE)
Right  = DirectShowMVCSource(File)
Video  = StackHorizontal(Left, Right).BicubicResize(1920,1080).AssumeFPS(24000, 1001).ConvertToYV12()
Return Video
__________________
2013-11-29 MVC Player Free v0.0.2.6 BD & 3D BD's Player, Demuxer v0.0.0.8b, Recoder. Tutorial
Demo for MVC Player Free: Trailer 3D

3DBD's Free - v0.0.0.0005.exe Old

Programing free for all.

Last edited by frencher; 1st December 2012 at 01:06.
frencher is offline   Reply With Quote
Old 3rd December 2012, 19:32   #960  |  Link
Eseninzhiv
Registered User
 
Join Date: Jun 2012
Posts: 52
I do not need AVI
this makes the MVC to AVI Converter

I would like to receive from the SSIF --> two files with the extension YUV (4:2:0 planar)
a paid solution, but there's no 3D support
YUV Convert
Eseninzhiv is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 09:33.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.