Advertisement
Guest User

Untitled

a guest
Jun 13th, 2015
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.91 KB | None | 0 0
  1. C:\Users\Admin\Desktop\birlestirme>ffmpeg.exe -i got.avi -i test.mp4 -filter_co
  2. mplex "[0:v]scale=1280:720[v0];[1:v]scale=1280:720[v1];[v0][0:a][v1][1:a]concat=
  3. n=2:v=1:a=1[v][a]" output.mp4
  4. ffmpeg version N-71544-g82d9c4e Copyright (c) 2000-2015 the FFmpeg developers
  5. built with gcc 4.9.2 (GCC)
  6. configuration: --enable-gpl --enable-version3 --disable-w32threads --enable-av
  7. isynth --enable-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enab
  8. le-iconv --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --
  9. enable-libdcadec --enable-libfreetype --enable-libgme --enable-libgsm --enable-l
  10. ibilbc --enable-libmodplug --enable-libmp3lame --enable-libopencore-amrnb --enab
  11. le-libopencore-amrwb --enable-libopenjpeg --enable-libopus --enable-librtmp --en
  12. able-libschroedinger --enable-libsoxr --enable-libspeex --enable-libtheora --ena
  13. ble-libtwolame --enable-libvidstab --enable-libvo-aacenc --enable-libvo-amrwbenc
  14. --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enabl
  15. e-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-lzma --ena
  16. ble-decklink --enable-zlib
  17. libavutil 54. 23.100 / 54. 23.100
  18. libavcodec 56. 35.100 / 56. 35.100
  19. libavformat 56. 30.100 / 56. 30.100
  20. libavdevice 56. 4.100 / 56. 4.100
  21. libavfilter 5. 14.100 / 5. 14.100
  22. libswscale 3. 1.101 / 3. 1.101
  23. libswresample 1. 1.100 / 1. 1.100
  24. libpostproc 53. 3.100 / 53. 3.100
  25. [avi @ 0000000004669400] non-interleaved AVI
  26. Input #0, avi, from 'got.avi':
  27. Metadata:
  28. encoder : AVI-Mux GUI 1.17.8.3, Feb 16 201019:42:50
  29. JUNK :
  30. Duration: 00:59:58.84, start: 0.000000, bitrate: 1250 kb/s
  31. Stream #0:0: Video: mpeg4 (Advanced Simple Profile) (XVID / 0x44495658), yuv
  32. 420p, 640x352 [SAR 1:1 DAR 20:11], 1086 kb/s, 23.98 fps, 23.98 tbr, 23.98 tbn, 2
  33. 3.98 tbc
  34. Stream #0:1: Audio: mp3 (U[0][0][0] / 0x0055), 48000 Hz, stereo, s16p, 160 k
  35. b/s
  36. Metadata:
  37. title : mp3
  38. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mp4':
  39. Metadata:
  40. major_brand : mp42
  41. minor_version : 0
  42. compatible_brands: isommp42
  43. creation_time : 2015-05-10 09:41:57
  44. Duration: 00:01:00.60, start: 0.000000, bitrate: 524 kb/s
  45. Stream #1:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720
  46. [SAR 1:1 DAR 16:9], 329 kb/s, 24 fps, 24 tbr, 24 tbn, 48 tbc (default)
  47. Metadata:
  48. handler_name : VideoHandler
  49. Stream #1:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 44100 Hz, stereo, flt
  50. p, 192 kb/s (default)
  51. Metadata:
  52. creation_time : 2015-05-10 09:41:57
  53. handler_name : IsoMedia File Produced by Google, 5-11-2011
  54. File 'output.mp4' already exists. Overwrite ? [y/N] y
  55. Output pad "out:v0" with type video of the filter instance "Parsed_concat_2" of
  56. concat not connected to any destination
  57.  
  58. C:\Users\Admin\Desktop\birlestirme>pause
  59. Press any key to continue . . .
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement