NOTE: Sorry for the length of this post
I'm totally baffled here..I recently got a new hd in my encoding laptop and decided it was time to wipe everything and restart from scratch. Set the system up and programs up as usual, got everything working and tried to encode my first video. I captured the file from my tivo dvr and it plays perfectly in its raw state but once I encode it..it all goes to hell in a handbag. I'll explain
I'm using the following programs
Simple X264 launcher
AvsPmod
DGIndex
mkvmerge
- I take my raw mpg and drop it into DGIndex to demux it
- Upon it finishing I take the d2v file and put it into AvsPmod
- Then I apply my interlace as the file I have is a hybrid
Quote:
Telecide(guide=1,gthresh=15).Decimate(mode=3,thres hold=1.0)
|
- I also use MPEG2Source as I thought DirectShowSource was causing frame drops
so my complete script for avsPmod is
Quote:
MPEG2Source("C:\Documents and Settings\admin\Desktop\encoding\Dr.G.Medical.Exami ner - (S02E02).The.Mourning.After - 2005.d2v")
Telecide(guide=1,gthresh=15).Decimate(mode=3,thres hold=1.0)
|
- Save the script and start up Simple X264 launcher
- Add the script to Simple X264 launcher, Make my CRF 19.5, then I add my custom x264 parameters
Quote:
--ref 11 --level 4.1 --no-fast-pskip --no-dct-decimate --bframes 5 --b-pyramid normal --direct auto --deblock -2:-1 --subme 10 --partitions all --trellis 2 --aq-strength 0.80 --psy-rd 1.0:0.0 --b-adapt 2 --me umh --merange 48 --thread-input
|
- Add the job and start it up
~3 hours later~
- I take the mkv video, and the AC3 audio which I demux on step 1 and mux them with mkvmerge. I set the framerate to the right one 29.970
~less then a minute~
- play file
file is completely out of sync. Like by at least 3-5 seconds. It isn't just that source either. I tried yet another one from a different channel, different time, different day, etc etc still same problem. Does anyone have a freaking clue what is going on? Everything that I can think of is up to date, or as up to date as possible as some programs aren't updated anymore. I should also note that if I encode these files in a one click encoder (handbrake, etc) it works fine and I have no sync problems.
Am I missing something ?