VideoHelp Forum




+ Reply to Thread
Page 2 of 2
FirstFirst 1 2
Results 31 to 38 of 38
  1. Originally Posted by sneaker View Post
    --input-depth 16 only tells x264 that the input is 16 bit. If the input isn't actually 16 bit you will only produce garbage.

    How does the picture look in the VirtualDub preview? Are you using AviSynth? Show "File"->"File Information" and MediaInfo ("View"->"Text").
    General
    Unique ID : 118598960476052780755530409267285164455 (0x593954351C4DA86B1446E9D4298781A7)
    Complete name : C:\Users\Vladimir\Desktop\01_Album_1_Svadba.mkv
    Format : Matroska
    Format version : Version 4 / Version 2
    File size : 3.91 GiB
    Duration : 2 h 59 min
    Overall bit rate : 3 115 kb/s
    Encoded date : UTC 2018-01-23 15:55:01
    Writing application : mkvmerge v20.0.0 ('I Am The Sun') 64-bit
    Writing library : libebml v1.3.5 + libmatroska v1.4.8

    Video
    ID : 1
    Format : AVC
    Format/Info : Advanced Video Codec
    Format profile : High@L3
    Format settings : CABAC / 4 Ref Frames
    Format settings, CABAC : Yes
    Format settings, RefFrames : 4 frames
    Codec ID : V_MPEG4/ISO/AVC
    Duration : 1 h 29 min
    Bit rate : 5 715 kb/s
    Width : 720 pixels
    Height : 540 pixels
    Display aspect ratio : 4:3
    Frame rate mode : Constant
    Frame rate : 25.000 FPS
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Scan type : Progressive
    Bits/(Pixel*Frame) : 0.588
    Stream size : 3.59 GiB (92%)
    Writing library : x264 core 155 r2901 7d0ff22
    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=17 / lookahead_threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / bluray_compat=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=19.0 / qcomp=0.60 / qpmin=0 / qpmax=69 / qpstep=4 / ip_ratio=1.40 / aq=1:1.00
    Default : Yes
    Forced : No

    Audio
    ID : 2
    Format : AC-3
    Format/Info : Audio Coding 3
    Codec ID : A_AC3
    Duration : 2 h 59 min
    Bit rate mode : Constant
    Bit rate : 256 kb/s
    Channel(s) : 2 channels
    Channel positions : Front: L R
    Sampling rate : 48.0 kHz
    Frame rate : 31.250 FPS (1536 SPF)
    Bit depth : 16 bits
    Compression mode : Lossy
    Delay relative to video : 40 ms
    Stream size : 329 MiB (8%)
    Service kind : Complete Main
    Default : Yes
    Forced : No
    Quote Quote  
  2. I'm talking about MediaInfo of the source file.
    Quote Quote  
  3. Originally Posted by sneaker View Post
    I'm talking about MediaInfo of the source file.
    Let's see

    General
    Complete name : D:\MarinaVid\VHS\01_Album_1_Svadba.mkv
    Format : Matroska
    Format version : Version 1
    File size : 68.4 GiB
    Duration : 2 h 59 min
    Overall bit rate : 54.5 Mb/s
    Encoded date : UTC 2018-01-11 14:52:43
    Writing library : DirectShow Matroska Muxer
    IsTruncated : Yes

    Video
    ID : 1
    Format : HuffYUV
    Format version : Version 2
    Codec ID : V_MS/VFW/FOURCC / HFYU
    Duration : 2 h 59 min
    Width : 720 pixels
    Height : 576 pixels
    Display aspect ratio : 5:4
    Frame rate mode : Constant
    Frame rate : 25.000 FPS
    Standard : PAL
    Color space : YUV
    Chroma subsampling : 4:2:2
    Bit depth : 8 bits
    Language : English
    Default : Yes
    Forced : No

    Audio
    ID : 2
    Format : PCM
    Codec ID : A_PCM/INT/LIT
    Duration : 2 h 59 min
    Bit rate mode : Constant
    Channel(s) : 2 channels
    Sampling rate : 48.0 kHz
    Bit depth : 16 bits
    Delay relative to video : -41 ms
    Language : English
    Default : Yes
    Forced : No[
    Quote Quote  
  4. Greetings!
    Faced with another issue while converting.
    I attached pics. In first I see delay(?) in video track 85 ms. And audio delay in 40 and 40. I can't understand what does it mean, why two times? as in video track also 2 times.
    In secoon unexplored values are 0 and 0. And audio 40 ms, as i set in properties of x264. Noticed desync. What am i doing wrong?
    Thanks in advance.

    Image
    [Attachment 44492 - Click to enlarge]

    Image
    [Attachment 44493 - Click to enlarge]


    p.s. How is it possible to capture video from VHS in command line, and it is possible?
    Quote Quote  
  5. I assume first is delay from composition time 0. Second is delay relative to video delay. So audio is delayed 45ms. But because video is delayed 85ms audio actually starts 40ms before the video.
    Quote Quote  
  6. Thanks!
    But i'm using setting of mkmerge -y 0:40
    Full noticable delay...
    Please explain me what formula tu use. I have input video delay in 85 ms, and audio -40 ms.
    If two values of video is X1 and X2, audio Y1 and Y2. So what actions should I do?
    Last edited by Tarnum; 26th Jan 2018 at 03:41.
    Quote Quote  
  7. VirtualDub/AviSynth may have already gotten rid of the delay. At least that's what I would aim for when re-encoding. Can't answer without more info as requested in post #29.
    Quote Quote  
  8. Thanks a lot. But can't understand how to work witn AvySynth. In Virtual Dub no oppotunities to synchronise... Work stopped

    MediaInfo not responding on Windows opening MKV with size over 40GB
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!