SamKook
7th April 2011, 06:21
I'm trying to encode a music video(1080i h264 in a .ts) to 720p and I'm having a hard time extracting the video from the .ts into something usable with avisynth.
I tried DGAVCdec, but the end result is full of glitches even if I don't apply any filters(which mean a simple 1080i to 1080i re-encode). I read somewhere in my many searches that DGAVCdec had a problem with interlaced h264, but it was dated from 2006 I think so I don't know if it's still true.
Loading the .ts directly with FFmpegsource2 also didn't give anything good and I read it could have sync issues so that's not ideal.
I tried processing it with projectx, but I'm having a hard time finding an up-to-date tutorial so I'm not exactly sure of what I'm doing.
I load my .ts in the collection box at the bottom, click prepare, click on the "i" icon to get the infos(which gives 218 errors similar to this: "PID 0x1100 (payload: 00 00 01 FD 06 0B 84 81 ..) (164876 #878) -> ignored") and I make sure demux is selected and click the play button which gives 20 GOP errors:"dropping video data, GOP larger than 6MB"
If someone could point me in the right direction to prepare 1080i h264 in avisynth it would really be appreciated.
P.S. I use all the latest version of the software used and I want to do each steps manually, not with megui(I would prefer it that way. Please don't throw me rocks while calling me a newb that can't handle doing it without a gui).
I tried DGAVCdec, but the end result is full of glitches even if I don't apply any filters(which mean a simple 1080i to 1080i re-encode). I read somewhere in my many searches that DGAVCdec had a problem with interlaced h264, but it was dated from 2006 I think so I don't know if it's still true.
Loading the .ts directly with FFmpegsource2 also didn't give anything good and I read it could have sync issues so that's not ideal.
I tried processing it with projectx, but I'm having a hard time finding an up-to-date tutorial so I'm not exactly sure of what I'm doing.
I load my .ts in the collection box at the bottom, click prepare, click on the "i" icon to get the infos(which gives 218 errors similar to this: "PID 0x1100 (payload: 00 00 01 FD 06 0B 84 81 ..) (164876 #878) -> ignored") and I make sure demux is selected and click the play button which gives 20 GOP errors:"dropping video data, GOP larger than 6MB"
If someone could point me in the right direction to prepare 1080i h264 in avisynth it would really be appreciated.
P.S. I use all the latest version of the software used and I want to do each steps manually, not with megui(I would prefer it that way. Please don't throw me rocks while calling me a newb that can't handle doing it without a gui).