Advertisement
Guest User

Untitled

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