Advertisement
Guest User

Untitled

a guest
Oct 18th, 2017
661
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. mencoder in.wav -o out.wav -of lavf -oac lavc -lavcopts acodec=pcm_u8 -v
  2. MEncoder 1.2.1 (Debian), built with gcc-5.3.1 (C) 2000-2016 MPlayer Team
  3. get_path('codecs.conf') -> '/home/anon/.mplayer/codecs.conf'
  4. Reading optional codecs config file /home/anon/.mplayer/codecs.conf: No such file or directory
  5. Reading optional codecs config file /etc/mplayer/codecs.conf: No such file or directory
  6. Using built-in default codecs.conf.
  7. init_freetype
  8. Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
  9. get_path('fonts') -> '/home/anon/.mplayer/fonts'
  10. Configuration: --prefix=/usr --confdir=/etc/mplayer --enable-debug --enable-xvmc --enable-menu --disable-arts --language=all --disable-libmpeg2-internal --disable-ffmpeg_a --extra-cflags=-g -O2 -fstack-protector-strong -Wformat -Werror=format-security -Wdate-time -D_FORTIFY_SOURCE=2 --extra-ldflags=-Wl,-Bsymbolic-functions -Wl,-z,relro -Wl,--as-needed --enable-runtime-cpudetection --enable-joystick --enable-radio --enable-radio-capture --disable-gui
  11. [file] File size is 7043 bytes
  12. STREAM: [file] in.wav
  13. STREAM: Description: File
  14. STREAM: Author: Albeu
  15. STREAM: Comment: based on the code from ??? (probably Arpi)
  16. success: format: 0 data: 0x0 - 0x1b83
  17. libavformat version 56.40.101 (external)
  18. Configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv
  19. LAVF_check: WAV / WAVE (Waveform Audio)
  20. Checking for YUV4MPEG2
  21. ASF_check: not ASF guid!
  22. Checking for REAL
  23. Checking for SMJPEG
  24. Searching demuxer type for filename in.wav ext: .wav
  25. Trying demuxer 17 based on filename extension
  26. ==> Found audio stream: 0
  27. ======= WAVE Format =======
  28. Format Tag: 1 (0x1)
  29. Channels: 1
  30. Samplerate: 11025
  31. avg byte/sec: 11025
  32. Block align: 1
  33. bits/sample: 8
  34. cbSize: 0
  35. ==========================================================================
  36. demux_audio: audio data 0x2C - 0x1B83
  37. Audio only file format detected.
  38. Video stream is mandatory!
  39.  
  40. Exiting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement