VideoHelp Forum




+ Reply to Thread
Results 1 to 12 of 12
  1. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Hi!

    I tried to encode this dvd but I couldn't handle it, here is the video sample:

    Thanks in advance!
    Image Attached Files
    Quote Quote  
  2. Member
    Join Date
    May 2014
    Location
    Memphis TN, US
    Search PM
    Encode it to what? The m2v is already encoded as MPEG2.
    - My sister Ann's brother
    Quote Quote  
  3. Member Bernix's Avatar
    Join Date
    Apr 2016
    Location
    Europe
    Search Comp PM
    It seems to have some troubles with AR or pixel AR. When played in VLC in full screen it is small screen surrounded with black bars on every side, played in potplayer, with recommended AR it is like 4:1 aspect ratio in full screen.
    Is that the problem?

    Bernix
    Quote Quote  
  4. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Originally Posted by LMotlow View Post
    Encode it to what? The m2v is already encoded as MPEG2.
    I just want to encode it into MKV using x264 CLI but I couldn't figure out whether to do Inverse Telecine or deinterlace it
    Quote Quote  
  5. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Originally Posted by Bernix View Post
    It seems to have some troubles with AR or pixel AR. When played in VLC in full screen it is small screen surrounded with black bars on every side, played in potplayer, with recommended AR it is like 4:1 aspect ratio in full screen.
    Is that the problem?

    Bernix
    No, thank you! just encoding issue
    Quote Quote  
  6. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    mkv is just a container. what specs are you trying to encode to? mp4 with aac, or something else?
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  7. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    encode to mp4 resize to 640x480 for square pixels. use yadif to deinterlace. vidcoder is free and can do it easily.
    Image Attached Files
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  8. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Originally Posted by aedipuss View Post
    mkv is just a container. What specs are you trying to encode to? Mp4 with aac, or something else?
    mkv
    Quote Quote  
  9. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Originally Posted by aedipuss View Post
    encode to mp4 resize to 640x480 for square pixels. use yadif to deinterlace. vidcoder is free and can do it easily.
    This is my script, don't know if it's correct :

    PHP Code:
    TFM().TDecimate()
    TDeint(order=-1)
    Tweak(hue=0.0sat=0.80bright=-5cont=1.0coring=truesse=false)
    Levels(01.0002550255coring=True)
    Crop(10102, -2, -96


    I don't use vidcoder or Handbreak just Avisynth to deal with this issue :

    Image
    [Attachment 44313 - Click to enlarge]
    Last edited by TeNSoR; 3rd Jan 2018 at 17:20.
    Quote Quote  
  10. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    again there is no encoding to mkv. it's only a container. there is no such thing as mkv video or audio. have fun i'm done.
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  11. Member
    Join Date
    May 2014
    Location
    Memphis TN, US
    Search PM
    Originally Posted by TeNSoR View Post
    Originally Posted by aedipuss View Post
    encode to mp4 resize to 640x480 for square pixels. use yadif to deinterlace. vidcoder is free and can do it easily.
    This is my script, don't know if it's correct :

    PHP Code:
    TFM().TDecimate()
    TDeint(order=-1)
    Tweak(hue=0.0sat=0.80bright=-5cont=1.0coring=truesse=false)
    Levels(01.0002550255coring=True)
    Crop(10102, -2, -96
    Nope.

    This is film based, frame-blended progressive for 29.97fps and encoded as interlaced. Original speed was either 24fps or 23.976 (I chose the latter, looked more natural in motion).

    Code:
    QTGMC(preset="super fast",border=true)
    sRestore(frate=25)
    Spline36Resize(640,height)
    AssumeFPS(24000,1001)
    - My sister Ann's brother
    Quote Quote  
  12. Member TeNSoR's Avatar
    Join Date
    Mar 2014
    Location
    Hungary, Debrecen
    Search PM
    Originally Posted by LMotlow View Post
    Originally Posted by TeNSoR View Post
    Originally Posted by aedipuss View Post
    encode to mp4 resize to 640x480 for square pixels. use yadif to deinterlace. vidcoder is free and can do it easily.
    This is my script, don't know if it's correct :

    PHP Code:
    TFM().TDecimate()
    TDeint(order=-1)
    Tweak(hue=0.0sat=0.80bright=-5cont=1.0coring=truesse=false)
    Levels(01.0002550255coring=True)
    Crop(10102, -2, -96
    Nope.

    This is film based, frame-blended progressive for 29.97fps and encoded as interlaced. Original speed was either 24fps or 23.976 (I chose the latter, looked more natural in motion).

    Code:
    QTGMC(preset="super fast",border=true)
    sRestore(frate=25)
    Spline36Resize(640,height)
    AssumeFPS(24000,1001)
    Thank you so much!
    Quote Quote  



Similar Threads

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