Advertisement
Guest User

Untitled

a guest
Aug 31st, 2014
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.39 KB | None | 0 0
  1. ffmpeg -i %PATH3% -map 0:a -i video.mp4 -map 0:v -acodec copy -vcodec copy %output%.mp4
  2.  
  3.  
  4. output
  5.  
  6. ffmpeg version N-65616-g7cdef77 Copyright (c) 2000-2014 the FFmpeg developers
  7. built on Aug 13 2014 23:17:18 with gcc 4.8.3 (GCC)
  8. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  9. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  10. le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
  11. enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-lib
  12. modplug --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrw
  13. b --enable-libopenjpeg --enable-libopus --enable-librtmp --enable-libschroedinge
  14. r --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
  15. able-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-libvorbis
  16. --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx264 --enable-
  17. libx265 --enable-libxavs --enable-libxvid --enable-decklink --enable-zlib
  18. libavutil 54. 3.100 / 54. 3.100
  19. libavcodec 56. 0.100 / 56. 0.100
  20. libavformat 56. 1.100 / 56. 1.100
  21. libavdevice 56. 0.100 / 56. 0.100
  22. libavfilter 5. 0.100 / 5. 0.100
  23. libswscale 3. 0.100 / 3. 0.100
  24. libswresample 1. 0.100 / 1. 0.100
  25. libpostproc 53. 0.100 / 53. 0.100
  26. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'C:\BeSweet\out.m4a':
  27. Metadata:
  28. major_brand : mp42
  29. minor_version : 0
  30. compatible_brands: M4A mp42isom
  31. creation_time : 2014-08-31 23:07:21
  32. iTunSMPB : 00000000 00000A40 00000040 0000000000270180 00000000 0000
  33. 0000 00000000 00000000 00000000 00000000 00000000 00000000
  34. encoder : Nero AAC codec / 1.5.4.0
  35. Duration: 00:00:53.31, start: 0.000000, bitrate: 136 kb/s
  36. Chapter #0.0: start 0.054667, end 53.312000
  37. Metadata:
  38. title :
  39. Stream #0:0(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 13
  40. 4 kb/s (default)
  41. Metadata:
  42. creation_time : 2014-08-31 23:07:21
  43. handler_name : Sound Media Handler
  44. Option map (set input stream mapping) cannot be applied to input file video.mp4
  45. -- you are trying to apply an input option to an output file or vice versa. Move
  46. this option before the file it belongs to.
  47. Error parsing options for input file video.mp4.
  48. Error opening input files: Error number -22 occurred
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement