VideoHelp Forum




+ Reply to Thread
Results 1 to 21 of 21
  1. Member
    Join Date
    Apr 2006
    Location
    Malaysia
    Search Comp PM
    Hi all, can someone help me?

    I'm trying to encode a video (making it a smaller size than the original that i download from internet) using Xmedia Recode 3.5.2.4. The resulting video ended with these weird jaggy horizontal effect on moving object.



    I didn't change anything from the default setting in the software other than changing the bitrate number to something smaller than the video bitrate. In this case the source video is 3000 kbps and i'm encoding it down to variable 1000kbps max to min 800kbps. The source video doesn't have this jaggy horizontal effect, but indeed it is smoother looking video than the encoded one.

    Is there something in the setting that i need to change to remove this effect? It makes it very hard to watch the video and is very visible . Help please.
    Thank you.
    Do you know why people mostly use Mac in their office?
    Because a lot of stress can lead people to jump off the "Windows".
    Quote Quote  
  2. Member
    Join Date
    Feb 2021
    Location
    127.0.0.1
    Search Comp PM
    So low bitrate is good for materials from '30-'60. Here you have dynamic scenes, it looks originally compressed in low quality, when you remove rest of data, you got this. IMO.
    Quote Quote  
  3. Member
    Join Date
    Apr 2006
    Location
    Malaysia
    Search Comp PM
    The source video have this smooth soap opera like movement even though it is only 30fps (29.970). I keep the framerate as original in the encoder.
    Most Japanese DVD from TV show does that.
    I can't find a way to keep those smooth effect in xmedia recode. Or at least just remove that jaggy horizontal lines.
    Do you know why people mostly use Mac in their office?
    Because a lot of stress can lead people to jump off the "Windows".
    Quote Quote  
  4. Cut a 30 sec part with avidemux and post it here
    Quote Quote  
  5. The video is interlaced. You need to encode it interlaced or deinterlace it before encoding it progressive.
    Quote Quote  
  6. Member
    Join Date
    Apr 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by ProWo View Post
    Cut a 30 sec part with avidemux and post it here
    here it is
    https://drive.google.com/file/d/1fd5QLnMItIlXKN4cM_Zod3fKa9wGK7A0/view?usp=sharing


    Originally Posted by jagabo View Post
    The video is interlaced. You need to encode it interlaced or deinterlace it before encoding it progressive.
    I don't know where the setting is in Xmedia Recode. I see Display mode option set as "Progressive" as default, but there's also Interlace TFF & BFF. What's the difference?
    Do you know why people mostly use Mac in their office?
    Because a lot of stress can lead people to jump off the "Windows".
    Quote Quote  
  7. Member
    Join Date
    Apr 2006
    Location
    Malaysia
    Search Comp PM
    Ummm still need some help here please?
    Quote Quote  
  8. Your link doesn't work for me. I just get a Google login page. Once I log in I have to request access.
    Quote Quote  
  9. Member
    Join Date
    Apr 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by jagabo View Post
    Your link doesn't work for me. I just get a Google login page. Once I log in I have to request access.
    Sorry about that. I fixed it now.
    Do you know why people mostly use Mac in their office?
    Because a lot of stress can lead people to jump off the "Windows".
    Quote Quote  
  10. Try this Avisynth script:
    lwlibavvideosource("O:\samples\Mecha.Mecha.Iketeru .2018-03-31.Part1.The.Final.Episode.720p.HDTV.x264.AAC.mkv" )
    TFM()
    AssumeFPS(24000,1001)
    Quote Quote  
  11. If you use TFM() you will lose half of the motion smoothness. If using AviSynth useYadif(mode=1) or QTGMC() instead.

    By the way, the video is named "720p" but it's 1440x1080i.
    Last edited by jagabo; 18th Feb 2021 at 15:54.
    Quote Quote  
  12. I just looked a XMedia Recode and it does support deinterlacing on the Filters/Preview tab. Enable the Deinterlace filter, set it toe Yadif, Bob, Temporal & Spacial Check. On the Video tab set the frame rate 59.94.
    Quote Quote  
  13. Member
    Join Date
    Apr 2006
    Location
    Malaysia
    Search Comp PM
    Originally Posted by jagabo View Post
    I just looked a XMedia Recode and it does support deinterlacing on the Filters/Preview tab. Enable the Deinterlace filter, set it toe Yadif, Bob, Temporal & Spacial Check. On the Video tab set the frame rate 59.94.
    Why 59.94? The source is 29.97. Isn't the filesize going to be huge?
    Do you know why people mostly use Mac in their office?
    Because a lot of stress can lead people to jump off the "Windows".
    Quote Quote  
  14. Originally Posted by greator View Post
    Originally Posted by jagabo View Post
    I just looked a XMedia Recode and it does support deinterlacing on the Filters/Preview tab. Enable the Deinterlace filter, set it toe Yadif, Bob, Temporal & Spacial Check. On the Video tab set the frame rate 59.94.
    Why 59.94? The source is 29.97. Isn't the filesize going to be huge?
    Interlaced video contains two separate half-pictures in each frame, called fields. This is why you see "comb" artifacts when you view them as frames. Each field is intended to be viewed separately and sequentially. So a 29.97 frame per second interlaced video is intended to be viewed as 59.94 fields per second. A "double frame rate deinterlace" turns each field into a full frame keeping all the smooth motion. If you use a "single frame rate deinterlace" you lose half the motion smoothness -- the video becomes a jerky and flickery.

    Your goal of reducing the video to 1000 kbps is ill conceived in my opinion. The video is already way over-compressed. Reducing the bitrate even more is just going to make it look worse.
    Quote Quote  
  15. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    ehh? interlaced video is supposed to be viewed on a crt with every other line scanning. the phosphors on the tube keep the previous scan line long enough for the second to be shown.

    no individual field was ever to be shown.
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  16. Originally Posted by aedipuss View Post
    ehh? interlaced video is supposed to be viewed on a crt with every other line scanning. the phosphors on the tube keep the previous scan line long enough for the second to be shown.
    If you've ever looked a high speed (hundreds of thousands of fps) photography of a CRT TV you would see that the phosphors fade almost immediately. By the time the very next scan line of the field is being drawn (about 64 microseconds later) the previous scan line has almost completely faded away. You can see it in this high speed video at about 3 minutes an 34 seconds:

    https://www.youtube.com/watch?v=3BJU2drrtCM

    Originally Posted by aedipuss View Post
    no individual field was ever to be shown.
    You're right, in a sense. Only a small portion of a single scan line was lit at any point in time. Your eyes/brain that are too slow to see that, and give the impression of a full picture.
    Last edited by jagabo; 20th Feb 2021 at 19:57.
    Quote Quote  
  17. aBigMeanie aedipuss's Avatar
    Join Date
    Oct 2005
    Location
    666th portal
    Search Comp PM
    back in the day there were short, medium, and long persistence phosphors...
    --
    "a lot of people are better dead" - prisoner KSC2-303
    Quote Quote  
  18. Originally Posted by aedipuss View Post
    back in the day there were short, medium, and long persistence phosphors...
    None of them glowed as long as a video field. Actually, some did but where not used on any TV. For example the original IBM monochrome CRT for the IBM PC use a long persistence green phosphor. It looked great with still images like looking at static text. But once the text started scrolling it was horrendous. You couldn't read anything until the scrolling stopped. I programmed on one back in those days so I was very familiar with it.
    Quote Quote  
  19. Member
    Join Date
    Apr 2006
    Location
    Malaysia
    Search Comp PM
    So I'll just do deinterlace with 60fps right?
    For "Display mode" I just keep them as 'Progressive"?
    Quote Quote  
  20. For real interlaced material (like your sample in post #6) you want 60p. But for film based material you usually want to inverse telecine back to 24p.
    Quote Quote  



Similar Threads

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