Ok, so here is what I got installed on my computer in the first place
Format Factory 2.45
K-Lite Codec Pack Full
Avisynth 2.5.8
Ok, so I take an .mkv file and drag it into FF2.45 and I use the settings "HD AVC 640x360 Widescreen". I set the bitrate to 1600 and FPS to default. I set Avisynth to ON
Here is the problem, so click on "Watermark (png, bmp, gif) (Avisynth)" and I add my .png image (small logo). And if I do add a logo with avisynth on, the video is perfect, the subs appear perfectly, the logo appears perfecly
BUT the audio sounds like chipmunks singing and the audio is like 100x faster and squeaky >_< AND if I dont add logo with avisynth OFF (means no logo) the video, subs, and audio work perfectly.
Why is this when I add my logo the sound gets all weird? Help please.....![]()
+ Reply to Thread
Results 1 to 10 of 10
-
-
Can you edit/see the avisynth file that format factory creates? It would help.
-
Yes I can. During the conversion, a file called "_FFTemp_168_.avs" is created. And in it is this:
try{SetMemoryMax(16)
F=DirectShowSource("C:\Users\***\Desktop\[KSH-IEA]_Fairy_Tail_-_45_[720p][6AEAA710].mkv",25.000,convertfps=true)
F=LanczosResize(F,640,360)
F=ConvertToRGB32(F)
F_Img=ImageSource("C:\Users\***\logo.png",pixel_ty pe="rgb32")
F=Layer(F,F_Img,x=490,y=0)
F=ConvertToYV12(F)
return F
}catch(err_msg){BlankClip(0,1,1)}Last edited by haddad; 20th Oct 2010 at 23:57. Reason: Hid name
-
There must be a way to fix this, if I can convert videos with logo on my old 6-year old intel core computer, I MUST be able to do it on my new intel core i3 laptop.
-
Yeah, but if you look at the comments for the program you'll see that others have problems with the audio output also. Maybe convert the AC3 audio To PCM WAV before sending it to Format Factory.
Or, as I suggested earlier, use a different program.
Or email the author and whine about it to him. -
I don't work with MKVs, and I don't know what kind of audio or video is in there. Maybe post the MediaInfo information on it so we know what we're working with. Anyway. I often extract audio as WAV using the free version of AoA Audio Extractor. But once you give us more detail about what you have maybe I or someone else can provide more help.
Reeencoding someone else's work so you can add in your own logo is beyond lame. -
Here is what I got
General
CompleteName : C:\Users\***\Videos\[KSH-IEA]_Fairy_Tail_-_45_[720p][6AEAA710].mkv
Format : Matroska
FileSize/String : 350 MiB
Duration/String : 24mn 44s
OverallBitRate/String : 1 977 Kbps
Encoded_Date : UTC 2010-09-17 19:22:12
Encoded_Application : mkvmerge v2.9.7 ('Tenderness') built on Jul 1 2009 18:43:35
Encoded_Library/String : libebml v0.7.7 + libmatroska v0.8.1
Cover : Yes
Video
ID/String : 1
Format : AVC
Format/Info : Advanced Video Codec
Format_Profile : High@L4.0
Format_Settings_CABAC/String : Yes
Format_Settings_RefFrames/String : 8 frames
MuxingMode : Container profile=Unknown@4.0
CodecID : V_MPEG4/ISO/AVC
Duration/String : 24mn 44s
BitRate_Nominal/String : 1 835 Kbps
Width/String : 1 280 pixels
Height/String : 720 pixels
DisplayAspectRatio/String : 16:9
FrameRate/String : 23.976 fps
ColorSpace : YUV
ChromaSubsampling : 4:2:0
BitDepth/String : 8 bits
ScanType/String : Progressive
Bits-(Pixel*Frame) : 0.083
Encoded_Library/String : x264 core 98 r1649 c54c47d
Encoded_Library_Settings : cabac=1 / ref=8 / deblock=1:1:1 / analyse=0x3:0x133 / me=umh / subme=6 / psy=1 / psy_rd=0.60:0.00 / mixed_ref=1 / me_range=16 / chroma_me=1 / trellis=2 / 8x8dct=1 / cqm=0 / deadzone=21,11 / fast_pskip=1 / chroma_qp_offset=-2 / threads=2 / sliced_threads=0 / nr=0 / decimate=1 / interlaced=0 / constrained_intra=0 / bframes=16 / b_pyramid=0 / b_adapt=1 / b_bias=0 / direct=3 / weightb=0 / weightp=2 / keyint=250 / keyint_min=25 / scenecut=40 / intra_refresh=0 / rc_lookahead=40 / rc=2pass / mbtree=1 / bitrate=1835 / ratetol=1.0 / qcomp=0.60 / qpmin=10 / qpmax=51 / qpstep=4 / cplxblur=20.0 / qblur=0.5 / ip_ratio=1.40 / aq=1:0.00
Language/String : Japanese
Audio
ID/String : 2
Format : AAC
Format/Info : Advanced Audio Codec
Format_Version : Version 4
Format_Profile : LC
Format_Settings_SBR/String : No
CodecID : A_AAC
Duration/String : 24mn 44s
Channel(s)/String : 2 channels
ChannelPositions : Front: L R
SamplingRate/String : 48.0 KHz
Language/String : Japanese
Text
ID/String : 3
Format : ASS
CodecID : S_TEXT/ASS
CodecID/Info : Advanced Sub Station Alpha
Language/String : English
Menu
00:00:00.000 : :Prologue
00:00:29.940 : :Opening
00:02:10.170 : :Part A
00:12:41.840 : :Part B
00:22:34.850 : :Ending
00:24:04.900 : :Preview
Last edited by haddad; 20th Oct 2010 at 23:56. Reason: Hid name
Similar Threads
-
Problems with Format Factory
By wurm7467 in forum Video ConversionReplies: 5Last Post: 15th Sep 2012, 09:54 -
has anyone tried FORMAT FACTORY
By hilario in forum Newbie / General discussionsReplies: 3Last Post: 29th May 2012, 15:42 -
Format Factory problem
By Stef2010 in forum Video ConversionReplies: 6Last Post: 29th May 2012, 15:31 -
How to add logo in Format factry
By ashe09 in forum Newbie / General discussionsReplies: 2Last Post: 23rd Apr 2012, 04:55 -
Format Factory Question
By dexterdoo in forum Video ConversionReplies: 2Last Post: 2nd Aug 2011, 14:43