Guest User

Ffmpeg amix producing output with first audio only

a guest
Aug 3rd, 2014
343
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.81 KB | None | 0 0
  1. 08-03 23:33:13.350: D/custom(11438): shellLine: /data/data/com.example.letsjam/app_bin/ffmpeg -i /storage/emulated/0/test1.wav -i /storage/emulated/0/test2.wav -filter:v amix=inputs=2:duration=longest /storage/emulated/0/output.wav
  2. 08-03 23:33:13.370: D/custom(11438): shellLine: ffmpeg version N-63698-g22d1b24 Copyright (c) 2000-2014 the FFmpeg developers
  3. 08-03 23:33:13.370: D/custom(11438): shellLine: built on Jul 31 2014 23:46:33 with gcc 4.8 (GCC)
  4. 08-03 23:33:13.370: D/custom(11438): shellLine: configuration: --target-os=linux --cross-prefix=arm-linux-androideabi- --arch=arm --cpu=armv7-a --sysroot=/home/aq/Downloads/android-ndk-r9/platforms/android-9/arch-arm --disable-avdevice --disable-decoder=h264_vdpau --enable-libx264 --enable-libmp3lame --disable-ffplay --disable-ffprobe --disable-ffserver --disable-network --enable-gpl --prefix=../build/armeabi-v7a --extra-cflags='-I../x264 -I../libmp3lame/include -DANDROID -I${ANDROID_NDK_ROOT_PATH}/sources/cxx-stl/system/include -march=armv7-a -mfloat-abi=softfp' --extra-ldflags='-L../x264 -L../libmp3lame/lib -Wl,--fix-cortex-a8 -L../android-libs -Wl,-rpath-link,../android-libs' --extra-cxxflags='-Wno-multichar -fno-exceptions -fno-rtti'
  5. 08-03 23:33:13.370: D/custom(11438): shellLine: libavutil 52. 89.100 / 52. 89.100
  6. 08-03 23:33:13.370: D/custom(11438): shellLine: libavcodec 55. 66.100 / 55. 66.100
  7. 08-03 23:33:13.370: D/custom(11438): shellLine: libavformat 55. 42.100 / 55. 42.100
  8. 08-03 23:33:13.380: D/custom(11438): shellLine: libavfilter 4. 5.100 / 4. 5.100
  9. 08-03 23:33:13.380: D/custom(11438): shellLine: libswscale 2. 6.100 / 2. 6.100
  10. 08-03 23:33:13.380: D/custom(11438): shellLine: libswresample 0. 19.100 / 0. 19.100
  11. 08-03 23:33:13.380: D/custom(11438): shellLine: libpostproc 52. 3.100 / 52. 3.100
  12. 08-03 23:33:13.460: D/custom(11438): shellLine: Input #0, wav, from '/storage/emulated/0/test1.wav':
  13. 08-03 23:33:13.460: D/custom(11438): shellLine: Metadata:
  14. 08-03 23:33:13.460: D/custom(11438): shellLine: encoder : Lavf55.42.100
  15. 08-03 23:33:13.460: D/custom(11438): shellLine: Duration: 00:00:05.02, bitrate: 2048 kb/s
  16. 08-03 23:33:13.460: D/custom(11438): shellLine: Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 64000 Hz, stereo, s16, 2048 kb/s
  17. 08-03 23:33:13.500: D/custom(11438): shellLine: Input #1, wav, from '/storage/emulated/0/test2.wav':
  18. 08-03 23:33:13.500: D/custom(11438): shellLine: Metadata:
  19. 08-03 23:33:13.500: D/custom(11438): shellLine: encoder : Lavf55.42.100
  20. 08-03 23:33:13.500: D/custom(11438): shellLine: Duration: 00:00:01.08, bitrate: 2048 kb/s
  21. 08-03 23:33:13.500: D/custom(11438): shellLine: Stream #1:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 64000 Hz, stereo, s16, 2048 kb/s
  22. 08-03 23:33:13.500: D/custom(11438): shellLine: Output #0, wav, to '/storage/emulated/0/output.wav':
  23. 08-03 23:33:13.500: D/custom(11438): shellLine: Metadata:
  24. 08-03 23:33:13.510: D/custom(11438): shellLine: ISFT : Lavf55.42.100
  25. 08-03 23:33:13.510: D/custom(11438): shellLine: Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 64000 Hz, stereo, s16, 2048 kb/s
  26. 08-03 23:33:13.510: D/custom(11438): shellLine: Metadata:
  27. 08-03 23:33:13.510: D/custom(11438): shellLine: encoder : Lavc55.66.100 pcm_s16le
  28. 08-03 23:33:13.510: D/custom(11438): shellLine: Stream mapping:
  29. 08-03 23:33:13.510: D/custom(11438): shellLine: Stream #0:0 -> #0:0 (pcm_s16le -> pcm_s16le)
  30. 08-03 23:33:13.510: D/custom(11438): shellLine: Press [q] to stop, [?] for help
  31. 08-03 23:33:13.900: D/custom(11438): shellLine: size= 1254kB time=00:00:05.01 bitrate=2048.2kbits/s
  32. 08-03 23:33:13.900: D/custom(11438): shellLine: video:0kB audio:1254kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.007941%
  33. 08-03 23:33:13.900: D/custom(11438): exitValue: 0
Advertisement
Add Comment
Please, Sign In to add comment