|
|
| rivetr |
Posted: Aug 5 2014, 01:34 AM |
 |
|
Newbie

Group: Members
Posts: 2
Member No.: 38198
Joined: 5-August 14

|
Hello everyone! This is my first time posting here. I was looking in the forums how to overlay video, I read it and followed the instructions, it worked very well! (Using an Avisynth script).
http://forums.virtualdub.org/index.php?act...=ST&f=4&t=22050
I didn't have any problem with the video, the only thing is: There are some white letters and numbers in the upper left of the video. Something like this: (Random numbers: 4339 (number of the frame) , ST: 4343339 IF:20)
PVOP
Avisynth script: main=avisource("C:\Users\Superuser\Desktop\clip.avi").ConvertToYUY2() pip=avisource("C:\Users\Superuser\Desktop\clip_German3.avi", audio=false).ConvertToYUY2().bicubicresize(120,80) Layer(main,pip,"add",255,1,1)
Opening in the VirtualDub 32 bits: -No change in the video frame rate. -Compression: Xvid-MPEG4 Codec (Xvid HD 720) -Compression audio: Ley U de CCITT
Filters: -null transform 686x456 -resize 1280*720 -Sharpen by 50 -Deinterlace (mode yadif, keep top)
(I have just made another video with the same config above, but no Avisynth script). Result: White letters and numbers!
File info video: (No avisynth script) Video: Frame size, fps (µs per frame): 720x480, 29.970 fps (33367 µs) Length: 7273 frames (4:02.67) Decompressor: Huffyuv v2.1.1 (HFYU) Number of key frames: 7246 Min/avg/max/total key frame size: 160360/296402/382740 (2097393K) Min/avg/max/total delta size: 0/0/0 (0K) Data rate: 70802 kbps (0.01% overhead)
Audio: Sampling rate: 48000Hz Channels: 2 (Stereo) Sample precision: N/A Compression: CÓDEC Microsoft ADPCM (0x0002) Layout: 1 chunks (0.00s preload) Length: 5720 samples (4:02.62) Min/avg/max/total frame size: 11714560/11714560/11714560 (11440K) Data rate: 386 kbps (0.00% overhead)
----------------- Opening with 64 bits version: VirtualDub 64 bits:
-Using avisynth script: It gives me an error: AVI import filter error (Unknown) (8004154) -Opening the same video, using the same config above: Everything ok, no white letters and numbers.
It is only happening in my 32 bits version.
I don't know how to take out those white numbers, am I missing something?
Greetings and thanks. |
 |
| raffriff42 |
| Posted: Aug 5 2014, 11:10 AM |
 |
|

Advanced Member
  
Group: Members
Posts: 384
Member No.: 35081
Joined: 25-June 12

|
I suspect it might be ffdshow's OSD feature. [EDIT if not, it's coming from some *other* codec. Assuming "IF:" means "I-frame," only the codec would know that information.] Are you decoding Huffyuv with ffdshow, AND is OSD enabled? Check both "VfW configuration" and "Video decoder configuration."
This post has been edited by raffriff42 on Aug 5 2014, 07:45 PM |
 |
| rivetr |
| Posted: Aug 6 2014, 03:40 AM |
 |
|
Newbie

Group: Members
Posts: 2
Member No.: 38198
Joined: 5-August 14

|
| QUOTE (raffriff42 @ Aug 5 2014, 11:10 AM) | | I suspect it might be ffdshow's OSD feature. [EDIT if not, it's coming from some *other* codec. Assuming "IF:" means "I-frame," only the codec would know that information.] Are you decoding Huffyuv with ffdshow, AND is OSD enabled? Check both "VfW configuration" and "Video decoder configuration." | The OSD feature was unticked, so it wasn't ffdshow. You were right, it's coming from some other codec (Xvid).
For an unknown reason, the "Print debug info on each frame" was ticked in the Xvid Config. I don't remember ticking that, I just unticked, and everything was ok.
Thanks raffriff42! |
 |
|