VideoHelp Forum




+ Reply to Thread
Page 2 of 3
FirstFirst 1 2 3 LastLast
Results 31 to 60 of 88
  1. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    sample.

    some xvid versions are notorious.
    if you're hitting a bitrate ceiling before you should,
    try another xvid version.
    (unless it's autogk, which you should have dropped by now anyway)

    or use lavc. i do.

    you're halfway to manual already,
    might as well, go manual.
    you'd not have wasted as much time.

    dgindex,
    avisynth,
    avanti


    edit:
    how to cut a sample.
    open dgindex,
    drag a vob into it,
    select a small section using the '[' ']' buttons,
    'file'->'save project and demux video'
    upload .m2v to mediafire.com


    tripp
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  
  2. In DGIndex, you can use the "[" and "]" to mark in/ mark out a segment, then file=>save project and demux video. This will leave you with a .m2v video file and an audio file.

    You can upload it to a free hosting site, such as megaupload, mediafire, or sendspace

    EDIT: Tripp beat me to it
    Quote Quote  
  3. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    I saw the picture you posted (last post on the first page).

    It's what I said. The resolution and bitrate are not enough.

    - John "FulciLives" Coleman

    P.S.
    Here is the pic (1680x1050):

    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  4. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    Originally Posted by FulciLives
    I saw the picture you posted (last post on the first page).

    It's what I said. The resolution and bitrate are not enough.
    Then how is the file (scene video of the same episode) much higher quality than mine, at 480x352 just like mine?

    Here is a sample
    Quote Quote  
  5. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    ok,
    just ran a test encode,
    aimed for the softer side,
    simply did a denoise and const. quant. encode to gage the
    bitrate requirements, overall quality.

    700mb is easily attainable at the chosen resolution.

    like i said i just did a simple denoise,
    with dfttest(), which is insufferably slow, (so i should have tested with simpler)
    but it works nicely with toons.

    but aside from that it could probably do with deshaking,
    most def needs temporal calming.
    line darkening is nice with toons,
    and so on.

    test encode:
    http://www.mediafire.com/?mjzzkzgnmmm


    tripp
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  
  6. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    Here is my version.

    Link ---> http://www.mediafire.com/file/iondtea9gxn/sample_by_fulcilives.avi

    The file is about 7.56MB and the name of the file is sample_by_fulcilives.avi

    I used XVID4PSP using the "XviD Hardware" profile. This creates a file that will play on hardware players that support XviD like DVD players with DivX/XviD support. I have a Philips but it wasn't connected so I couldn't test but it did work on my Sony PS3 which is damn picky about XviD.

    I realize my file size is bigger than what 45tripp posted but my resolution is also 640x480 yet the file size is still smaller than the original and overall it looks damn fine if I do say so myself. I used several filters

    - John "FulciLives" Coleman
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  7. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    both of the look excellent, Ill try your software FulciLives.. and try tripps method as well..

    but tripp. how/when did you apply the noise filter?

    Major thank you to both of you for helping me.
    Quote Quote  
  8. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    take2 because, obviously, i was bored out of my skull...
    http://www.mediafire.com/file/jmtoxgjaywm/loon2.avi

    on the softer side again,
    this time 640x480, at target bitrate.
    pretty much hashed, halo issues,
    but closer to my actual liking

    but tripp. how/when did you apply the noise filter?
    how and when,
    in avisynth.

    dfttest:
    http://web.missouri.edu/~kes25c/

    dfttest.dll in the avisynth plugins directory,
    libfftw3f-3.dll in the windows\system32 folder

    i'd just used a simple
    dfttest() call, before croping/resizing.
    it was just a gage encode.


    tripp
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  
  9. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    No idea how to do that stuff... every time I try and load a plugin with into my avs file I get "Load plugin" '..' is not a valid Avisynth 1.0 plugin"

    I've uninstalled avisynth, deleted all occurences of avisynth.dll and reinstall avisynth, and I get the same error over and over again..


    These are my lines:

    Code:
    LoadPlugin("C:\Program Files\AviSynth2\dpmpgdec\DGDecode.dll")
    MPEG2Source("VTS_01_1.d2v")
    Quote Quote  
  10. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    nevermind, this system is all screwy. I just setup all the apps and I'm going to figure out how to do this manually with avisynth and the other tools you posted.


    is there a way to do 2pass with avisynth?

    EDIT: I'm going to be using DGIndex, Avisynth and VirtualDub, is this manual like you talk about tripp?
    Quote Quote  
  11. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    As I mentioned before I used XVID4PSP and here is the AviSynth AVS script that it generated:

    Code:
    import("C:\Program Files\Winnydows\XviD4PSP5\dlls\AviSynth\functions\AudioFunctions.avs")
    import("C:\Program Files\Winnydows\XviD4PSP5\dlls\AviSynth\functions\VideoFunctions.avs")
    loadplugin("C:\Program Files\Winnydows\XviD4PSP5\apps\DGMPGDec\DGDecode.dll")
    loadplugin("C:\Program Files\Winnydows\XviD4PSP5\dlls\AviSynth\plugins\ColorMatrix.dll")
    MPEG2Source("C:\Z\LOON\test.d2v",cpu=0,info=3)
    AutoYV12()
    ColorMatrix(hints=true)
    Tweak(sat=1.4)
    Tweak(bright=8)
    Tweak(cont=1.1)
    LoadVirtualDubPlugin("C:\Program Files\Winnydows\XviD4PSP5\dlls\AviSynth\plugins\msu_cartoon_restore.vdf", "MSUCartoonRestore", 0)
    ConvertToRGB32()
    MSUCartoonRestore("bilateral", 2, 15, 30)
    ConvertToYV12()
    Crop(8, 0, -8, -0)
    Lanczos4Resize(640, 480)
    I don't normally like color space conversions but I wanted to try that MSU Cartoon Restore filter which I think was a good thing to use in this case.

    - John "FulciLives" Coleman

    P.S.

    @45tripp

    I like your second encode a lot but do you realize that by cutting away the black and resizing to 640x480 that you actually are "blowing up" the image? I'm not sure I like that approach in this case.
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  12. Member
    Join Date
    Aug 2005
    Location
    Holland
    Search Comp PM
    I did a test with AutoGK v 2.48 on the sample.

    Here's the result: http://www.mediafire.com/?z3ctmytzzlw
    and this is the log-file: http://www.mediafire.com/?0vfyowmgzmn

    As the log shows I used the Cartoon-mode.
    For settings I used a file-size of 9 MB: 10 MB per 1 minute of playing-time.
    The resulting noise is much less than in the other AVI's, especially on the background.
    Succes!

    Edit:
    Ohw, these links don't seem to work...How do I do that?

    Edit 2:
    Link 1: http://www.mediafire.com/?0vfyowmgzmn
    Link 2: http://www.mediafire.com/?z3ctmytzzlw
    Quote Quote  
  13. Originally Posted by m_ad
    is there a way to do 2pass with avisynth?
    The number of passes has nothing to do with the .avs script, it's a function of the encoder mechanics/settings.



    @45tripp - I like the clean lines / anti-aliasing in your #2 sample (IMO this is the hardest thing to fix in most cartoons); but the color/saturation seems a bit off? Is there anyway to adjust that or is that a necessary evil of that filter? Can you post your script?

    I agree with Fulci on the resize comments, but IMO I prefer the cropped image as to "ugly" borders. I would crop and resize to 576x432 (again this is just personal preference). m_ad will have to make the decision based on his preferences.
    Quote Quote  
  14. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    tripp, could I see your script you used to create that avi?

    EDIT: I'm trying this manually with dfttest() and the encode is going REALLY slow.. is this because of the dfttest?

    I only have 3 lines in my script

    Code:
    MPEG2Source("VTS_01_1.d2v")
    BicubicResize(480,352)
    dfttest()
    should I use BicubicResize, or another? is the dfttest too much? Sloooooower than heck and Fulci, where can I get that cartoon plugin for avisynth? I like the brightness

    hmn, now I'm stuck with a video file and an ac3 file, I don't know how to use BeSweet to encode ac3 to mp3 vbr properly. I'm used to razor lame, which won't open my ac3 file
    Quote Quote  
  15. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    Originally Posted by Ruut
    I did a test with AutoGK v 2.48 on the sample.

    Here's the result: http://www.mediafire.com/?z3ctmytzzlw
    and this is the log-file: http://www.mediafire.com/?0vfyowmgzmn

    As the log shows I used the Cartoon-mode.
    For settings I used a file-size of 9 MB: 10 MB per 1 minute of playing-time.
    The resulting noise is much less than in the other AVI's, especially on the background.
    Succes!

    Edit:
    Ohw, these links don't seem to work...How do I do that?

    Edit 2:
    Link 1: http://www.mediafire.com/?0vfyowmgzmn
    Link 2: http://www.mediafire.com/?z3ctmytzzlw
    where is cartoon mode in autogk?

    EDIT: I give up completely, this isn't working for me on 2 different systems. If you say you can get that vob to output a good quality avi with AutoGK I'm doing something terribly wrong. I cannot get ANY method to get that vob to rip with a SEMI-DECENT XviD. There must be something terribly wrong with my XviD encode settings.
    Quote Quote  
  16. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    Originally Posted by FulciLives
    @45tripp
    I like your second encode a lot but do you realize that by cutting away the black and resizing to 640x480 that you actually are "blowing up" the image? I'm not sure I like that approach in this case.
    what's blowing up?
    i'm probably partial to a bit of dynamite...
    nothing wrong with an upsize.

    Originally Posted by poisondeathray
    I prefer the cropped image as to "ugly" borders.
    certainly.

    Originally Posted by poisondeathray
    @45tripp - I like the clean lines / anti-aliasing in your #2 sample (IMO this is the hardest thing to fix in most cartoons); but the color/saturation seems a bit off? Is there anyway to adjust that or is that a necessary evil of that filter? Can you post your script?
    fulci rolled the ball with colour tampering,
    so i followed. optional of course.
    it was a quick guess.
    i think it fair.

    i'll save you the atrocity of the actual script

    Originally Posted by m_ad
    tripp, could I see your script you used to create that avi?
    tidied up,

    Code:
    depan(inputlog="deshaker.log")
    dctfreq()
    Crop(38, 22, -38, -26)
    udegrain(settings="heavy")
    fft3dgpu(sigma=2,sigma2=1.5,sigma4=10)
    toonlite(0.3)
    lanczosresize(576,height)
    limitedsharpenfaster(strength=80)
    converttorgb24
    gicocu("loon.amp",photoshop=true)
    converttoyv12
    tweak(sat=1.1)
    it's just a practise throw at the verbal recommendation i'd posted earlier.
    slow.

    Originally Posted by m_ad
    EDIT: I'm trying this manually with dfttest() and the encode is going REALLY slow.. is this because of the dfttest?
    I only have 3 lines in my script
    he he,
    yes.
    the above is even slower of course...

    Originally Posted by m_ad
    where can I get that cartoon plugin for avisynth? I like the brightness
    http://compression.ru/video/
    it's a vdub plug actually,

    and brightness is separate,
    tweak()

    to encode ac3 to mp3 vbr properly.
    i'll push it again
    Avanti

    Originally Posted by m_ad
    where is cartoon mode in autogk
    after you've loaded the source, ctrl+F9 to get to hidden options,
    top left, xvid cartoon mode.


    Originally Posted by m_ad
    I give up completely,
    There must be something terribly wrong with my XviD encode settings.
    take deep breaths.

    tried a different xvid version?



    tripp
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  
  17. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    I have 1.1.3 installed..
    Quote Quote  
  18. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    I'm going to try this one more time tripp

    I had ONE successful encode, using the dfftest(), but I had an avi file and a ac3 file. If I use the Avanti tool you linked me to, when should I encode and when can I insert it into the video?

    In Vdub, I'm setting up two passes, both with "No audio" ticked in the Audio menu. After the jobs are done, Vdub seems to close the video so I can't do anything with it after.
    Quote Quote  
  19. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    For shits and giggles I decided to re-do what I did with XviD but using x264/H.264 instead. I used the exact same settings as far as cropping and filters applied etc. but I used the PS3/XBOX 360 MP4 format setting (default setting) in XVID4PSP instead of using the XviD format setting.

    Link ---> http://www.mediafire.com/file/jfvs9fnm5mb/test.mp4

    The file is 6.71MB and is called test.mp4

    Notice that the file size is a bit smaller than the XviD file I did earlier.

    - John "FulciLives" Coleman

    P.S.
    I keep the borders because even though I have an HDTV it does have TV OVERSCAN and I've been playing my clips via my Sony PS3 to my HDTV so having the borders is "key" if you ask me.
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  20. m_ad - vdub is kinda "clunky" for 2pass, you have to save 1st pass as a job, and go back to set the 2nd pass...here is a guide on how to do it

    http://wiki.digital-digest.com/index.php/VirtualDub:_Two_Pass_Encoding

    Do some short test encodes with whatever filters you think are good for your type of movie. Notice how much your set bitrate and ending bitrate deviate by - that ratio is usually preserved for that version of XviD for that particular type of movie with those particular filters. e.g. If I enter 1000kbps and it ends up 900kbps, I might overshoot +10% whenever I use that version of XviD.

    Redwudz suggested it earlier, you will get better quality for the same bitrate/filesize if you use h264 instead of XviD
    Quote Quote  
  21. And to save time if using those ridiculously slow filters, run 1-pass encodes for quant 3. That will also remove doubt as to whether or not the bitrate is high enough. That's very similar to AutoGK doing it for a Target Quality of 70% or so.
    Quote Quote  
  22. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    Originally Posted by FulciLives
    For shits and giggles I decided to re-do what I did with XviD but using x264/H.264 instead. I used the exact same settings as far as cropping and filters applied etc. but I used the PS3/XBOX 360 MP4 format setting (default setting) in XVID4PSP instead of using the XviD format setting.
    I like the brightness of your video


    Originally Posted by poisondeathray
    m_ad - vdub is kinda "clunky" for 2pass, you have to save 1st pass as a job, and go back to set the 2nd pass...here is a guide on how to do it

    http://wiki.digital-digest.com/index.php/VirtualDub:_Two_Pass_Encoding

    Do some short test encodes with whatever filters you think are good for your type of movie. Notice how much your set bitrate and ending bitrate deviate by - that ratio is usually preserved for that version of XviD for that particular type of movie with those particular filters. e.g. If I enter 1000kbps and it ends up 900kbps, I might overshoot +10% whenever I use that version of XviD.

    Redwudz suggested it earlier, you will get better quality for the same bitrate/filesize if you use h264 instead of XviD
    I've done everything that guide calls for, but I run into the issue of.. when do I add the audio to the avi?
    Quote Quote  
  23. Member
    Join Date
    Dec 2004
    Location
    Triptonia
    Search Comp PM
    Originally Posted by m_ad
    I have 1.1.3 installed..
    you culd try this:
    http://esby.free.fr/CelticDruid/mirror/XviD/
    and a good chance to try under 'profiles' ticking 'adaptive quantization'

    Originally Posted by m_ad
    I had ONE successful encode, using the dfftest(), but I had an avi file and a ac3 file. If I use the Avanti tool you linked me to, when should I encode and when can I insert it into the video?
    you can do many things with Avanti.
    for starters less painful 2-pass.

    take the avs into avanti, set video and audio encoders.

    youcould mux too,
    or stream copy and encode the audio..
    and so on.

    Originally Posted by m_ad
    I've done everything that guide calls for, but I run into the issue of.. when do I add the audio to the avi?
    you can do them in vdub too of course.
    clunky was a good word.

    well for starters don;t set audio processing to no audio.
    set to 'full processing'
    then set 'compression',
    and select lame encoding.

    Originally Posted by FulciLives
    I keep the borders because even though I have an HDTV it does have TV OVERSCAN and I've been playing my clips via my Sony PS3 to my HDTV so having the borders is "key" if you ask me.
    good point

    Originally Posted by manono
    And to save time if using those ridiculously slow filters,
    wonder who started slinging those about...


    tripp
    "I'll give you five dollars if you let me throw a rock at you"
    Quote Quote  
  24. wonder who started slinging those about...
    Are you implying I did? All I did was mention filtering to lessen the grain and make it more compressible. I don't go anywhere near those slow ones. A waste of time, if you ask me, and you can be sure that the "scene releases" whose praises m_ad insists on singing didn't use them. Me, I like them fast. RemoveGrain() twice, maybe, as well as a couple of Undots.
    Quote Quote  
  25. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    It did take a really long time to encode the two samples that I did ... I think the main culprit was the MSU Cartoon Restore filter.

    - John "FulciLives" Coleman
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  26. Yeah, and m_ad doesn't have a short sample to do but 14 episodes totaling maybe 100 minutes. Per DVD. Slow filtering is all very well and good if you have the time, but, in my opinion, it's not worth the minor gain in quality.
    Quote Quote  
  27. Member FulciLives's Avatar
    Join Date
    May 2003
    Location
    Pittsburgh, PA in the USA
    Search Comp PM
    Originally Posted by manono
    Yeah, and m_ad doesn't have a short sample to do but 14 episodes totaling maybe 100 minutes. Per DVD. Slow filtering is all very well and good if you have the time, but, in my opinion, it's not worth the minor gain in quality.
    Just to see what they would look like I did two more encodes. One is XviD and one is H.264 and both were done with no filtering of any kind other than a simple crop/resize (720x480 cropped to 704x480 resized to 640x480).

    The XviD version ---> http://www.mediafire.com/file/ozdcedvzkta/xvidsimple.avi

    The H.264 version ---> http://www.mediafire.com/file/koajbmmc0mi/H264simple.mp4

    Both encoded MUCH faster than the other encodes I did where I had all those filters on them but these unfiltered versions don't look nearly as good yet I would say that they are very serviceable for someone in a hurry to encode them!

    Note also both are much bigger in file size than my earlier attempts but they are still smaller than the original M2V file.

    - John "FulciLives" Coleman
    "The eyes are the first thing that you have to destroy ... because they have seen too many bad things" - Lucio Fulci
    EXPLORE THE FILMS OF LUCIO FULCI - THE MAESTRO OF GORE
    Quote Quote  
  28. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    I want to thank all of you again for taking time to help me figure this out.


    I just uninstalles XviD, and reinstalled version 1.1.2, and tested AutoGK to encode the SAMPLE d2v file I created. It came out perfect! The other ones were WAAAY to grainy. It must be 1 of 3 reasons:

    1. The XviD version.
    2. It's a m2v file instead of a VOB file.
    3. It's just a small 1min sample.

    Number one could definitly be true, but I'm asking the rest of you to tell me if my assumption that 1 and 2 could affect the outcome of my XviD file..

    if I conclude that it's just the XviD version, how can I set AutoGK to *NOT* crop my XviD?
    Quote Quote  
  29. ...how can I set AutoGK to *NOT* crop my XviD?
    Go into the Hidden Options (CTRL-F9) and (from your included Tutorial):
    To completely disable auto crop you can set threshold to 0
    Quote Quote  
  30. Member
    Join Date
    Oct 2008
    Location
    United States
    Search Comp PM
    Originally Posted by manono
    ...how can I set AutoGK to *NOT* crop my XviD?
    Go into the Hidden Options (CTRL-F9) and (from your included Tutorial):
    To completely disable auto crop you can set threshold to 0
    Okay, I did this with my full encode.


    It's not JUST the XviD version, because I got a terrible quality AVI when encoding the entire VOB.

    So what could it be? My encode of the sample m2v I uploaded was PERFECT. My encode of the entire VOB extracted from the DVD is TERRIBLE. The settings in both of the encodes were identical.

    It has to be the video bitrate..? My sample encode bitrate is at 2366kb/s while my complete encode is at 760kb/s.

    But how do I fix this?

    Ok, I have increased the filesize of the video to 75mb. This increased the video quality, but not as much as I want it to

    I also go back to my old question: if I'm going to use different bitrates (and filesizes) for all 14 episodes depending on how long they are, how am I going to fit them on 700mb CD? Trial and error?
    Quote Quote  



Similar Threads

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