Advertisement
Guest User

Untitled

a guest
Jul 23rd, 2022
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.45 KB | None | 0 0
  1. PLATFORM
  2. ------------------------------
  3. OS Code: Microsoft Windows NT 6.1.7601 Service Pack 1
  4. OS Name: Windows 7 Ultimate Service Pack 1 (x32)
  5. Framework: 2.0.50727.5477 (v4.0)
  6. AviSynth: AviSynth 2.60, build:Mar 9 2013 [13:28:27]
  7. CPU Info: Pentium(R) Dual-Core CPU T4200 @ 2.00GHz (~2000), 2 core(s)
  8. RAM Total: 3583Mb
  9. Language: RUS (1251, ",")
  10. SystemDrive: C:
  11.  
  12. XviD4PSP
  13. ------------------------------
  14. Version: 5.10.330.0
  15. Created: 19.03.2013 06:34:12
  16. AppPath: C:\Program Files\XviD4PSP 5
  17. TempPath: G:\Temp
  18.  
  19. FILES
  20. ------------------------------
  21. queen.mkv >
  22. queen.avi
  23.  
  24. TASK
  25. ------------------------------
  26. Format: AVI Hardware
  27. Duration: 00:54:15:088 (97555)
  28. VideoDecoder: LWLibavVideoSource
  29. Resolution: 1920x1080 > 720x400
  30. Aspect: 1.7778 > 1.8000
  31. VCodecPreset: 1000
  32. VEncodingMode: TwoPassSize
  33. VideoCodec: h264 > XviD (1.3.x)
  34. Size: 3624.1 mb > 1002.0 mb
  35. Quality: 0.138 > 0.254
  36. Framerate: 29.970
  37. SourceType: PROGRESSIVE
  38. FieldOrder: UNKNOWN
  39. AEncodingPreset: Copy
  40. AudioCodec: AC3
  41. AudioBitrate: 384
  42. Samplerate: 48000
  43. Channels: 2
  44.  
  45. SCRIPT
  46. ------------------------------
  47. Import("C:\Program Files\XviD4PSP 5\dlls\AviSynth\functions\AudioFunctions.avs")
  48. Import("C:\Program Files\XviD4PSP 5\dlls\AviSynth\functions\VideoFunctions.avs")
  49. LoadPlugin("C:\Program Files\XviD4PSP 5\dlls\AviSynth\plugins\LSMASHSource.dll")
  50. LoadPlugin("C:\Program Files\XviD4PSP 5\dlls\AviSynth\plugins\NicAudio.dll")
  51. LoadPlugin("C:\Program Files\XviD4PSP 5\dlls\AviSynth\plugins\TIVTC.dll")
  52.  
  53. SetMemoryMax(640)
  54. SetMTMode(3, 2)
  55.  
  56. video = LWLibavVideoSource("G:\queen.mkv", stream_index=-1, cache=true, dr=false).AssumeFPS(29.970)
  57. audio = NicAC3Source("G:\Temp\0002_0.ac3")
  58. AudioDub(video, audio)
  59.  
  60. SetMTMode(2)
  61.  
  62. TDecimate(cycleR=1, cycle=5)
  63.  
  64. ConvertToYV12()
  65. Lanczos4Resize(720, 400)
  66.  
  67. ###[FILTERING]###
  68. ###[FILTERING]###
  69.  
  70.  
  71.  
  72. Используем готовый файл: G:\Temp\0002_0.ac3
  73.  
  74. VIDEO ENCODING
  75. ------------------------------
  76. Encoding video to: G:\Temp\0002.avi
  77. XviD (1.3.x) 2189kbps 720x400 29.970fps (97555 frames)
  78.  
  79. ...first pass...
  80.  
  81. xvid_encraw.exe: -pass1 "G:\Temp\0002_1.log" -qtype 1 -vhqmode 4 -nopacked -bvhq -max_bframes 1 -masking 2 -threads 2 -i "G:\Temp\0002.avs" -o NUL
  82.  
  83. Tot: enctime(ms) =3298340.00, length(bytes) = 805461486
  84. Avg: enctime(ms) = 42.26, fps = 23.66, length(bytes) = 10320
  85. I frames: 801 frames, size = 37609/30125526, quants = 2 / 2.00 / 2
  86. P frames: 39717 frames, size = 15856/629780977, quants = 2 / 2.00 / 2
  87. B frames: 37526 frames, size = 3878/145554983, quants = 4 / 4.00 / 4
  88.  
  89. ...last pass...
  90.  
  91. xvid_encraw.exe: -pass2 "G:\Temp\0002_1.log" -bitrate 2189000 -qtype 1 -vhqmode 4 -nopacked -bvhq -max_bframes 1 -masking 2 -imin 1 -bmin 1 -pmin 1 -threads 2 -i "G:\Temp\0002.avs" -avi "G:\Temp\0002.avi"
  92.  
  93. Tot: enctime(ms) =4693977.00, length(bytes) = 890600772
  94. Avg: enctime(ms) = 60.15, fps = 16.63, length(bytes) = 11411
  95. I frames: 801 frames, size = 45821/36703417, quants = 1 / 1.66 / 2
  96. P frames: 39717 frames, size = 17513/695580064, quants = 1 / 1.93 / 3
  97. B frames: 37526 frames, size = 4218/158317291, quants = 2 / 3.77 / 5
  98.  
  99.  
  100. MUXING
  101. ------------------------------
  102. Video file: G:\Temp\0002.avi
  103. Audio file: G:\Temp\0002_0.ac3
  104. Muxing to: G:\queen.avi
  105.  
  106. virtualdubmod.exe: /x /s"G:\Temp\0002.vcf"
  107.  
  108.  
  109. TIME
  110. ------------------------------
  111. Общее время кодирования: 2 hour 37 min 34 sec
  112. Файл получился на: 1001.97 mb
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement