VideoHelp Forum




+ Reply to Thread
Results 1 to 13 of 13
  1. Member
    Join Date
    Feb 2011
    Location
    Italy
    Search PM
    Hi all.

    I use my standalone player to play AVI vids taken from the net and never had any problem. Recentely I had to encode my own videos, but I keep running into this problem: whenever my standalone player plays my videos they present a lot of dancing horizontal stripes. Here are some photos of them:

    Click image for larger version

Name:	Immag0458_resize.jpg
Views:	517
Size:	70.7 KB
ID:	9739Click image for larger version

Name:	Immag0459_resize.jpg
Views:	569
Size:	81.2 KB
ID:	9740Click image for larger version

Name:	Immag0460_resize.jpg
Views:	613
Size:	71.6 KB
ID:	9741Click image for larger version

Name:	Immag0461_resize.jpg
Views:	551
Size:	77.1 KB
ID:	9742Click image for larger version

Name:	Immag0462_resize.jpg
Views:	508
Size:	86.7 KB
ID:	9743

    The stripes DO NOT show up if playing the videos on my computer, for example with Windows Media Player or VLC. They just show up on my standalone player.

    I tried to encode my videos using ffdshow, then I tried XVid, and I tried to fiddle with their settings, but all to no avail. The stripes are always there. Sometimes I can get rid of them by clicking several times on the play/pause button of the standalone player, sometimes they just won't go away.

    They DO NOT appear if playing a third-party vid, for example AVI videos downloaded from the net

    Any suggestion on how to encode my videos to get rid of them?

    Thanks
    Davide
    Quote Quote  
  2. Post a MediaInfo report of one of the files.
    Quote Quote  
  3. Member
    Join Date
    Feb 2011
    Location
    Italy
    Search PM
    Here it is:

    General
    Complete name : C:\masterchef8.avi
    Format : AVI
    Format/Info : Audio Video Interleave
    File size : 130 MiB
    Duration : 15mn 45s
    Overall bit rate : 1 149 Kbps
    Writing library : VirtualDub build 32842/release

    Video
    ID : 0
    Format : MPEG-4 Visual
    Format profile : Advanced Simple@L5
    Format settings, BVOP : 2
    Format settings, QPel : No
    Format settings, GMC : No warppoints
    Format settings, Matrix : Default (H.263)
    Muxing mode : Packed bitstream
    Codec ID : XVID
    Codec ID/Hint : XviD
    Duration : 15mn 45s
    Bit rate : 1 011 Kbps
    Width : 864 pixels
    Height : 480 pixels
    Display aspect ratio : 16:9
    Frame rate : 25.000 fps
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Scan type : Progressive
    Compression mode : Lossy
    Bits/(Pixel*Frame) : 0.098
    Stream size : 114 MiB (88%)
    Writing library : XviD 64

    Audio
    ID : 1
    Format : MPEG Audio
    Format version : Version 1
    Format profile : Layer 3
    Mode : Joint stereo
    Mode extension : MS Stereo
    Codec ID : 55
    Codec ID/Hint : MP3
    Duration : 15mn 45s
    Bit rate mode : Constant
    Bit rate : 128 Kbps
    Channel(s) : 2 channels
    Sampling rate : 44.1 KHz
    Compression mode : Lossy
    Stream size : 14.4 MiB (11%)
    Alignment : Split accross interleaves
    Interleave, duration : 40 ms (1.00 video frame)
    Interleave, preload duration : 501 ms


    The following one, instead, is from a file who plays without problems

    General
    Complete name : D:\MCUS02\masterchef.us.201.hdtv-lol.avi
    Format : AVI
    Format/Info : Audio Video Interleave
    File size : 349 MiB
    Duration : 42mn 1s
    Overall bit rate mode : Variable
    Overall bit rate : 1 161 Kbps
    Writing application : Lavf53.2.0

    Video
    ID : 0
    Format : MPEG-4 Visual
    Format profile : Advanced Simple@L5
    Format settings, BVOP : 2
    Format settings, QPel : No
    Format settings, GMC : No warppoints
    Format settings, Matrix : Default (H.263)
    Codec ID : XVID
    Codec ID/Hint : XviD
    Duration : 42mn 1s
    Bit rate : 1 024 Kbps
    Width : 624 pixels
    Height : 352 pixels
    Display aspect ratio : 16:9
    Frame rate : 23.976 fps
    Color space : YUV
    Chroma subsampling : 4:2:0
    Bit depth : 8 bits
    Scan type : Progressive
    Compression mode : Lossy
    Bits/(Pixel*Frame) : 0.195
    Stream size : 308 MiB (88%)
    Writing library : XviD 1.2.1 (UTC 2008-12-04)

    Audio
    ID : 1
    Format : MPEG Audio
    Format version : Version 1
    Format profile : Layer 3
    Mode : Joint stereo
    Mode extension : MS Stereo
    Codec ID : 55
    Codec ID/Hint : MP3
    Duration : 42mn 1s
    Bit rate mode : Variable
    Bit rate : 124 Kbps
    Channel(s) : 2 channels
    Sampling rate : 48.0 KHz
    Compression mode : Lossy
    Stream size : 37.2 MiB (11%)
    Alignment : Aligned on interleaves
    Interleave, duration : 24 ms (0.58 video frame)




    I already tried to disable the Packing bitstream option but the stripes still show up.
    Last edited by deadp0et; 22nd Nov 2011 at 17:18.
    Quote Quote  
  4. maybe your standalone has problems with the width > 720 ? Try a small test encoding to smaller dimensions
    Quote Quote  
  5. Member
    Join Date
    Feb 2011
    Location
    Italy
    Search PM
    No, I have already tried encoding a file whose width is 624 and the stripes did show up all the same.
    Quote Quote  
  6. Are you sure? I don't see anything else unusual. The only other major difference is the 25 fps vs 23.976. But every player I've seen plays both.
    Quote Quote  
  7. Writing library : XviD 64
    What is this?

    Try 32bit xvid in vdub
    Quote Quote  
  8. Member
    Join Date
    Feb 2011
    Location
    Italy
    Search PM
    Originally Posted by jagabo View Post
    Are you sure?
    No I was mistaken. You are right! The video I thought was 624 pixel wide, had actually a width of 852.

    I think you nailed it!

    Tomorrow I'll make a test reducing the width of my files and let you all know.

    Thanks
    Davide


    PS: I don'k know why that XviD 64 tag, that was actually the 32bit vdub
    Last edited by deadp0et; 22nd Nov 2011 at 17:38.
    Quote Quote  
  9. Member
    Join Date
    Feb 2011
    Location
    Italy
    Search PM
    Ok made a test and encoded one file < 720 width.
    Then played on my standalone player.
    Result: no stripes whatsoever! :P

    Thanks guys, thanks for your help.

    Ciao from Italy,
    Davide
    Quote Quote  
  10. Glad it worked out. That was a very unusual symptom though.
    Quote Quote  
  11. @deadpOet

    Glad to know that you figured-out and it worked.
    The problem was
    Width : 864 pixels <----- should be equal or less than 720px for stand-alone DVD players.
    Height : 480 pixels <----- should be equal or less than 480px for stand-alone DVD players.

    hope you are in Italy which follows DVB-T or DVB-T2 standards for bradcast.
    so your final encode must not exceed 720X480i@29.97FPS NTSC-SD SPECS for DVD Players.
    and must not exceed 1920X1080i@30.00FPS NTSC-HD SPECS for BD Players.
    PC Monitor will play and rescale anything within certain limits.
    Quote Quote  
  12. Member
    Join Date
    Feb 2011
    Location
    Italy
    Search PM
    Ok. Thanks again.
    Quote Quote  
  13. Most player can handle up to 576 lines tall because that's the PAL standard. A quick experiment will tell you for sure about your player.
    Quote Quote  



Similar Threads

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