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. |
![]() |
#23 | Link | ||||
Registered User
Join Date: Nov 2005
Posts: 583
|
Quote:
Quote:
Quote:
Quote:
|
||||
![]() |
![]() |
![]() |
#24 | Link |
Registered User
Join Date: Dec 2002
Posts: 5,565
|
1. Correct your script:
VideoStacked = StackHorizontal(VideoLeft, VideoRight) ConvertToYV12(VideoStacked) AssumeFPS(60000, 1001) 2. Define frame packing x264 --frame-packing 3 -o 700.mkv 3d700.avs Whether your player supports this kind of file is a hole different story, though. |
![]() |
![]() |
![]() |
#25 | Link | |
Registered User
Join Date: Nov 2005
Posts: 583
|
Quote:
Same problem, output is 113KB and took just a few seconds. Code:
VideoLeft = directshowsource("D:\3D\left.mts", audio=false) VideoRight = directshowsource("D:\3D\right.mts", audio=false) VideoStacked = StackHorizontal(VideoLeft, VideoRight) ConvertToYV12(VideoStacked) AssumeFPS(60000, 1001) Code:
D:\3D>x264 --frame-packing 3 -o 700.mkv 3d700.avs avs [info]: 3840x1080p 0:0 @ 60000/1001 fps (cfr) x264 [info]: using cpu capabilities: MMX2 SSE2Fast SSSE3 FastShuffle SSE4.1 Cach e64 x264 [info]: profile High, level 5.1 x264 [info]: frame I:4 Avg QP:28.00 size: 814 x264 [info]: frame P:211 Avg QP:31.00 size: 131 x264 [info]: frame B:622 Avg QP:31.00 size: 125 x264 [info]: consecutive B-frames: 0.4% 0.2% 0.0% 99.4% x264 [info]: mb I I16..4: 100.0% 0.0% 0.0% x264 [info]: mb P I16..4: 0.0% 0.0% 0.0% P16..4: 0.0% 0.0% 0.0% 0.0% 0 .0% skip:100.0% x264 [info]: mb B I16..4: 0.0% 0.0% 0.0% B16..8: 0.0% 0.0% 0.0% direct: 0.0% skip:100.0% L0:-1.$% L1:-1.$% BI:-1.$% x264 [info]: 8x8 transform intra:0.0% x264 [info]: coded y,uvDC,uvAC intra: 0.0% 0.0% 0.0% inter: 0.0% 0.0% 0.0% x264 [info]: i16 v,h,dc,p: 99% 0% 1% 0% x264 [info]: i8c dc,h,v,p: 100% 0% 0% 0% x264 [info]: Weighted P-Frames: Y:0.0% UV:0.0% x264 [info]: kb/s:62.11 encoded 837 frames, 34.12 fps, 62.50 kb/s |
|
![]() |
![]() |
![]() |
#26 | Link |
Registered User
Join Date: Dec 2002
Posts: 5,565
|
Then the problem is probably in the source filters. You could try to install ffmpegsource or one of neuron's tools - test the AviSynth script in a player first to see if it's OK. If you can't succeed search/open a thread in the AviSynth usage section of this forum.
|
![]() |
![]() |
![]() |
#27 | Link | |
Registered User
Join Date: Nov 2005
Posts: 583
|
Quote:
What do I do with ffms2.dll? Copy it to the AviSynth/plugins directory or register it? Apologize for being so thick, but this is first attempt at encoding. Many thanks. |
|
![]() |
![]() |
![]() |
#28 | Link | |
Registered User
Join Date: Dec 2002
Posts: 5,565
|
Quote:
Then change script to: VideoLeft = FFVideoSource("D:\3D\left.mts") VideoRight = FFVideoSource("D:\3D\right.mts") |
|
![]() |
![]() |
![]() |
#29 | Link | |
Registered User
Join Date: Nov 2005
Posts: 583
|
Quote:
It seems that further compression has been applied. Is there a way to keep this to a minimal to preserve quality? The new 3840x1080/60p file properties: Code:
General Complete name : D:\3D\700.mkv Format : Matroska File size : 36.3 MiB Duration : 13s 981ms Overall bit rate : 21.8 Mbps Writing application : x264 r1834 a51816a Writing library : Haali Matroska Writer b0 Video ID : 1 Format : AVC Format/Info : Advanced Video Codec Format profile : High@L5.1 Format settings, CABAC : Yes Format settings, ReFrames : 4 frames Codec ID : V_MPEG4/ISO/AVC Duration : 13s 981ms Bit rate : 21.4 Mbps Width : 3 840 pixels Height : 1 080 pixels Display aspect ratio : 3.556 Frame rate : 59.940 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.086 Stream size : 35.6 MiB (98%) Writing library : x264 core 112 r1834 a51816a Encoding settings : cabac=1 / ref=3 / deblock=1:0:0 / analyse=0x3:0x113 / me=hex / subme=7 / psy=1 / psy_rd=1.00:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=1 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=6 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=3 / b_pyramid=2 / b_adapt=1 / b_bias=0 / direct=1 / weightb=1 / open_gop=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=crf / mbtree=1 / crf=23.0 / qcomp=0.60 / qpmin=0 / qpmax=51 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00 Language : English Code:
General ID : 1 (0x1) Complete name : D:\3D\left.mts Format : BDAV Format/Info : Advanced Video Codec File size : 41.6 MiB Duration : 13s 938ms Overall bit rate : 25.0 Mbps Maximum Overall bit rate : 28.0 Mbps Video ID : 4113 (0x1011) Menu ID : 1 (0x1) Format : AVC Format/Info : Advanced Video Codec Format profile : High@L4.2 Format settings, CABAC : Yes Format settings, ReFrames : 4 frames Format settings, GOP : M=3, N=30 Codec ID : 27 Duration : 13s 963ms Bit rate mode : Variable Bit rate : 23.6 Mbps Maximum bit rate : 26.0 Mbps Width : 1 920 pixels Height : 1 080 pixels Display aspect ratio : 16:9 Frame rate : 59.940 fps Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 bits Scan type : Progressive Bits/(Pixel*Frame) : 0.190 Stream size : 39.3 MiB (95%) Last edited by mariner; 16th December 2010 at 18:09. |
|
![]() |
![]() |
![]() |
#30 | Link | |
Registered User
Join Date: Mar 2005
Location: Finland
Posts: 2,641
|
Quote:
If the video is live action (not cel animation), also use --tune film |
|
![]() |
![]() |
![]() |
#34 | Link | ||
VR, 3D & HDR UHD fan
Join Date: Mar 2006
Location: Sofia, Bulgaria
Posts: 53
|
Quote:
Otherwise, as an experienced Stereo-3D (PC) gamer (and 3D-video-watcher ![]() Quote:
![]() |
||
![]() |
![]() |
![]() |
#35 | Link |
Registered User
Join Date: Nov 2004
Location: Poland
Posts: 2,869
|
What about 3D BD spec- my tests show quite often 50% saving on 2nd view. R eye is just a difference and requires much less bits than L (main) view. Very common setting can be 24Mbit for L and 12Mbit average for R eye.
Andrew |
![]() |
![]() |
![]() |
#36 | Link |
VR, 3D & HDR UHD fan
Join Date: Mar 2006
Location: Sofia, Bulgaria
Posts: 53
|
Hi, Andrew. It really depends on the content. As the stereo separation increases, the savings will get lower. Other factors may be camera misalignment, difference in focus, gamma and so on.
May I ask what MVC encoder are you using for your tests? |
![]() |
![]() |
![]() |
#37 | Link | |
Registered User
Join Date: Nov 2004
Location: Poland
Posts: 2,869
|
Quote:
Andrew |
|
![]() |
![]() |
![]() |
#39 | Link | |
Registered User
Join Date: Nov 2005
Posts: 583
|
Quote:
What is the advantage of profile 5.1 over 4,2 or 4.1? Many thanks and best regards. |
|
![]() |
![]() |
![]() |
#40 | Link | ||
Registered User
Join Date: Mar 2005
Location: Finland
Posts: 2,641
|
Quote:
Quote:
|
||
![]() |
![]() |
![]() |
Tags |
stereo-3d, stereoscopic, useless |
Thread Tools | Search this Thread |
Display Modes | |
|
|