-

  • (348)
  • (302)
  • (108)
  • (95)
  • (92)
  • 1 (84)
  • (77)
  • (75)
  • (68)
  • (61)
  • (59)
  • (57)
  • (53)
  • XXX (51)
  • (48)
  • (42)
  • Outlook (41)
  • (28)
  • (24)
  • (17)
  • (15)
  • (15)
  • (12)
  • (11)
  • (6)
  • CD (6)
  • (4)
  • (3)
  • (3)
  • (1)
  • (1)

 -

 - e-mail

 

 -

   fixin

 -

( : 1) _

 -

 LiveInternet.ru:
: 12.12.2002
: 4343
: 24598
: 35607

:

.


: (48), (42), (11), (95), (24), (3), (57), (15), (15), (68), (6), CD(6), (53), (108), (17), (3), (28), (61), (1), (75), (1), (77), (92), (348), (12), (302), (4), XXX(51), Outlook(41), 1(84)
(0)

.

, 06 2005 . 15:52 +
.


(0)

.

, 06 2005 . 15:49 +
. .
, 4, , , ( 5 ) .
!
, , .
- .



(0)

SMS

, 31 2005 . 10:13 +
( ) SMS, .
? RoboForm, Maxton.
-. -, SMS, - .


(3)

.

, 27 2005 . 13:41 +
.
- - .
- .
, icq.com.
"", - forgot ICQ password.
, , ICQ, , . ! :)
, , e-mail , .. :)



(0)

, 21 2005 . 13:26 +
Win2k

Win2k - , , . - . , ( - ).
- , . . . .



(0)

, 18 2005 . 15:21 +
, / ( ):

/: +(37517)233-88-87
: +(37517)276-41-22
: +(37529)637-88-87, +(37529)400-41-22

http://mf2004.narod.ru/

- , .

" " - .


(2)

, 18 2005 . 11:32 +
, (). , , !


(0)

, 18 2005 . 10:13 +
, - 50 , - , .
SD- ( ) .
. :)
(c)


(2)

FAQ

, 14 2005 . 15:49 +
, :
* , , . . ( ), " " .
* . . , . , .
* , , . , .
* : , , .
* - , , . .
* , , , , , , . , , .
* - ,
* , () " ". . .

! :)


(0)

FireFox & Fixin

, 29 2005 . 10:32 +
FireFox.
, IE, MyIE, , FireFox.
:
1. IE - Mobile Favorites.
2. MHT.

IE.



(2)

.

, 24 2005 . 12:19 +
. , , - - . , , - . - - , , ...



(0)

.

, 21 2005 . 10:43 +
, .
- , , - .
, .
, - .
, CMOS . . :)
- 12V . .
, 400 .
, , -.
, , , . .
- . :)
2000 , . :)


(0)

.

, 15 2005 . 12:22 +
, , " ".
, RC.
, .
8, , GUID, . , ... :)


(1)

!

, 28 2005 . 18:46 +
- "Vanila Sky"
- , - !

, . , . !



(0)

Virtual Dub

, 25 2005 . 19:51 +
Virtual Dub

, 100 jpeg- 5 . , 100 - , , virtual dub .



Virtual Dub , , (job). . Job- :

// VirtualDub job list (Sylia script format)
// This is a program generated file -- edit at your own risk.
//
// $numjobs 1
//

// $job "Job 1"
// $input "F:\09003027.mpg"
// $output "*.tga"
// $state 0
// $start_time 0 0
// $end_time 0 0
// $script

VirtualDub.Open("F:\\09003027.mpg","",0);
VirtualDub.audio.SetSource(1);
VirtualDub.audio.SetMode(0);
VirtualDub.audio.SetInterleave(1,500,1,0,0);
VirtualDub.audio.SetClipMode(1,1);
VirtualDub.audio.SetConversion(0,0,0,0,0);
VirtualDub.audio.SetVolume();
VirtualDub.audio.SetCompression();
VirtualDub.audio.EnableFilterGraph(0);
VirtualDub.video.SetDepth(24,24);
VirtualDub.video.SetMode(3);
VirtualDub.video.SetFrameRate(0,1);
VirtualDub.video.SetIVTC(0,0,-1,0);
VirtualDub.video.SetRange(0,0);
VirtualDub.video.SetCompression();
VirtualDub.video.filters.Clear();
VirtualDub.audio.filters.Clear();
VirtualDub.subset.Clear();
VirtualDub.subset.AddRange(0,17596);
VirtualDub.SaveImageSequence("", ".tga", 0, 1);
VirtualDub.Close();

// $endjob
//
//--------------------------------------------------
// $done
Virtual Dub, . , $done , $script, $job $endjob.

, . , Job-, , "". , Virtual Dub , . job- . , , job- job-.

Job- File - Job conrol - Load Job List. File-Run script. job- , . .

- . - "\" - "\\". , "F:\\\xd1\x83\xd0\xb4\xd0\xb0\xd0\xbb\xd1\x8f\xd1\x82\xd1\x8c". .

,

, , . , COPY/PASTE , , . Windows CMD.

. F:\PM . , Virtual Dub bmp tga. ACDSEE.

dubbing.cmd test.cmd.

DUBBING.CMD

@echo off

rem %1 - script file
rem %2 - avi file
rem %3 - result dir

set sf=%~1
set workfile=%~2
set workdir=%~3%~n2

echo Script File: %sf%
echo Avi File: %workfile%
echo Result Dir: %workdir%

rem pause


if exist %1 goto skip_create
rem echo> %sf% // VirtualDub job list (Sylia script format)
rem echo>>%sf% // This is a program generated file -- edit at your own risk.
rem echo>>%sf% // $numjobs 1000

:skip_create


:addfile
md>nul "%workdir%"
set workfile1=%workfile:\=\\%
echo %workfile1%
set workdir1=%workdir:\=\\%

echo>> %sf% // $job "Job%workfile1%"
echo>> %sf% // $script

echo>> %sf% VirtualDub.Open("%workfile1%","",0);
echo>> %sf% VirtualDub.audio.SetSource(1);
echo>> %sf% VirtualDub.audio.SetMode(0);
echo>> %sf% VirtualDub.audio.SetInterleave(1,500,1,0,0);
echo>> %sf% VirtualDub.audio.SetClipMode(1,1);
echo>> %sf% VirtualDub.audio.SetConversion(0,0,0,0,0);
echo>> %sf% VirtualDub.audio.SetVolume();
echo>> %sf% VirtualDub.audio.SetCompression();
echo>> %sf% VirtualDub.audio.EnableFilterGraph(0);
echo>> %sf% VirtualDub.video.SetDepth(24,24);
echo>> %sf% VirtualDub.video.SetMode(3);
echo>> %sf% VirtualDub.video.SetFrameRate(0,1);
echo>> %sf% VirtualDub.video.SetTargetFrameRate(450,10000);
echo>> %sf% VirtualDub.video.SetIVTC(0,0,-1,0);
rem echo>> %sf% VirtualDub.video.SetRange(0,0);
echo>> %sf% VirtualDub.video.SetCompression();
echo>> %sf% VirtualDub.video.filters.Clear();
echo>> %sf% VirtualDub.audio.filters.Clear();
rem echo >> %sf% VirtualDub.subset.Clear();
rem echo >> %sf% VirtualDub.subset.AddRange(0,999999);
echo>> %sf% VirtualDub.SaveImageSequence("%workdir1%\\", ".bmp", 3, 0);
echo>> %sf% VirtualDub.Close();

echo>> %sf% // $endjob
%sf% . , , COPY/PASTE - , . : - , - avi-, - , .

, . set , , , .. set /? Win 2K.

, . .

TEST.CMD

set sf=F:\_pm\vdub_job.jobs

del %sf%

call dubbing %sf% "F:\Films\Lost Highway CD1.avi" "F:\_pm\"
call dubbing %sf% "F:\Films\Lost Highway CD2.avi" "F:\_pm\"
rem for %%i in (f:\films\*.avi) do call dubbing %sf% %%i "F:\_pm\"
for /R f:\films\ %%i in (*.avi) do call dubbing %sf% %%i "F:\_pm\"
, , - FOR. FOR /R .

, .






(2)

, 25 2005 . 19:49 +


, , , , , , , .

, " " DVD-, . , . . , . , , , " ".



. , 2004 " " . 2004 " " " " , .

, " " , C:\2004. - . - , " ".

:

1. . , .
2. . .
3. .



, " ". - .

. , , . , .



"SOFT", , . , , . . . "SOFT", CD SOFT-2004 "SOFT". CD Soft 2004.



, , , -. , . - . . " " , . , , . . !



(0)

, 25 2005 . 19:47 +
.

27 2004 1:. 14 400 . 12 . 13, 12. , 700 . .

.

, . , . , , .

, , , 10% , ( - ) , ( ). , . , , 10-20% "" .



- . , , .

, , - .

1. .

, , . . "" "" .

2. .

. "" . , "" . "". , 0.

( ) , "" 1, , "0".

3. .

- . . . , .
, . , .

4. - .

, . , , . - , . ..

/. , (50%) . , .

.

, . , . , .

- . , . , .

!


(0)

2 2

, 25 2005 . 19:46 +
2 "" 2 "" 1. , , ...
1



(0)

XML

, 25 2005 . 19:45 +
, XML Win-1251.
:

var pi = xmldoc.createProcessingInstruction("xml",
" version='1.0' encoding="win-1251");
xmldoc.appendChild(pi);

, :


To change the encoding that the XML DOM Save method uses, you need to create an XML declaration with an encoding attribute at the top of your document as follows:

var pi = xmldoc.createProcessingInstruction("xml",
" version='1.0' encoding='ISO-8859-1'");
xmldoc.appendChild(pi);

When you call the save method, you will then get an ISO-8859-1 encoded file as follows:


å

Now, be careful you don't let the XML property confuse you. The XML property returns a Unicode string. If you call the XML property on the DOMDocument object after creating the ISO-8859-1 encoding declaration, you will get the following Unicode string back:


å

Notice that the ISO-8859-1 encoding declaration is gone. This is normal. The reason it did this is so that you can turn around and call LoadXML with this string and it will work. If it does not do this, LoadXML will fail with the error message: "Switch from current encoding to specified encoding not supported."




 : 3 2 [1]