Advertisement
Guest User

mp4tomp3outputaki

a guest
Dec 2nd, 2011
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 4.06 KB | None | 0 0
  1. Extracting audiodump.wav from video.mp4... MPlayer 1.0rc4-4.4.5 (C) 2000-2010 MPlayer Team
  2.  
  3. Playing video.mp4.
  4. libavformat file format detected.
  5. [lavf] stream 0: video (h264), -vid 0
  6. [lavf] stream 1: audio (aac), -aid 0, -alang und
  7. VIDEO:  [H264]  1440x1080  24bpp  59.750 fps  949.1 kbps (115.9 kbyte/s)
  8. Clip info:
  9. major_brand: mp42
  10. minor_version: 0
  11. compatible_brands: isommp42
  12. ==========================================================================
  13. Forced video codec: null
  14. Opening video decoder: [null] Null video decoder
  15. Movie-Aspect is undefined - no prescaling applied.
  16. VO: [null] 1440x1080 => 1440x1080 Planar YV12
  17. Selected video codec: [null] vfm: null (NULL codec (no decoding!))
  18. ==========================================================================
  19. ==========================================================================
  20. Opening audio decoder: [faad] AAC (MPEG2/4 Advanced Audio Coding)
  21. AUDIO: 44100 Hz, 2 ch, s16le, 149.3 kbit/10.58% (ratio: 18660->176400)
  22. Selected audio codec: [faad] afm: faad (FAAD AAC (MPEG-2/MPEG-4 Audio))
  23. ==========================================================================
  24. [AO PCM] File: audiodump.wav (WAVE)
  25. PCM: Samplerate: 44100Hz Channels: Stereo Format s16le
  26. [AO PCM] Info: Faster dumping is achieved with -vc null -vo null -ao pcm:fast
  27. [AO PCM] Info: To write WAVE files use -ao pcm:waveheader (default).
  28. AO: [pcm] 44100Hz 2ch s16le (2 bytes per sample)
  29. Starting playback...
  30. Maybe you are playing a non-interleaved stream/file or the codec failed?
  31. For AVI files, try to force non-interleaved mode with the -ni option.
  32. Maybe you are playing a non-interleaved stream/file or the codec failed?
  33. For AVI files, try to force non-interleaved mode with the -ni option.
  34. Maybe you are playing a non-interleaved stream/file or the codec failed?
  35. For AVI files, try to force non-interleaved mode with the -ni option.
  36. Maybe you are playing a non-interleaved stream/file or the codec failed?
  37. For AVI files, try to force non-interleaved mode with the -ni option.
  38. Maybe you are playing a non-interleaved stream/file or the codec failed?
  39. For AVI files, try to force non-interleaved mode with the -ni option.
  40. Maybe you are playing a non-interleaved stream/file or the codec failed?
  41. For AVI files, try to force non-interleaved mode with the -ni option.
  42. Maybe you are playing a non-interleaved stream/file or the codec failed?
  43. For AVI files, try to force non-interleaved mode with the -ni option.
  44. Maybe you are playing a non-interleaved stream/file or the codec failed?
  45. For AVI files, try to force non-interleaved mode with the -ni option.
  46. Maybe you are playing a non-interleaved stream/file or the codec failed?
  47. For AVI files, try to force non-interleaved mode with the -ni option.
  48. A:   0.4 V:   0.0 A-V:  0.395 ct:  0.000   0/  0 ??% ??% ??,?% 2700 0 ^[[J^M
  49.  
  50. Exiting... (End of file)
  51. done!
  52. Encoding to mp3... done!
  53. File written: video.mp3
  54.  
  55. ---------------
  56.  
  57. ./convert.sh video.mp4
  58.  
  59. Extracting audiodump.wav from video.mp4... done!
  60. Encoding to mp3... LAME 3.98.4 32bits (http://www.mp3dev.org/)
  61. CPU features: MMX (ASM used), SSE (ASM used), SSE2
  62. Using polyphase lowpass filter, transition band: 16538 Hz - 17071 Hz
  63. Encoding audiodump.wav to video.mp3
  64. Encoding as 44.1 kHz stereo MPEG-1 Layer III (11x) 128 kbps qval=3
  65.     Frame          |  CPU time/estim | REAL time/estim | play/CPU |    ETA
  66.     16/16    (100%)|    0:00/    0:00|    0:00/    0:00|   41.796x|    0:00
  67. --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
  68.    kbps        LR  %     long switch short %
  69.   128.0      100.0        90.6   6.2   3.1
  70. Writing LAME Tag...done
  71. ReplayGain: +15.8dB
  72. done!
  73. File written: video.mp3
  74.  
  75.  
  76. -------
  77.                                            
  78. ll
  79. -rw-r--r-- 1 aki aki    65580 2011-12-02 10:52 audiodump.wav
  80. -rwxr-xr-x 1 aki aki      954 2011-12-02 10:52 convert.sh
  81. -rw-r--r-- 1 aki aki     7104 2011-12-02 10:52 video.mp3
  82. -rw-r--r-- 1 aki aki 43496356 2011-06-09 16:54 video.mp4
  83.  
  84.  
  85.  
  86.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement