I'm having problem to convert a avi file to mpeg2 with 'HC encoder', the video is getting a little strange, but converting with Freenc is getting all normal.
anyone could tell me why?
Media Info of this avi file:
Video
ID : 0
Format : MPEG-4 Visual
Format profile : Advanced Simple@L5
Format settings, BVOP : Yes
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 : 19mn 39s
Bit rate : 1 629 Kbps
Width : 720 pixels
Height : 480 pixels
Display aspect ratio : 3:2
Frame rate : 29.970 fps
Standard : NTSC
Color space : YUV
Chroma subsampling : 4:2:0
Bit depth : 8 bits
Scan type : Progressive
Compression mode : Lossy
Bits/(Pixel*Frame) : 0.157
Stream size : 229 MiB (100%)
Writing library : XviD 1.2.1 (UTC 2008-12-04)
AVS Script:
PlugDir="C:\Arquivos de programas\DIKO\avisynth plugins\"
LoadPlugin(PlugDir+"sampler.dll")
LoadPlugin(PlugDir+"VSFilter.dll")
Avisource("C:\Documents and Settings\SSSSS\Desktop\videos_chaves\video2\video. avi",false)
AssumeFPS(29.97)
WIDESCREEN=0
Overscan=0
source_widescreen=0
WIDTH=720
HEIGHT=480
INTERLACED=false
LoadPlugin(PlugDir+"blockbuster.dll")
LoadPlugin(PlugDir+"deen.dll")
LoadPlugin(PlugDir+"asharp.dll")
LoadPlugin(PlugDir+"undot.dll")
LoadPlugin(PlugDir+"autocrop.dll")
Import(PlugDir+"resize.avsi")
Import(PlugDir+"addaudio.avsi")
converttoyv12()
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Deen("c2d",2,4,6,4,6,0.5,9,"")
asharp(1,4)
UnDot()
DivXResize(WIDTH, HEIGHT, 0, "BicubicResize",WIDESCREEN)
Blockbuster(method="noise",detail_min=1,detail_max =10,variance=0.3,seed=2)
DivXBorders(HEIGHT,OVERSCAN)
AddAudio()Converttoyv12()
thx.
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by sgbd; 28th Nov 2010 at 16:20.
-
What do you mean by, "the video is getting a little strange"? Is it an aspect ratio issue, 4:3 when it should be 16:9 or vice-versa? Post a small sample that shows the problem, or even a pic.
-
Similar Threads
-
Problems converting H.264 AVC to MPEG2
By Gwar in forum Video ConversionReplies: 8Last Post: 4th Jul 2011, 11:29 -
Converting MKV to Mpeg2 audio problems
By anfield7 in forum Video ConversionReplies: 1Last Post: 22nd Feb 2010, 07:39 -
Converting MPEG2 to AVI?
By Oilte in forum Video ConversionReplies: 28Last Post: 19th Jan 2010, 01:42 -
Converting MP4 to Avi or mpeg2
By Mållgan in forum Video ConversionReplies: 6Last Post: 25th Aug 2009, 12:20 -
converting Dv-Avi/Dvd Mpeg2 to Xvid format
By glenpinn in forum Video ConversionReplies: 56Last Post: 9th Jun 2009, 09:23