High quality options for streaming to PS3

Hello guest,
default
To benefit from all extra features you need to log in or sign up.
DVDFab / DVD Region+CSS Free Discuss, High quality options for streaming to PS3 at Movie copy software forum; Quote:

default_avatar
shaggyjb (New on Forum)
Posts: 5
Posted: 24-05-2008
Quote:
Originally Posted by GregiBoy View Post
I don't know what all the fuss is about.
Frame judder when streaming VOBs through the PS3 makes it incredibly annoying to watch (I have a 1080p Epson projector) as the screen is constantly moving (hence the term judder). I have been calling it screen jiggle as that is what it looks like to me. It is not the same quality as watching the original DVD if the player isn't handling the decoding the way it is intended to be handled (which is the case here). It would be nice if the PS3 handled this gracefully instead of requiring a workaround. Solving this problem is a big deal for a lot of us.
default_avatar
Today (MyCE Staff)
Posts: 15,596
GregiBoy's Avatar
GregiBoy (CD Freaks Senior Member)
Posts: 919
Posted: 24-05-2008
Well, don't you think this is a player issue, not a DVDFab issue?

And shouldn't it be posted on a Sony forum, not here?

Or are you saying that DVF Fab should fix it because Sony most probably won't?
__________________
"Beer is living proof that God loves us and wants us to be happy." - Benjamin Franklin 1706-1790
"I NEVER burn anything.... I just encode it and play the files on network and hard disk Media Players, hell of a lot easier!!!"
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 24-05-2008
Quote:
Originally Posted by signals View Post
You misconstrue my comments. I think your expectations are reasonable and you and the others here have shown great ingenuity in finding ways to get the output you want since DVDFab falls a little short in its present incarnation. I was not speaking of anything any of you have said in this thread, but the comments here (who may or may not be any of you) that "DVDFab is crap" and the like because it is not perfect for what was trying to be accomplished.
Sorry, I really shouldn't reply to posts when I am sleep deprived. Consider your comments un-misconstrued at this point.

I also own the NMT Popcorn Hour and can understand the perspective of people in the other thread. People see MKV, MP4, XVID, H264, etc. and don't realize that there are a plethora of options for encoding video with these containers and codecs. A guy in Taiwan thinks a 50cc moped is great for getting around town while the same guy now living in Los Angeles might not be as happy with it. Well the selling point of the NMT is it's 1080p output so the people that bought the NMT are likely to be already living in the proverbial Los Angeles. They think DVDFab is "broken" (they didn't say crap) because it makes files with a very low H264 level that are less then desirable looking at 1080p.

My friend uses DVDFab to make files for his Archos and Ipod Touch. He is delighted with the results. To each their own.

Quote:
Originally Posted by GregiBoy View Post
I don't know what all the fuss is about.

VOB Passthrough achieves the SAME quality as the original DVD.
The problem with VOB pass through is that most movie DVDs have something called soft Telecine which is used to take film content and make it NTSC DVD compliant. When the files are played as a DVD then the PS3 figures out to drop the extra frames and play the film frames directly. When you stream a VOB file to the PS3 it is expecting strict MPEG2 content and tries to play the Telecine frames which results in unwatchable (in my opinion) frame judder (edges wiggle) if you are outputting to a 1080p HDTV (and maybe others).

So VOB pass through doesn't make a watchable file if you have a PS3 + 1080p HDTV. People here obviously have DVDFab so it is natural to try the "PS3" profile and see what happens. Then you realize that the only option is stereo AAC and the output looks like your watching it on YouTube. Rather than complain about what DVDFab wont do, I started my investigation into what could be done.

Quote:
Originally Posted by GregiBoy View Post
Generic Audiocopy profiles give damn near the same results as VOB passthrough at about 25% of the file size.

I use this output on a variety of network media players connected to 32"-60" TV's and ALWAYS get good results.

Fab surely cannot be expected to provide BETTER quality than the original source.
Obviously this is one of those "eye of the beholder" type things. I find the pixilation added by the current DVDFab encoding process to be very distracting in a movie. We aren't trying to get "BETTER" quality; we are trying to keep from loosing quality. Currently anything encoded via DVDFab doesn't fit that bill but I have hopes for the future.


What I would really like to see is something that could simply drop the extra soft Telecine duplicate frames without re-encoding the remaining frames. The only program that is rumored to be able to do this is a tool that comes with one of the high-end professional video editing suites. Getting back to the original film frames is important in editing so you don't loose quality. Many other tools (including mencoder) are able to "reverse Telecine" the video to get to the original frames but only let you do something with the remaining frames after decoding (uncompressing) them rather than simply dumping the original encoded frame structure without the dropped frames. I don't know enough about MPEG2 encoding to know if this is even possible but I suspect it is.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 24-05-2008
Quote:
Originally Posted by GregiBoy View Post
Well, don't you think this is a player issue, not a DVDFab issue?

And shouldn't it be posted on a Sony forum, not here?

Or are you saying that DVF Fab should fix it because Sony most probably won't?
Sony devices have always been picky when it comes to standards compliance. My understanding is that Telecine is a DVD standard not a MPEG standard. From a Sony engineer's perspective, we shouldn't be ripping the VOB content off the DVD and trying to play it. There are similar restrictions on other devices that DVDFab encodes for. That's why there are so many different profiles in DVDFab for the different portable devices.

By your logic, shouldn't we start contacting all the other device manufacturers so that they play everything we throw at them? We could do that but do you think we would really be successful any time soon?

The point of this thread is to give "high quality options for streaming to [the] PS3" given the known limitations. If this thread gives ideas to the DVDFab developers then it is a win-win situation.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 24-05-2008
On the cropping front... there are some movies where "mplayer ... -vf cropdetect" comes up with a width other than 720. An example:

Quote:
[CROP] Crop area: X: 0..718 Y: 58..417 (-vf crop=704:352:8:62).
Although technically a legal dimension, it is bad juju for our upscale to 1280 width. Instead of throwing an error and stopping, mencoder will just throw out the whole "filmdint" filter which is the main reason for running mencoder in the first place. Make sure the first and third items are always 720 and 0 respectively when your source is a DVD. In the above example you would use "crop=720:352:0:62" which seems to be very common for film content.

Another tip, don't use cropping at all if the cropped picture is near the 720x480 DVD specification (last 2 numbers have a value of 16 or less). An example:

Quote:
[CROP] Crop area: X: 1..719 Y: 10..473 (-vf crop=704:464:10:10).

Last edited by Complication; 24-05-2008 at 22:20. Reason: Removed double "Instead"
default_avatar
gkinghrn (CD Freaks Member)
Posts: 117
Posted: 24-05-2008
Seems odd that with my Sony TV , PS3 connected via HDMI and with VOB passthu there is zero frame juddering..not a tiny bit of it....not on any of the 150 or so movies I have done...

Having said that it's all wired connections to the PNP server via the router..I gave up on wireless for the PS3 sometime ago..

Maybe not the player..maybe the network in SOME cases...

I am not an expert at all in this but it does strike me as something that could cause frame judering as you describe and maybe something else for others to look at....
default_avatar
SkinnyLatte (New on Forum)
Posts: 3
Posted: 24-05-2008
The problem only affects NTSC film material (i.e. anything going from 24fps to 30fps).

My usual procedure is to rip using DVDFab, and then run the vobs through VLC to re-encapsulate them as an mpg (so no transcoding). If I do that, then I get the wobbly horizontals and juddery pans characteristic of 3:2 pulldown. However, if I just play/stream the vobs then I still get the wobbly horizontals but panning is smooth.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 25-05-2008
Quote:
Originally Posted by SkinnyLatte View Post
My usual procedure is to rip using DVDFab, and then run the vobs through VLC to re-encapsulate them as an mpg (so no transcoding). If I do that, then I get the wobbly horizontals and juddery pans characteristic of 3:2 pulldown. However, if I just play/stream the vobs then I still get the wobbly horizontals but panning is smooth. :confused:
I used to do something similar with ReStream to change the field order. Many of the movies come with Top-Field-First flags in the 3:2 pulldown. By changing the flags to Bottom-Field-First I was able to remove the horizontals but the juddery pans remained.


One of the problems that remains in the current Mencoder method is that the content is getting upscaled twice (once in Mencoder to 720p and once in the PS3 to 1080p) with the requisite doubling of errors. I can't get around this in MPEG2 due to limitations on bitrate and streaming. I'm currently working on an H264 conversion path for when I have more processor power. This way we can use Mencoder to remove the Telecine, upscale once to 1080p, and then compress it with H264 to arrive at a bitrate that both the PS3 and streaming servers can handle.

The BIG problem with H264 in a near lossless conversion of NTSC Film content is that it takes a lot of processing power to generate the file. On my Pentium 4 - 3ghz machine I can get ~20fps for non-cropped and ~28fps for cropped MPEG2 content in a single pass (and that includes the delay in outputting to my NAS directly). With my 1min test clip in H264 encoding I get about ~5fps on the first pass and ~1fps on the second for a total of ~20min in processing time. Obviously 20hours of processing for a 2 hour movie is not going to cut it.

But I have a plan...

I've ordered a wireless keyboard/mouse for my PS3 and will be loading Linux on it. Apparently Sony makes this easy. That will give me access to the Cell processors on the PS3 which should be able to make quick work of H264 encoding.
90312's Avatar
90312 (MyCE Senior Member)
Posts: 621
Posted: 26-05-2008
Quote:
Originally Posted by t0nee1 View Post
I'm not sure about the NAS box, but I use TVersity to stream to my PS3,
and I've yet to see (knock on wood) " playback judder" probs.... guess I'm lucky eh!.....I stream HD,SD content which play flawlessly(to my eyes) in my 61" 1080p DLP........
I tried streaming and had the same issues you describe Complication, then I read the above post. I thought what the heck I’d give it a try and like t0nee1 says, its flawless! I stream over my wireless network with no trace of judder on a vob passthrough. TVersity streaming vob passthrough is the way to go on a PS3.

Thanks t0nee1.

Steve

Oh and it take 10 mins. or less for that two hour movie.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 26-05-2008
Frame judder is highly dependent on the source material (movies) and the output equipment (PS3 + 1080p). There are two different types, one is visible on most horizontal lines and the other one that is a lot less noticeable that causes left and right pans to kind of jump. Which kind you get depends on how the source content was originally encoded. Judder occurs when going from a 24fps source to a 60fps (or 120fps) output.

You are unlikely to get frame judder if you are not watching a 24fps NTSC film source (TV shows on DVD are usually NOT from film). You are unlikely to notice frame judder if it only occurs on left and right pans (you will probably just assume it is a delay from the stream server). Frame judder has nothing to do with your stream server; if you copy the file to the PS3 hard drive it will still have frame judder.

If you are happy just changing the type of judder to the less noticeable kind then you are right, it is much faster to just create a vob file directly. However, don't be surprised if this doesn't work for you with all movies. I have seen quite a few that change the field order at various points in the movie which means at least some parts are likely to have judder. It also may be that you don't find judder annoying. I have previously watched several movies with judder and just assumed that it was a poor DVD encoding. It wasn't until I determined that most movies had the problem that I suspected there was something else wrong.

Personally, I will not be satisfied until I can stream all my favorite moves at the original DVD quality.
default_avatar
SkinnyLatte (New on Forum)
Posts: 3
Posted: 26-05-2008
Complication,

Is yours a US or EU PS3?

On my EU PS3, I only get the judder when playing film material sourced from an NTSC DVD (i.e. Region 1). Film material from a PAL DVD (i.e. Region 2) is absolutely fine. I think that's why some people aren't experiencing the problem.

Media: Source fps > DVD fps > Output
NTSC Film: 24fps > 30fps > PS3 = Judder
NTSC TV: 30fps > 30fps > PS3 = OK
PAL Film: 24fps > 25fps > PS3 = OK
PAL TV: 25fps > 25fps > PS3 = OK

I'm pretty sure (but not certain) that the EU PS3s support progressive output at both 50Hz and 60Hz. It could be that it's choosing the wrong one for NTSC film material and that's the problem. I don't know of any way to check this though as my TV only says "720p", 1080i", etc.

FWIW, I did some more experimenting using DVDFab and Handbrake to create a h264/AC3 MKV file at between 2500 and 4000kbs which I then ran through mkv2vob. That gets rid of the judder, retains the 5.1 audio and seems to stream OK over a wireless connection. Conversion is just a little bit quicker than real-time on a 2GHz Core 2 Duo.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 26-05-2008
I have a US PS3.

It might also be that my HDTV, being for the US market, does not support 50Hz output.

I've played with handbrake but the minimum amount you can encode is a full DVD chapter (since it only allows a DVD source). I believe it is using similar, if not the same, encoding libraries as Mencoder because it allows you to add Mencoder options to the command line.


I'm still experimenting with H264 output but so far have not achieved an output that is better than the MPEG2 command. It might be that the errors I'm seeing are inherent with upscaling and there is little that can be done. I have not given up yet and things should go faster once I can encode the samples directly on the PS3.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 27-05-2008
Found a new tweak that removes most of the jagged lines caused by the upscale. By adding "-sws 9" we change the scaling algorithm to Lanczos which is slower but much better with diagonal lines without removing the details we like to see. The only errors that remain are usually found in the original DVD encoding. I like to add this just after the filter command (-vf) but it doesn't really matter. The base command is now:

Quote:
C:\Movies\_tools\MPlayer-1.0rc2\mencoder.exe dvd://1 -dvd-device "C:\Movies\My Movie\VIDEO_TS" -alang en -channels 6 -oac copy -vf filmdint,hqdn3d,scale=1280:-2 -sws 9 -ovc lavc -lavcopts vcodec=mpeg2video:vqscale=2:vbitrate=8000:autoaspect:keyint=10 -of mpeg -ofps 24000/1001 -mpegopts format=dvd:tsaf:vframerate=24000/1001:vbuf_size=400 -o V:\My_Movie.vob
My previous posts on cropping still apply.

I am fairly close to perfecting the same method in H264 output. If there is anybody who has been following this that has a fast PC processor and would like to try some test scripts on full movies, please let me know. However, given the excellent quality of MPEG2 output after enabling the Lanczos scaler, be warned that the only real advantage to H264 output is a potential reduction in file size.
90312's Avatar
90312 (MyCE Senior Member)
Posts: 621
Posted: 27-05-2008
I have a quad core machine that is pretty quick on H.264 mp4. send them along and I'll test them for you. Add the "threads=4" command and I can make short work of a movie. Happy to help.

Steve
t0nee1's Avatar
t0nee1 (MyCE Resident)
Posts: 2,665
Posted: 28-05-2008
90312 wrote,
"I tried streaming and had the same issues you describe Complication, then I read the above post. I thought what the heck I’d give it a try and like t0nee1 says, its flawless! I stream over my wireless network with no trace of judder on a vob passthrough. TVersity streaming vob passthrough is the way to go on a PS3."

Glad it works for you as it does for me....I figure I'll let the Fengtao team sort out the PS3 issues,and in the meantime use whatever works for me. It may not work for "all my favorite movies" but what proggy is that perfect....I'll use MKV2vob, tsMuxerGUI , Megui, whatever works!.....Still you gotta love DVDFAB Plat/Gold, and of course the free DVDFab HD...........

http://boardsus.playstation.com/play...hread.id=96630
http://www.digital-digest.com/articl...ide_page1.html
__________________
"Bueller, Bueller?"

Beauty is in the eye of the beerholder.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 28-05-2008
Quote:
Originally Posted by 90312 View Post
I have a quad core machine that is pretty quick on H.264 mp4. send them along and I'll test them for you. Add the "threads=4" command and I can make short work of a movie. Happy to help.

Steve
Ok, save this as a batch file and change the location of your Mplayer directory as approprate:

Code:
@ECHO off

REM *****
REM ***** Change these based on the source movie
REM *****
SET DVD_FOLDER="C:\Movies\My Movie\VIDEO_TS"
SET TITLE=1
SET DEST_NAME=My_Movie
SET DEST_FOLDER=C:\Movies\

REM *****
REM ***** Change these based on your Mencoder location  *****
REM *****
SET MENCODER=c:\Movies\_tools\MPlayer-1.0rc2\mencoder.exe
SET X264_OPTS=nointerlaced:keyint=10:subq=6:trellis=2
SET FILTER_OPTS=filmdint,hqdn3d,scale=1920:-2 -sws 9
SET SOURCE=dvd://%TITLE% -dvd-device %DVD_FOLDER%

%MENCODER% %SOURCE% -nosound -vf %FILTER_OPTS% -ovc x264 -x264encopts crf=2:%X264_OPTS%:pass=1:turbo=1 -ofps 24000/1001 -o nul: -passlogfile %DEST_FOLDER%%DEST_NAME%.pass1.log

REM ***** Add or remove these lines to run different bitrates
SET BITRATE=2500
%MENCODER% %SOURCE% -alang en -channels 6 -oac copy -vf %FILTER_OPTS% -ovc x264 -x264encopts bitrate=%BITRATE%:%X264_OPTS%:pass=2 -ofps 24000/1001 -of lavf -o %DEST_FOLDER%%DEST_NAME%_%BITRATE%.avi -passlogfile %DEST_FOLDER%%DEST_NAME%.pass1.log
SET BITRATE=5000
%MENCODER% %SOURCE% -alang en -channels 6 -oac copy -vf %FILTER_OPTS% -ovc x264 -x264encopts bitrate=%BITRATE%:%X264_OPTS%:pass=2 -ofps 24000/1001 -of lavf -o %DEST_FOLDER%%DEST_NAME%_%BITRATE%.avi -passlogfile %DEST_FOLDER%%DEST_NAME%.pass1.log
SET BITRATE=8000
%MENCODER% %SOURCE% -alang en -channels 6 -oac copy -vf %FILTER_OPTS% -ovc x264 -x264encopts bitrate=%BITRATE%:%X264_OPTS%:pass=2 -ofps 24000/1001 -of lavf -o %DEST_FOLDER%%DEST_NAME%_%BITRATE%.avi -passlogfile %DEST_FOLDER%%DEST_NAME%.pass1.log
This will create three AVI files at bitrates of 2500, 5000, and 8000. After you have created the AVI files you will need to use Mkvmerge (part of mkvtoolnix) to create an MKV and then mkv2vob to create the final vob file. Sorry, there is not a simpler way at the moment.

Make sure your source DVD is NTSC Film content. Obviously you need to change the movie and mencoder locations.

If you would like to only try one chapter the you can add "-chapter 1-1" to the end of the DVD_FOLDER like this:

Code:
SET DVD_FOLDER="C:\Movies\My Movie\VIDEO_TS" -chapter 1-1
As for threads, I read that allowing them can degrade quality considerably. If you would like to try it then simply add ":threads=auto" to the end of the COMMON_OPTS.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 28-05-2008
That last line should say to add to the X264_OPTS rather than the COMMON_OPTS.

I don't understand why editing your post is so verboten.
default_avatar
jeebuspwnz (New on Forum)
Posts: 6
Posted: 04-06-2008
I have been in this same boat as the OP, trying to come up with a good solution for streaming my DVD vobs to the PS3 so they look proper.

Changing the field order to bottom first really makes things more watchable, but it still bothers me that I get that telecine garbage.

My other frustration is I am trying to have one file that works for both my PS3 and my old media player (a Dlink dsm320) that is now a dedicated kid's movie player. The Dlink had no issues with the VOB passthrough rips at all. I've been using it for 3 years and loved it, but due to its lack of high-def ability it got replaced.

If I convert the DVDs to h264, besides the slight quality loss and time to encode, the movies won't play on the dlink (unless I transcode via tversity which takes too much of my cpu for me to be happy)

If I use the method described in this thread, the dsm also cannot play the files because it only supports 720x480. So once again, I'd have to transcode.

If I use the method described in this thread but don't resize, it works on both players but the quality loss is too drastic for me to be happy watching on my 1080p set.


My only real solution is to have two copies of each movie, one that plays properly on the dlink and another tha plays properly on the ps3...which totally blows in the storage waste department.

I REALLY REALLY wish someone would find a way to remove the telecine from these without re-encoding. Or better yet...Sony to make the PS3 display these properly.
default_avatar
jeebuspwnz (New on Forum)
Posts: 6
Posted: 04-06-2008
I must add that while I appreciate the efforts of the OP, the image quality is just not up to snuff even when using the upscaling trick and your most recent command line (including disabling multithreading).

It doesn't look bad, per se, but it doesn't look nearly as good as the same movie done properly in h264 at around 2500kbps.

I used this http://www.digital-digest.com/articl...ide_page1.html and went with an M2T container. I do not follow every step of the guide because I keep my original ac3 audio and I skip the step that uses h264 info because I found it messes up 1/2 my videos.

Image quality is outstanding. It is almost impossible to tell between the original DVD and this on my 1080p set, even in dark scenes.

But yeah, it does take something like 4 hours for my dual-core to process both passes.
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 04-06-2008
Quote:
Originally Posted by jeebuspwnz View Post
I have been in this same boat as the OP, trying to come up with a good solution for streaming my DVD vobs to the PS3 so they look proper...
Well, I may have stumbled on a way to remove the Telecine without recoding the MPEG but I need some independent verification. It is a little convoluted as far as steps go. If someone (or two) can verify the results then I'll take the time to make a script that automates the process as much as possible.

Step 1
Use DVDFab Mobile VOB Stream copy to create one large vob file with the movie and audio that you want. If don't have the Mobile option, you can also use IfoEdit or DGIndex after you have ripped the movie to a folder if you are familiar with those programs (or can do research).

Step 2
Use the latest version (1.8.4(b)) of tsMuxeR to remove pulldown and demux.
  • Download from http://forum.doom9.org/showthread.php?t=134104
  • Click the "Add" button and select the vob from DVDFab
  • Click on the MPEG-2 track to select it
  • Click the "Remove pulldown" check box (it should automatically select "24000/1001" for the fps)
  • Select "Demux" as the output
  • Change the output directory to your liking (default is same folder)
  • Click "Start demuxing" button
  • When finished, you can delete the DVDFab vob file to save space.
Step 3
Use GUI Pulldown to correct the remaining flags.
  • Download from http://download.videohelp.com/download/GUI_pulldown.zip
  • Click the "Source File" button and select the mpv file created in step 2.
  • Change the destination name as desired. It will be the basis for the final name in step 4.
  • Select "23.976" under "Frame Rate"
  • Select "Progressive" under "All Steam" [sic]
  • Check the box next to "no pulldown"
  • Click the "GO" button near the top
  • When finished, you can delete the mpv file to save space.
Step 4
Remux into the final vob file using ImagoMPEG-Muxer.
  • Download from http://www.videohelp.com/tools/ImagoMPEG-Muxer
  • Click "Select Video Source" button and select the m2v file created in step 3.
  • Click "Add Audio Source" button and select the ac3 file created in step 2.
  • Click "Select Output Path" should you want to change the final destination directory.
  • Select "VOB (DVD Video Object)" under "Output Format"
  • Click "Multiplex!" button
  • When finished you can delete all previously created files.

You should end up with a 23.976fps Progressive VOB file that plays well on the PS3 with the same quality as the original.

Pros:
  • Better compatibility with other players (most likely)
  • No recoding so transfer speed is not dependent on CPU speed
Cons:
  • Requires four passes (copies) of video
  • Speed is limited by hard drive access, not necessarily faster than the Mencoder method depending on PC.
  • Loose the Mencoder filters that were removing noise and upscaling artifacts from the original.
Given that these programs are basically just changing frame header information, it would probably not be difficult for DVDFab to add something similar to vob stream processing. Unfortunately, it is unlikely to be high on their list of things to work on.
default_avatar
jeebuspwnz (New on Forum)
Posts: 6
Posted: 04-06-2008
Quote:
Originally Posted by Complication View Post
Well, I may have stumbled on a way to remove the Telecine without recoding the MPEG but I need some independent verification. It is a little convoluted as far as steps go. If someone (or two) can verify the results then I'll take the time to make a script that automates the process as much as possible.

Step 1
Use DVDFab Mobile VOB Stream copy to create one large vob file with the movie and audio that you want. If don't have the Mobile option, you can also use IfoEdit or DGIndex after you have ripped the movie to a folder if you are familiar with those programs (or can do research).

Step 2
Use the latest version (1.8.4(b)) of tsMuxeR to remove pulldown and demux.
  • Download from http://forum.doom9.org/showthread.php?t=134104
  • Click the "Add" button and select the vob from DVDFab
  • Click on the MPEG-2 track to select it
  • Click the "Remove pulldown" check box (it should automatically select "24000/1001" for the fps)
  • Select "Demux" as the output
  • Change the output directory to your liking (default is same folder)
  • Click "Start demuxing" button
  • When finished, you can delete the DVDFab vob file to save space.
Step 3
Use GUI Pulldown to correct the remaining flags.
  • Download from http://download.videohelp.com/download/GUI_pulldown.zip
  • Click the "Source File" button and select the mpv file created in step 2.
  • Change the destination name as desired. It will be the basis for the final name in step 4.
  • Select "23.976" under "Frame Rate"
  • Select "Progressive" under "All Steam" [sic]
  • Check the box next to "no pulldown"
  • Click the "GO" button near the top
  • When finished, you can delete the mpv file to save space.
Step 4
Remux into the final vob file using ImagoMPEG-Muxer.
  • Download from http://www.videohelp.com/tools/ImagoMPEG-Muxer
  • Click "Select Video Source" button and select the m2v file created in step 3.
  • Click "Add Audio Source" button and select the ac3 file created in step 2.
  • Click "Select Output Path" should you want to change the final destination directory.
  • Select "VOB (DVD Video Object)" under "Output Format"
  • Click "Multiplex!" button
  • When finished you can delete all previously created files.
You should end up with a 23.976fps Progressive VOB file that plays well on the PS3 with the same quality as the original.

Pros:
  • Better compatibility with other players (most likely)
  • No recoding so transfer speed is not dependent on CPU speed
Cons:
  • Requires four passes (copies) of video
  • Speed is limited by hard drive access, not necessarily faster than the Mencoder method depending on PC.
  • Loose the Mencoder filters that were removing noise and upscaling artifacts from the original.
Given that these programs are basically just changing frame header information, it would probably not be difficult for DVDFab to add something similar to vob stream processing. Unfortunately, it is unlikely to be high on their list of things to work on.

funny, before I stumbled on this thread I actually tried something similar. I actually did everything but step 3 and ended up with some weird audio sync issues.

I will try again with your method.
default_avatar
jeebuspwnz (New on Forum)
Posts: 6
Posted: 04-06-2008
awwww....phooey

I just tried your method and I have the same problem with audio sync. It starts out in sync but as the movie progresses, it gets further and further out of sync. By the end of the movie it's nearly 1 second off.

It's really too bad too, because the video IS corrected using this method. I don't mind the multiple steps or extra space required during processing...it's much quicker than any method that requires recompression.

So the question is...what causes the sync issues? In my original tests I mentioned that I did everything BUT step 3, but I ended up with the same problems. Why do we need to remove pulldown and change framrate in step 2, when we effectively do it again in step 3? What about just demuxing then using GUI pulldown to remove pulldown and change rate, then remuxing? I'll test that tomorrow...
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 04-06-2008
Quote:
Originally Posted by jeebuspwnz View Post
Why do we need to remove pulldown and change framrate in step 2, when we effectively do it again in step 3?
I've been using an out-of-date tsMuxer for quite some time. It wasn't until I saw the change log in a forum that I noticed they added (and fixed) the remove pulldown feature. The problem is that the resulting output leaves the 29.97fps and Interleave flags in the video. That's why I fired up GUI Pulldown to fix those flags.

Quote:
Originally Posted by jeebuspwnz View Post
What about just demuxing then using GUI pulldown to remove pulldown and change rate, then remuxing?
I woke with the same idea. After a brief test, yes it seems to work. The key is to check the "no RFF" option in GUI pulldown which I imagine stands for "no Repeat First Field". Of course this means that you will need to use something like DGIndex to demux since GUI pulldown only works on elementary streams.


As for the audio sync issue, the problem is probably tied to the timecodes on the video and audio. When I first started this process I also had the problem on one or two movies, but I was focused on the video problem so I didn't pursue it. In GUI pulldown there is a "not recalculate timecode" option that you might try. Once I find a movie that has the problem then I can investigate further.
Last edited by Complication; 04-06-2008 at 16:33. Reason: typo
default_avatar
Complication (CD Freaks Member)
Posts: 225
Posted: 04-06-2008
Again, I don't have an audio drift problem movie handy but in doing some quick research I came across this small thread:

http://forums.afterdawn.com/thread_view.cfm/640431

You might be able to correct the audio drift when it occurs using Mencoder:

Quote:
mencoder my_movie.vob -ovc copy -oac copy -forceidx -o my_movie_fixed.vob
default_avatar
jeebuspwnz (New on Forum)
Posts: 6
Posted: 04-06-2008
Quote:
Originally Posted by Complication View Post
I woke with the same idea. After a brief test, yes it seems to work. The key is to check the "no RFF" option in GUI pulldown which I imagine stands for "no Repeat First Field". Of course this means that you will need to use something like DGIndex to demux since GUI pulldown only works on elementary streams.


As for the audio sync issue, the problem is probably tied to the timecodes on the video and audio. When I first started this process I also had the problem on one or two movies, but I was focused on the video problem so I didn't pursue it. In GUI pulldown there is a "not recalculate timecode" option that you might try. Once I find a movie that has the problem then I can investigate further.
I tried this and it did work...as well as the method described prior. Still having audio drift.

Quote:
mencoder my_movie.vob -ovc copy -oac copy -forceidx -o my_movie_fixed.vob
so I tried this...and was really really hoping it would work. But all it did was break the video stream all-together, and my 5.1 stream magically turned into a stereo stream.
There's more to MyCE.com

Listen up, we've got more. Product information on 102,541 products. Our experts have written 521 articles. We've gathered 16,068 news items for you to always keep updated.

Active Commenters

Posting Rules

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

People who found this also searched for

  • dvd streaming to ps3
  • mencoder synology
  • source stream contain irregular pulldown marks.
  • 24 fps when streaming ps3
  • 24fps ps3 streaming
  • audio delay on ps3 streaming
  • audio drift playback ps3
  • audio drift tsmuxer
  • bad quality when streaming with ps3
  • bad stream quality ps3
  • best bitrate for avi streaming to ps3
  • best high quality streaming site for ps3
  • best quality ps3 stream
  • better quality streaming on ps3
  • better quality streaming to ps3
  • charlie chocolate factory 1080p crf 22
  • chocolate stream ps3
  • correct settings on ps3 for streaming
  • download test clip panning judder
  • dvd chapters ps3 streaming
  • dvd playback in ps3 judder problem
  • dvd rip to ps3 stream
  • dvd stream to ps3
  • dvd streamen naar ps3
  • dvdrip files ps3 no sound fix
  • high quality bitrate stream to ps3
  • high quality dvd to ps3 stream
  • highest video quality to stream to ps3
  • how to get better streaming quality on ps3
  • how to get rid of fullscreen ps3 hp w2007
  • how to improve streaming quality from pc to ps3
  • how to stop ps3 streaming avi judders
  • i keep getting i o error 32 with vobmerge
  • ideal bitrate for ps3 streaming
  • improve ps3 copy dvdfab tips
  • improving avi audio streaming ps3
  • loss of quality streaming to ps3
  • lower quality on stream on ps3
  • mencoder 1080p crf
  • mencoder 1280x720 ps3
  • mencoder rip scale 480p
  • mencoder.exe error ps3
  • mencoder.exe has a return code of 1! maybe an error occured
  • mkv2vob playback judder
  • mpeg streaming ps3
  • nmt mp4box chapter
  • options for streaming to bedroom?
  • playstation 3 divx playback interlacing
  • playstation 3 streaming quality
  • playstation media server stream hq
  • ps3 24fps streaming
  • ps3 divx mencoder option
  • ps3 divx playback crop scaling
  • ps3 divx playback network connection lost
  • ps3 dvd upscaling stream vob
  • ps3 frame noise reduction and streaming video
  • ps3 media server add chapter
  • ps3 mpg bad quality
  • ps3 not doing 5.1 on streamed movies
  • ps3 play tversity lokos dark
  • ps3 playing avi files audio drifts
  • ps3 sound on films delayed
  • ps3 steaming audio video sync
  • ps3 stop stream upscale
  • ps3 stream video quality
  • ps3 stream with mplayer
  • ps3 streaming best quality
  • ps3 streaming dvd no chapters
  • ps3 streaming options
  • ps3 streaming quality
  • ps3 streaming resolution
  • ps3 streaming upscaling
  • ps3 upscale avi
  • ps3 upscale streamed dvds
  • ps3 upscale streamed xvid
  • ps3 vob upscale
  • ps3 wont upscale vobs on hardrive
  • rip dvds to a nas drive and stream to my ps3
  • sony firmware fixes judder
  • sound delays when streaming to ps3
  • steaming video slow on ps3
  • steaming video very slow ps3
  • stream dvd files to ps3
  • stream dvd to ps3
  • stream dvd to ps3 chapter
  • stream dvds to ps3
  • stream from mplayer to ps3
  • stream high quality movies to ps3
  • stream to ps3 wired quality
  • stream unaltered dvd to ps3
  • stream video ts from synology to ps3
  • stream video ts to ps3
  • stream with chapters ps3
  • stream xvid to ps3 upscale
  • streaming dvd to ps3
  • streaming dvd video to ps3
  • streaming h.264 content to ps3
  • streaming h264 content to ps3
  • streaming hd movies to ps3
  • streaming mp2 to ps3
  • streaming on ps3
  • streaming on the ps3
  • streaming ps3 mplayer
  • streaming to ps3 no audio
  • streaming video shakes on ps3
  • streaming video to ps3 quality
  • streaming xvid from pc to ps3
  • synology ac3 passthrough
  • synology ffmpeg x264 install
  • synology stream dvd video ts ps3
  • ts datei ps3 synology umbenennen
  • tsmuxer ms delay
  • tversity interpolation
  • tversity quality looks bad streamed to ps3
  • video quality streaming pc to ps3
  • vista streaming to ps3 jerky playback
  • vob passthrough ps3
  • wga600n streaming quality ps3 n
  • x264.exe crf for streaming
All times are GMT +2. The time now is 12:09.
Top