Guest User

VLC from actual command line - compressor filter works

a guest
Apr 21st, 2020
386
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.81 KB | None | 0 0
  1. -- logger module started --
  2. main debug: VLC media player - 3.0.8 Vetinari
  3. main debug: Copyright © 1996-2019 the VideoLAN team
  4. main debug: revision 3.0.8-0-gf350b6b5a7
  5. main debug: configured with ../extras/package/win32/../../../configure '--enable-update-check' '--enable-lua' '--enable-faad' '--enable-flac' '--enable-theora' '--enable-avcodec' '--enable-merge-ffmpeg' '--enable-dca' '--enable-mpc' '--enable-libass' '--enable-schroedinger' '--enable-realrtsp' '--enable-live555' '--enable-dvdread' '--enable-shout' '--enable-goom' '--enable-caca' '--enable-qt' '--enable-skins2' '--enable-sse' '--enable-mmx' '--enable-libcddb' '--enable-zvbi' '--disable-telx' '--enable-nls' '--host=x86_64-w64-mingw32' '--with-breakpad=https://win.crashes.videolan.org' 'host_alias=x86_64-w64-mingw32' 'PKG_CONFIG_LIBDIR=/home/jenkins/workspace/vlc-release/windows/vlc-release-win32-x64/contrib/x86_64-w64-mingw32/lib/pkgconfig'
  6. main debug: using multimedia timers as clock source
  7. main debug: min period: 1 ms, max period: 1000000 ms
  8. main debug: searching plug-in modules
  9. main debug: loading plugins cache file C:\Program Files\VideoLAN\VLC\plugins\plugins.dat
  10. main debug: recursively browsing `C:\Program Files\VideoLAN\VLC\plugins'
  11. main debug: plug-ins loaded: 494 modules
  12. main debug: opening config file (C:\Users\Martin\AppData\Roaming\vlc\vlcrc)
  13. main debug: looking for logger module matching "any": 2 candidates
  14. file debug: opening logfile `C:\Users\Martin\Documents\Visual Studio 2019\Projects\LibVLCSharp_Test2\LogCMD.txt'
  15. main debug: using logger module "file"
  16. main debug: translation test: code is "C"
  17. main debug: looking for keystore module matching "memory": 3 candidates
  18. main debug: using keystore module "memory"
  19. main debug: CPU has capabilities MMX MMXEXT SSE SSE2 SSE3 SSSE3 SSE4.1 SSE4.2 FPU
  20. main: one instance mode ENABLED
  21. main debug: Creating an input for 'Media Library'
  22. main debug: Input is a meta file: disabling unneeded options
  23. main debug: using timeshift granularity of 50 MiB
  24. main debug: using timeshift path: C:\Users\Martin\AppData\Local\Temp
  25. main debug: `file/directory:///C:/Users/Martin/AppData/Roaming/vlc/ml.xspf' gives access `file' demux `directory' path `/C:/Users/Martin/AppData/Roaming/vlc/ml.xspf'
  26. main debug: creating demux: access='file' demux='directory' location='/C:/Users/Martin/AppData/Roaming/vlc/ml.xspf' file='C:\Users\Martin\AppData\Roaming\vlc\ml.xspf'
  27. main debug: looking for access_demux module matching "file": 15 candidates
  28. main debug: no access_demux modules matched
  29. main debug: creating access: file:///C:/Users/Martin/AppData/Roaming/vlc/ml.xspf
  30. main debug: (path: C:\Users\Martin\AppData\Roaming\vlc\ml.xspf)
  31. main debug: looking for access module matching "file": 26 candidates
  32. main debug: using access module "filesystem"
  33. main debug: looking for stream_filter module matching "prefetch,cache_read": 24 candidates
  34. cache_read debug: Using stream method for AStream*
  35. cache_read debug: starting pre-buffering
  36. cache_read debug: received first data after 0 ms
  37. cache_read debug: pre-buffering done 304 bytes in 0s - 296875 KiB/s
  38. main debug: using stream_filter module "cache_read"
  39. main debug: looking for stream_filter module matching "any": 24 candidates
  40. playlist debug: using XSPF playlist reader
  41. main debug: using stream_filter module "playlist"
  42. main debug: stream filter added to 00000128f0499fd0
  43. main debug: looking for stream_filter module matching "any": 24 candidates
  44. main debug: no stream_filter modules matched
  45. main debug: looking for stream_directory module matching "any": 1 candidates
  46. main debug: no stream_directory modules matched
  47. main debug: attachment of directory-extractor failed for file:///C:/Users/Martin/AppData/Roaming/vlc/ml.xspf
  48. main debug: looking for stream_filter module matching "record": 24 candidates
  49. main debug: using stream_filter module "record"
  50. main debug: creating demux: access='file' demux='directory' location='/C:/Users/Martin/AppData/Roaming/vlc/ml.xspf' file='C:\Users\Martin\AppData\Roaming\vlc\ml.xspf'
  51. main debug: looking for demux module matching "directory": 55 candidates
  52. main debug: using demux module "directory"
  53. main debug: looking for meta reader module matching "any": 2 candidates
  54. lua debug: Trying Lua scripts in C:\Users\Martin\AppData\Roaming\vlc\lua\meta\reader
  55. lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\reader
  56. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\reader\filename.luac
  57. main debug: no meta reader modules matched
  58. main debug: `file/directory:///C:/Users/Martin/AppData/Roaming/vlc/ml.xspf' successfully opened
  59. main debug: looking for xml reader module matching "any": 1 candidates
  60. main debug: using xml reader module "xml"
  61. main debug: EOF reached
  62. main debug: removing module "directory"
  63. main debug: removing module "record"
  64. main debug: removing module "playlist"
  65. main debug: removing module "cache_read"
  66. main debug: removing module "filesystem"
  67. main debug: creating audio output
  68. main debug: looking for audio output module matching "any": 6 candidates
  69. mmdevice debug: using default device
  70. mmdevice debug: display name changed: VLC media player (LibVLC 3.0.8)
  71. mmdevice debug: version 2 session control unavailable
  72. mmdevice debug: volume from -65.250000 dB to +0.000000 dB with 0.031250 dB increments
  73. main debug: using audio output module "mmdevice"
  74. main debug: keeping audio output
  75. main debug: looking for interface module matching "win_msg,none": 16 candidates
  76. main debug: using interface module "win_msg"
  77. main debug: looking for interface module matching "hotkeys,none": 16 candidates
  78. main debug: Creating an input for preparsing '2.mp4'
  79. main debug: using interface module "hotkeys"
  80. main debug: looking for interface module matching "globalhotkeys,none": 16 candidates
  81. main debug: using interface module "win32"
  82. main: Running vlc with the default interface. Use 'cvlc' to use vlc without interface.
  83. main debug: looking for interface module matching "any": 16 candidates
  84. main debug: looking for meta fetcher module matching "any": 1 candidates
  85. lua debug: Trying Lua scripts in C:\Users\Martin\AppData\Roaming\vlc\lua\meta\fetcher
  86. lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher
  87. main debug: no meta fetcher modules matched
  88. main debug: looking for art finder module matching "any": 2 candidates
  89. lua debug: Trying Lua scripts in C:\Users\Martin\AppData\Roaming\vlc\lua\meta\art
  90. lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art
  91. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
  92. lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
  93. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
  94. lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
  95. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
  96. lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
  97. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
  98. lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
  99. main debug: no art finder modules matched
  100. main debug: looking for extension module matching "any": 1 candidates
  101. lua debug: Opening Lua Extension module
  102. lua debug: Trying Lua scripts in C:\Users\Martin\AppData\Roaming\vlc\lua\extensions
  103. lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\extensions
  104. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac
  105. lua debug: Scanning Lua script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac
  106. lua debug: Script C:\Program Files\VideoLAN\VLC\lua\extensions\VLSub.luac has the following capability flags: 0x5
  107. main debug: using extension module "lua"
  108. main debug: using interface module "qt"
  109. main debug: processing request item: null, node: Playlist, skip: 0
  110. main debug: rebuilding array of current - root Playlist
  111. main debug: rebuild done - 1 items, index -1
  112. main debug: starting playback of new item
  113. main debug: resyncing on 2.mp4
  114. main debug: 2.mp4 is at 0
  115. main debug: creating new input thread
  116. main debug: Creating an input for '2.mp4'
  117. main debug: requesting art for new input thread
  118. main debug: looking for meta fetcher module matching "any": 1 candidates
  119. lua debug: Trying Lua scripts in C:\Users\Martin\AppData\Roaming\vlc\lua\meta\fetcher
  120. lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\fetcher
  121. main debug: no meta fetcher modules matched
  122. main debug: looking for art finder module matching "any": 2 candidates
  123. main debug: using timeshift granularity of 50 MiB
  124. main debug: using timeshift path: C:\Users\Martin\AppData\Local\Temp
  125. main debug: `file:///C:/Testfiles/2.mp4' gives access `file' demux `any' path `/C:/Testfiles/2.mp4'
  126. main debug: creating demux: access='file' demux='any' location='/C:/Testfiles/2.mp4' file='C:\Testfiles\2.mp4'
  127. main debug: looking for access_demux module matching "file": 15 candidates
  128. main debug: no access_demux modules matched
  129. main debug: creating access: file:///C:/Testfiles/2.mp4
  130. main debug: (path: C:\Testfiles\2.mp4)
  131. main debug: looking for access module matching "file": 26 candidates
  132. main debug: using access module "filesystem"
  133. main debug: looking for stream_filter module matching "prefetch,cache_read": 24 candidates
  134. cache_read debug: Using stream method for AStream*
  135. cache_read debug: starting pre-buffering
  136. cache_read debug: received first data after 0 ms
  137. cache_read debug: pre-buffering done 1024 bytes in 0s - 1000000 KiB/s
  138. main debug: using stream_filter module "cache_read"
  139. main debug: looking for stream_filter module matching "any": 24 candidates
  140. lua debug: Trying Lua scripts in C:\Users\Martin\AppData\Roaming\vlc\lua\playlist
  141. lua debug: Trying Lua scripts in C:\Users\Martin\AppData\Roaming\vlc\lua\meta\art
  142. lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\playlist
  143. lua debug: Trying Lua scripts in C:\Program Files\VideoLAN\VLC\lua\meta\art
  144. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\anevia_streams.luac
  145. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
  146. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\anevia_xml.luac
  147. lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\00_musicbrainz.luac
  148. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
  149. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\appletrailers.luac
  150. lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\01_googleimage.luac
  151. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
  152. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\bbc_co_uk.luac
  153. lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\02_frenchtv.luac
  154. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
  155. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\cue.luac
  156. lua debug: skipping script (unmatched scope) C:\Program Files\VideoLAN\VLC\lua\meta\art\03_lastfm.luac
  157. main debug: no art finder modules matched
  158. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\dailymotion.luac
  159. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\jamendo.luac
  160. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\koreus.luac
  161. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\liveleak.luac
  162. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\newgrounds.luac
  163. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\rockbox_fm_presets.luac
  164. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\soundcloud.luac
  165. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\twitch.luac
  166. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\vimeo.luac
  167. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\vocaroo.luac
  168. lua debug: Trying Lua playlist script C:\Program Files\VideoLAN\VLC\lua\playlist\youtube.luac
  169. main debug: no stream_filter modules matched
  170. main debug: looking for stream_directory module matching "any": 1 candidates
  171. main debug: no stream_directory modules matched
  172. main debug: attachment of directory-extractor failed for file:///C:/Testfiles/2.mp4
  173. main debug: looking for stream_filter module matching "record": 24 candidates
  174. main debug: using stream_filter module "record"
  175. main debug: creating demux: access='file' demux='any' location='/C:/Testfiles/2.mp4' file='C:\Testfiles\2.mp4'
  176. main debug: looking for demux module matching "mp4": 55 candidates
  177. mp4 warning: unknown box type beam (incompletely loaded)
  178. mp4 debug: dumping root Box "root"
  179. mp4 debug: | + ftyp size 24 offset 0
  180. mp4 debug: | + beam size 24 offset 24 (????)
  181. mp4 debug: | + moov size 14957 offset 48
  182. mp4 debug: | | + mvhd size 108 offset 56
  183. mp4 debug: | | + trak size 7909 offset 164
  184. mp4 debug: | | | + tkhd size 92 offset 172
  185. mp4 debug: | | | + mdia size 7809 offset 264
  186. mp4 debug: | | | | + mdhd size 32 offset 272
  187. mp4 debug: | | | | + hdlr size 34 offset 304
  188. mp4 debug: | | | | + minf size 7735 offset 338
  189. mp4 debug: | | | | | + vmhd size 20 offset 346
  190. mp4 debug: | | | | | + dinf size 36 offset 366
  191. mp4 debug: | | | | | | + dref size 28 offset 374
  192. mp4 debug: | | | | | | | + url size 12 offset 390
  193. mp4 debug: | | | | | + stbl size 7671 offset 402
  194. mp4 debug: | | | | | | + stsd size 139 offset 410
  195. mp4 debug: | | | | | | | + avc1 size 123 offset 426
  196. mp4 debug: | | | | | | | | + avcC size 37 offset 512
  197. mp4 debug: | | | | | | + stts size 24 offset 549
  198. mp4 debug: | | | | | | + stsc size 64 offset 573
  199. mp4 debug: | | | | | | + stsz size 7096 offset 637
  200. mp4 debug: | | | | | | + stco size 300 offset 7733
  201. mp4 debug: | | | | | | + stss size 40 offset 8033
  202. mp4 debug: | | + trak size 6684 offset 8073
  203. mp4 debug: | | | + tkhd size 92 offset 8081
  204. mp4 debug: | | | + mdia size 6584 offset 8173
  205. mp4 debug: | | | | + mdhd size 32 offset 8181
  206. mp4 debug: | | | | + hdlr size 34 offset 8213
  207. mp4 debug: | | | | + minf size 6510 offset 8247
  208. mp4 debug: | | | | | + smhd size 16 offset 8255
  209. mp4 debug: | | | | | + dinf size 36 offset 8271
  210. mp4 debug: | | | | | | + dref size 28 offset 8279
  211. mp4 debug: | | | | | | | + url size 12 offset 8295
  212. mp4 debug: | | | | | + stbl size 6450 offset 8307
  213. mp4 debug: | | | | | | + stsd size 102 offset 8315
  214. mp4 debug: | | | | | | | + mp4a size 86 offset 8331
  215. mp4 debug: | | | | | | | | + esds size 50 offset 8367
  216. mp4 debug: | | | | | | + stts size 24 offset 8417
  217. mp4 debug: | | | | | | + stsc size 460 offset 8441
  218. mp4 debug: | | | | | | + stsz size 5556 offset 8901
  219. mp4 debug: | | | | | | + stco size 300 offset 14457
  220. mp4 debug: | | + udta size 248 offset 14757
  221. mp4 debug: | | | + meta size 240 offset 14765
  222. mp4 debug: | | | | + hdlr size 33 offset 14777
  223. mp4 debug: | | | | + ilst size 195 offset 14810
  224. mp4 debug: | | | | | + ---- size 93 offset 14818
  225. mp4 debug: | | | | | | + mean size 28 offset 14826
  226. mp4 debug: | | | | | | + name size 33 offset 14854
  227. mp4 debug: | | | | | | + data size 24 offset 14887
  228. mp4 debug: | | | | | + ---- size 94 offset 14911
  229. mp4 debug: | | | | | | + mean size 28 offset 14919
  230. mp4 debug: | | | | | | + name size 33 offset 14947
  231. mp4 debug: | | | | | | + data size 25 offset 14980
  232. mp4 debug: | + free size 4096 offset 15005
  233. mp4 debug: | + mdat size 14983874 offset 19101
  234. mp4 debug: unrecognized major media specification (mp42).
  235. mp4 debug: found 2 tracks
  236. mp4 debug: track[Id 0x1] read 71 chunk
  237. mp4 warning: STTS table of 1 entries
  238. mp4 debug: track[Id 0x1] read 1769 samples length:29s
  239. main debug: selecting program id=0
  240. mp4 debug: adding track[Id 0x1] video (enable) language undef
  241. mp4 debug: track[Id 0x2] read 71 chunk
  242. mp4 warning: STTS table of 1 entries
  243. mp4 debug: track[Id 0x2] read 1384 samples length:29s
  244. mp4 debug: adding track[Id 0x2] audio (enable) language undef
  245. main debug: using demux module "mp4"
  246. main debug: looking for a subtitle file in C:\Testfiles\
  247. main debug: looking for video decoder module matching "any": 19 candidates
  248. avcodec debug: using ffmpeg Lavc58.6.103
  249. avcodec debug: CPU flags: 0x000fd3db
  250. avcodec debug: allowing 5 thread(s) for decoding
  251. avcodec debug: codec (h264) started
  252. avcodec debug: using frame thread mode with 5 threads
  253. main debug: using video decoder module "avcodec"
  254. main debug: looking for audio decoder module matching "any": 23 candidates
  255. qt debug: IM: Setting an input
  256. main debug: using audio decoder module "faad"
  257. main debug: looking for meta reader module matching "any": 2 candidates
  258. main debug: using meta reader module "taglib"
  259. main debug: removing module "taglib"
  260. main debug: `file:///C:/Testfiles/2.mp4' successfully opened
  261. mp4 debug: track[Id 0x1] using Sync Sample Box (stss)
  262. mp4 debug: stss gives 0 --> 0 (sample number)
  263. main debug: Buffering 0%
  264. avcodec debug: available hardware decoder output format 119 (cuda)
  265. avcodec debug: available hardware decoder output format 53 (dxva2_vld)
  266. avcodec debug: available hardware decoder output format 118 (d3d11va_vld)
  267. avcodec debug: available hardware decoder output format 174 (d3d11)
  268. avcodec debug: available software decoder output format 0 (yuv420p)
  269. avcodec debug: trying format d3d11va_vld
  270. faad warning: decoded zero sample
  271. main debug: reusing audio output
  272. main debug: Buffering 83%
  273. main debug: looking for aout stream module matching "any": 2 candidates
  274. main debug: looking for text renderer module matching "any": 3 candidates
  275. main debug: Stream buffering done (500 ms in 0 ms)
  276. freetype debug: Using DWrite backend
  277. freetype debug: DWrite_GetFamily(): family name: Verdana
  278. freetype debug: DWrite_ParseFamily(): using font at index 0 with weight 400 for bold: 0, italic: 0
  279. freetype debug: DWrite_ParseFamily(): using font at index 1 with weight 700 for bold: 1, italic: 0
  280. freetype debug: DWrite_ParseFamily(): using font at index 2 with weight 400 for bold: 0, italic: 1
  281. freetype debug: DWrite_ParseFamily(): using font at index 3 with weight 700 for bold: 1, italic: 1
  282. main debug: using text renderer module "freetype"
  283. main debug: looking for video converter module matching "any": 24 candidates
  284. swscale debug: 32x32 (32x32) chroma: YUVA -> 16x16 (16x16) chroma: RGBA with scaling using Bicubic (good quality)
  285. main debug: using video converter module "swscale"
  286. main debug: looking for video converter module matching "any": 24 candidates
  287. yuvp debug: YUVP to YUVA converter
  288. main debug: using video converter module "yuvp"
  289. main debug: Deinterlacing available
  290. main debug: deinterlace -1, mode auto, is_needed 0
  291. main debug: looking for vout window module matching "qt,any": 3 candidates
  292. qt debug: requesting video window...
  293. main debug: resized to 1920x1080
  294. main debug: resized to 640x352
  295. main debug: using vout window module "qt"
  296. main debug: looking for inhibit module matching "any": 1 candidates
  297. main debug: using inhibit module "inhibit"
  298. main debug: Opening vout display wrapper
  299. main debug: looking for vout display module matching "any": 12 candidates
  300. direct3d11 debug: creating Vout EventThread
  301. direct3d11 debug: Win32VoutCreateWindow
  302. main debug: VoutDisplayEvent 'resize' 640x352
  303. main debug: resized to 1920x1080
  304. main debug: VoutDisplayEvent 'resize' 1920x1080
  305. direct3d11 debug: inclinometer not found. (hr=0x80070490)
  306. direct3d11 debug: created video sub-window
  307. direct3d11 debug: Vout EventThread running
  308. main debug: VoutDisplayEvent 'fullscreen' 0
  309. direct3d11 debug: Created the D3D11 device type 1 level b100.
  310. direct3d11 warning: failed to get the 0 MatchingDeviceId (2)
  311. direct3d11 debug: Intel WDDM driver 20.19.15.4835
  312. direct3d11 debug: supports colorspace RGB Rec.709 gamma:22 range:FULL
  313. direct3d11 debug: supports colorspace RGB Rec.709 gamma:22 range:STUDIO
  314. direct3d11 debug: supports colorspace RGB Rec.2020 gamma:22 range:STUDIO
  315. direct3d11 debug: supports colorspace RGB Rec.2020 gamma:22 range:FULL
  316. direct3d11 debug: supports colorspace RGB Rec.2020 gamma:2084 range:FULL
  317. direct3d11 debug: supports colorspace RGB Rec.2020 gamma:2084 range:STUDIO
  318. direct3d11 debug: Output max luminance: 270.0, colorspace RGB Rec.709 gamma:22 range:FULL, bits per pixel 8
  319. direct3d11 debug: using colorspace RGB Rec.709 gamma:22 range:FULL
  320. direct3d11 debug: Using pixel format VA_NV12 for chroma DX11
  321. main debug: VoutDisplayEvent 'resize' 656x391
  322. direct3d11 debug: Direct3D11 resources created
  323. direct3d11 debug: Direct3D11 device adapter successfully initialized
  324. direct3d11 debug: Direct3D11 Open Succeeded
  325. main debug: using vout display module "direct3d11"
  326. direct3d11 debug: D3D11 pool succeed with 38 surfaces (640x384) context 0x00000128f0245070
  327. main debug: original format sz 640x352, of (0,0), vsz 640x352, 4cc DX11, sar 1:1, msk r0x0 g0x0 b0x0
  328. main debug: removing module "freetype"
  329. main debug: looking for text renderer module matching "any": 3 candidates
  330. main debug: VoutDisplayEvent 'resize' 1920x1080
  331. direct3d11 debug: Detected size change 1920x1056
  332. freetype debug: Using DWrite backend
  333. freetype debug: DWrite_GetFamily(): family name: Verdana
  334. freetype debug: DWrite_ParseFamily(): using font at index 0 with weight 400 for bold: 0, italic: 0
  335. freetype debug: DWrite_ParseFamily(): using font at index 1 with weight 700 for bold: 1, italic: 0
  336. freetype debug: DWrite_ParseFamily(): using font at index 2 with weight 400 for bold: 0, italic: 1
  337. freetype debug: DWrite_ParseFamily(): using font at index 3 with weight 700 for bold: 1, italic: 1
  338. main error: Failed to set fullscreen
  339. main debug: using text renderer module "freetype"
  340. main debug: looking for hw decoder module matching "any": 2 candidates
  341. qt debug: Qt: Entering Fullscreen
  342. d3d11va warning: failed to get the 0 MatchingDeviceId (2)
  343. d3d11va debug: Intel WDDM driver 20.19.15.4835
  344. d3d11va debug: Reusing Direct3D11 device
  345. d3d11va debug: CreateDevice succeed
  346. d3d11va debug: - 'MPEG-2 variable-length decoder' is supported
  347. d3d11va debug: - 'MPEG-2 inverse discrete cosine transform' is supported
  348. d3d11va debug: - 'VC-1 variable-length decoder' is supported
  349. d3d11va debug: - 'VC-1 variable-length decoder 2 (Intel)' is supported
  350. d3d11va debug: - 'VC-1 variable-length decoder (Intel)' is supported
  351. d3d11va debug: - 'Windows Media Video 9 IDCT' is supported
  352. d3d11va debug: - 'VC-1 inverse discrete cosine transform' is supported
  353. d3d11va debug: - 'H.264 variable-length decoder, no film grain technology' is supported
  354. d3d11va debug: - 'H.264 stereo high profile, mbs flag set' is supported
  355. d3d11va debug: - 'H.264 stereo high profile' is supported
  356. d3d11va debug: - 'H.264 multiview high profile' is supported
  357. d3d11va debug: - 'Unknown decoder 0x91cd2d6e-0x897b-0x4fa1-0xb0d751dc88010e0a' is supported
  358. d3d11va debug: - 'Unknown decoder 0x97688186-0x56a8-0x4094-0xb543fc9daaa49f4b' is supported
  359. d3d11va debug: - 'Unknown decoder 0xc346e8a3-0xcbed-0x4d27-0x87cca70eb4dc8c27' is supported
  360. d3d11va debug: - 'Unknown decoder 0xffc79924-0x5eaf-0x4666-0xa73606190f281443' is supported
  361. d3d11va debug: - 'Unknown decoder 0xf416f7bd-0x098a-0x4cf1-0xa11bce54959ca03d' is supported
  362. d3d11va debug: - 'Unknown decoder 0xbf44dacd-0x217f-0x4370-0xa383d573bc56707e' is supported
  363. d3d11va debug: - 'Unknown decoder 0x2364d06a-0xf67f-0x4186-0xaed062b99e1784f1' is supported
  364. d3d11va debug: - 'Unknown decoder 0x8c56eb1e-0x2b47-0x466f-0x8d337dbcd63f3df2' is supported
  365. d3d11va debug: - 'HEVC Main profile' is supported
  366. d3d11va debug: - 'Unknown decoder 0x49761bec-0x4b63-0x4349-0xa5ff87ffdf088466' is supported
  367. d3d11va debug: Trying to use 'H.264 variable-length decoder, no film grain technology' as input
  368. d3d11va debug: NV12 output is supported for decoder H.264 variable-length decoder, no film grain technology.
  369. d3d11va debug: Using output format NV12 for decoder H.264 variable-length decoder, no film grain technology
  370. d3d11va debug: va_pool_SetupDecoder id 27 640x352 count: 23
  371. d3d11va debug: using external surface pool
  372. d3d11va debug: ID3D11VideoDecoderOutputView succeed with 23 surfaces (640x352)
  373. d3d11va debug: we got 6 decoder configurations
  374. d3d11va debug: configuration[0] ConfigBitstreamRaw 2
  375. d3d11va debug: configuration[1] ConfigBitstreamRaw 1
  376. d3d11va debug: configuration[2] ConfigBitstreamRaw 2
  377. d3d11va debug: configuration[3] ConfigBitstreamRaw 2
  378. d3d11va debug: configuration[4] ConfigBitstreamRaw 1
  379. d3d11va debug: configuration[5] ConfigBitstreamRaw 1
  380. d3d11va debug: DxCreateDecoderSurfaces succeed
  381. main debug: using hw decoder module "d3d11va"
  382. avcodec: Using D3D11VA (Intel(R) HD Graphics 4600, vendor 8086(Intel), device 416, revision 6) for hardware decoding
  383. main debug: Received first picture
  384. wasapi debug: buffer size : 96000 frames
  385. wasapi debug: maximum latency: 000 ns
  386. wasapi debug: default period : 10000000 ns
  387. wasapi debug: minimum period : 3000000 ns
  388. main debug: using aout stream module "wasapi"
  389. main debug: output 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
  390. main debug: looking for audio volume module matching "any": 2 candidates
  391. main debug: using audio volume module "float_mixer"
  392. main debug: input 'f32l' 48000 Hz Stereo frame=1 samples/8 bytes
  393. main debug: looking for audio filter module matching "compressor": 16 candidates
  394. compressor debug: compressor successfully initialized
  395. main debug: using audio filter module "compressor"
  396. main debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo
  397. main debug: conversion pipeline complete
  398. main debug: conversion: 'f32l'->'f32l' 48000 Hz->48000 Hz Stereo->Stereo
  399. main debug: conversion pipeline complete
  400. main debug: looking for audio resampler module matching "any": 3 candidates
  401. main debug: using audio resampler module "samplerate"
  402. main debug: Decoder wait done in 218 ms
  403. main debug: inserting 1504 zeroes
  404. mmdevice debug: state changed: 1
  405. main debug: exiting
  406. main debug: exiting
  407. main debug: no exit handler
  408. main debug: removing all interfaces
  409. main debug: removing module "qt"
  410. main debug: deactivating the playlist
  411. main debug: incoming request - stopping current input
  412. main debug: killing decoder fourcc `h264'
  413. main debug: removing module "avcodec"
  414. main debug: saving a free vout
  415. main debug: reusing provided vout
  416. qt debug: Qt: Quitting Fullscreen
  417. main debug: killing decoder fourcc `mp4a'
  418. main debug: removing module "faad"
  419. mmdevice debug: state changed: 0
  420. wasapi debug: reset
  421. main debug: removing module "samplerate"
  422. main debug: removing module "compressor"
  423. main debug: removing module "float_mixer"
  424. main debug: keeping audio output
  425. main debug: removing module "mp4"
  426. mp4 debug: freeing all memory
  427. main debug: Program doesn't contain anymore ES
  428. main debug: removing module "record"
  429. main debug: removing module "cache_read"
  430. main debug: removing module "filesystem"
  431. main debug: dead input
  432. qt debug: IM: Deleting the input
  433. main debug: nothing to play
  434. main debug: destroying useless vout
  435. main debug: removing module "direct3d11"
  436. direct3d11 debug: Direct3D11 resources destroyed
  437. direct3d11 debug: Direct3D11 device adapter closed
  438. direct3d11 error: SetThumbNailClip failed: 0x800706f4
  439. direct3d11 debug: Win32 Vout EventThread terminating
  440. direct3d11 debug: Win32VoutCloseWindow
  441. direct3d11 debug: WinProc WM_DESTROY
  442. main debug: removing module "inhibit"
  443. qt debug: releasing video...
  444. qt debug: Video is not needed anymore
  445. main debug: removing module "freetype"
  446. main debug: removing module "yuvp"
  447. main debug: removing module "swscale"
  448. main debug: removing module "mmdevice"
  449. qt debug: requesting exit...
  450. qt debug: waiting for UI thread...
  451. main debug: exiting
  452. main debug: no exit handler
  453. qt debug: QApp exec() finished
  454. qt debug: Video is not needed anymore
  455. qt debug: Killing extension dialog provider
  456. qt debug: ExtensionsDialogProvider is quitting...
  457. main debug: removing module "lua"
  458. main debug: removing module "win32"
  459. main debug: removing module "hotkeys"
  460. main debug: removing module "win_msg"
  461. main debug: destroying
  462. main debug: saving media library to file C:\Users\Martin\AppData\Roaming\vlc\ml.xspf.tmp18664
  463. main debug: looking for playlist export module matching "export-xspf": 4 candidates
  464. main debug: using playlist export module "export"
  465. main debug: removing module "export"
  466. main debug: deleting item `Media Library'
  467. main debug: deleting item `2.mp4'
  468. main debug: deleting item `Playlist'
  469. main debug: removing module "memory"
  470. -- logger module stopped --
Advertisement
Add Comment
Please, Sign In to add comment