Advertisement
Guest User

Untitled

a guest
Sep 21st, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.30 KB | None | 0 0
  1. D:\encoding>ffmpeg -i input.wmv -map_metadata -1 -c copy output.wmv
  2. ffmpeg version 4.2 Copyright (c) 2000-2019 the FFmpeg developers
  3. built with gcc 9.1.1 (GCC) 20190807
  4. configuration: --enable-gpl --enable-version3 --enable-sdl2 --enable-fontconfig --enable-gnutls --enable-iconv --enable-libass --enable-libdav1d --enable-libbluray --enable-libfreetype --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libtheora --enable-libtwolame --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxml2 --enable-libzimg --enable-lzma --enable-zlib --enable-gmp --enable-libvidstab --enable-libvorbis --enable-libvo-amrwbenc --enable-libmysofa --enable-libspeex --enable-libxvid --enable-libaom --enable-libmfx --enable-amf --enable-ffnvcodec --enable-cuvid --enable-d3d11va --enable-nvenc --enable-nvdec --enable-dxva2 --enable-avisynth --enable-libopenmpt
  5. libavutil 56. 31.100 / 56. 31.100
  6. libavcodec 58. 54.100 / 58. 54.100
  7. libavformat 58. 29.100 / 58. 29.100
  8. libavdevice 58. 8.100 / 58. 8.100
  9. libavfilter 7. 57.100 / 7. 57.100
  10. libswscale 5. 5.100 / 5. 5.100
  11. libswresample 3. 5.100 / 3. 5.100
  12. libpostproc 55. 5.100 / 55. 5.100
  13. Input #0, asf, from 'input.wmv':
  14. Metadata:
  15. DeviceConformanceTemplate: AP@L3
  16. WM/WMADRCPeakReference: 32767
  17. WM/WMADRCPeakTarget: 32767
  18. WM/WMADRCAverageReference: 1723
  19. WM/WMADRCAverageTarget: 1723
  20. lyrics-eng : publisher
  21. VideoOrientation: 0
  22. WMFSDKVersion : 11.0.5721.5275
  23. WMFSDKNeeded : 0.0.0.0000
  24. WM/URL : publisher
  25. WM/UserWebURL : publisher
  26. WM/CodedBy : publisher
  27. WM/ItunesPodcastURL: publisher
  28. WM/TitleSortOrder: publisher
  29. WM/Show : publisher
  30. title : publisher
  31. artist : publisher
  32. album : publisher
  33. genre : publisher
  34. composer : publisher
  35. TOPE : publisher
  36. copyright : publisher
  37. encoded_by : publisher
  38. comment : publisher
  39. IsVBR : 0
  40. MediaFoundationVersion: 2.112
  41. Duration: 01:04:55.07, start: 0.000000, bitrate: 6010 kb/s
  42. Stream #0:0: Audio: wmapro (b[1][0][0] / 0x0162), 44100 Hz, stereo, fltp, 256 kb/s
  43. Stream #0:1: Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1920x1080, 5744 kb/s, SAR 1:1 DAR 16:9, 30 fps, 30 tbr, 1k tbn, 1k tbc
  44. Output #0, asf, to 'output.wmv':
  45. Metadata:
  46. WM/EncodingSettings: Lavf58.29.100
  47. Stream #0:0: Video: vc1 (Advanced) (WVC1 / 0x31435657), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 5744 kb/s, 30 fps, 30 tbr, 1k tbn, 1k tbc
  48. Stream #0:1: Audio: wmapro (b[1][0][0] / 0x0162), 44100 Hz, stereo, fltp, 256 kb/s
  49. Stream mapping:
  50. Stream #0:1 -> #0:0 (copy)
  51. Stream #0:0 -> #0:1 (copy)
  52. Press [q] to stop, [?] for help
  53. [asf @ 000001ba7c7bf540] Timestamps are unset in a packet for stream 0. This is deprecated and will stop working in the future. Fix your code to set the timestamps properly
  54. frame=116851 fps=23602 q=-1.0 Lsize= 2901864kB time=01:04:55.05 bitrate=6103.1kbits/s speed= 787x
  55. video:2721616kB audio:121751kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 2.057323%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement