Advertisement
Guest User

Untitled

a guest
May 20th, 2015
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.49 KB | None | 0 0
  1. ffmpeg -i ~/Music/01\ Def\ Leppard\ -\ WomenAreLame.mp3 -write_xing 0 -id3v2_version 3 ~/Music/XingDefLeppard-Women.mp3
  2. ffmpeg version 2.6.3 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with gcc 4.8 (Ubuntu 4.8.2-19ubuntu1)
  4. configuration: --disable-yasm
  5. libavutil 54. 20.100 / 54. 20.100
  6. libavcodec 56. 26.100 / 56. 26.100
  7. libavformat 56. 25.101 / 56. 25.101
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 11.102 / 5. 11.102
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 1.100 / 1. 1.100
  12. Input #0, mp3, from '/home/robertmoore/Music/01 Def Leppard - WomenAreLame.mp3':
  13. Metadata:
  14. title : Women
  15. disc : 1/1
  16. AccurateRipDiscID: 012-001ccbb2-010ada82-ad0eae0c-1
  17. composer : Steve Clark/Phil Collen/Joe Elliott/Robert John "Mutt" Lange/Rick Savage/Rick Allen/Joe Elliot
  18. publisher : Mercury
  19. UPC : 042283067516
  20. TIT1 : Hard Rock/Contemporary Pop\Rock/Heavy Metal/Hair Metal/Arena Rock/Pop-Metal
  21. album : Hysteria
  22. genre : Pop/Rock
  23. artist : Def Leppard
  24. album_artist : Def Leppard
  25. track : 1/12
  26. TMED : CD (Lossless)
  27. encoded_by : dBpoweramp Release 14.2
  28. encoder : -b="320"
  29. AccurateRipResult: AccurateRip: Accurate (confidence 11) [D0A1B069]
  30. date : 1987
  31. Duration: 00:05:42.36, start: 0.025056, bitrate: 133 kb/s
  32. Stream #0:0: Audio: mp3, 44100 Hz, stereo, s16p, 128 kb/s
  33. Metadata:
  34. encoder : LAME3.99r
  35. Side data:
  36. replaygain: track gain - -4.200000, track peak - unknown, album gain - unknown, album peak - unknown,
  37. Stream #0:1: Video: mjpeg, yuvj420p(pc, bt470bg/unknown/unknown), 750x750 [SAR 96:96 DAR 1:1], 90k tbr, 90k tbn, 90k tbc
  38. Metadata:
  39. title :
  40. comment : Cover (front)
  41. File '/home/robertmoore/Music/XingDefLeppard-Women.mp3' already exists. Overwrite ? [y/N] y
  42. [swscaler @ 0x19d12e0] deprecated pixel format used, make sure you did set range correctly
  43. [mp3 @ 0x19e6f60] Frame rate very high for a muxer not efficiently supporting it.
  44. Please consider specifying a lower framerate, a different muxer or -vsync 2
  45. Output #0, mp3, to '/home/robertmoore/Music/XingDefLeppard-Women.mp3':
  46. Metadata:
  47. title : Women
  48. disc : 1/1
  49. AccurateRipDiscID: 012-001ccbb2-010ada82-ad0eae0c-1
  50. composer : Steve Clark/Phil Collen/Joe Elliott/Robert John "Mutt" Lange/Rick Savage/Rick Allen/Joe Elliot
  51. publisher : Mercury
  52. UPC : 042283067516
  53. TIT1 : Hard Rock/Contemporary Pop\Rock/Heavy Metal/Hair Metal/Arena Rock/Pop-Metal
  54. album : Hysteria
  55. genre : Pop/Rock
  56. artist : Def Leppard
  57. album_artist : Def Leppard
  58. track : 1/12
  59. TMED : CD (Lossless)
  60. encoded_by : dBpoweramp Release 14.2
  61. encoder : -b="320"
  62. AccurateRipResult: AccurateRip: Accurate (confidence 11) [D0A1B069]
  63. date : 1987
  64. Stream #0:0: Video: png, none, q=2-31, 128 kb/s, SAR 1:1 DAR 0:0, 90k fps
  65. Metadata:
  66. title :
  67. comment : Cover (front)
  68. encoder : Lavc56.26.100 png
  69. Stream #0:1: Audio: mp3, 0 channels, 128 kb/s
  70. Stream mapping:
  71. Stream #0:1 -> #0:0 (mjpeg (native) -> png (native))
  72. Stream #0:0 -> #0:1 (mp3 (native) -> ? (?))
  73. Encoder (codec mp3) not found for output stream #0:1
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement