|
|
| picaso |
Posted: Jun 2 2014, 03:50 AM |
 |
|

Advanced Member
  
Group: Members
Posts: 79
Member No.: 22592
Joined: 12-December 07

|
When I Load this avi , I get this error message - stream 0 has a non-zero start postition of 4 samples (+133 ms) vd does not support non zero start time.
When I try to save this avi after adding a filter, another error message comes up - video compression error. The source format is not acceptable(error code -2).
the video info is resolution - 768 x576 - divx6.6.1. Any help would be appreciated that I can save this after editing . |
 |
| raffriff42 |
| Posted: Jun 2 2014, 04:07 AM |
 |
|

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

|
Regarding non-zero start, I think you can ignore the warning?
Regarding "The source format is not acceptable (error code -2)," what filter did you add to make this error message appear? The reason is probably one of the following:- Video has a non-compatible resolution; to fix it:
- Video must be set to Full Processing mode
- Add a Resize filter
- Size=100%
- Aspect=same as source
- Mode=don't care
- Framing=Do not letterbox or crop
- Codec-friendly sizing=Multiples of 8
- Vdub is set to a non-compatible color depth; to fix it:
- Go to the Video menu, Color depth
- Try setting output color depth to "24 bit RGB (888)."
- If that doesn't work try "4:2:0 planar YCbCr (YV12)."
- If that doesn't work, review your codec configuration.
|
 |