Advertisement
Guest User

Untitled

a guest
Dec 25th, 2015
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.29 KB | None | 0 0
  1. My input:
  2. sudo ffmpeg -i Nov_10,_2015.Fallout_4_5_Things_I_Like_About_Fallout_4.128p.opus -i Nov_10,_2015.Fallout_4_5_Things_I_Like_About_Fallout_4_-_DASH.1080p.mp4 -map 0 -map 1 -c copy Nov_10,_2015.Fallout_4_5_Things_I_Like_About_Fallout_4.wmv
  3.  
  4. Output:
  5. ffmpeg version 2.8.4 Copyright (c) 2000-2015 the FFmpeg developers
  6. built with gcc 5.3.0 (GCC)
  7. configuration: --prefix=/usr --disable-debug --disable-static --disable-stripping --enable-avisynth --enable-avresample --enable-fontconfig --enable-gnutls --enable-gpl --enable-ladspa --enable-libass --enable-libbluray --enable-libdcadec --enable-libfreetype --enable-libfribidi --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-libschroedinger --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libv4l2 --enable-libvidstab --enable-libvorbis --enable-libvpx --enable-libwebp --enable-libx264 --enable-libx265 --enable-libxvid --enable-shared --enable-version3 --enable-x11grab
  8. libavutil 54. 31.100 / 54. 31.100
  9. libavcodec 56. 60.100 / 56. 60.100
  10. libavformat 56. 40.101 / 56. 40.101
  11. libavdevice 56. 4.100 / 56. 4.100
  12. libavfilter 5. 40.101 / 5. 40.101
  13. libavresample 2. 1. 0 / 2. 1. 0
  14. libswscale 3. 1.101 / 3. 1.101
  15. libswresample 1. 2.101 / 1. 2.101
  16. libpostproc 53. 3.100 / 53. 3.100
  17. Input #0, ogg, from 'Nov_10,_2015.Fallout_4_5_Things_I_Like_About_Fallout_4.128p.opus':
  18. Duration: 00:04:41.25, start: 0.007500, bitrate: 130 kb/s
  19. Stream #0:0(eng): Audio: opus, 48000 Hz, stereo, fltp
  20. Metadata:
  21. LANGUAGE : eng
  22. ENCODER : Lavf56.40.101
  23. Input #1, mov,mp4,m4a,3gp,3g2,mj2, from 'Nov_10,_2015.Fallout_4_5_Things_I_Like_About_Fallout_4_-_DASH.1080p.mp4':
  24. Metadata:
  25. major_brand : dash
  26. minor_version : 0
  27. compatible_brands: iso6avc1mp41
  28. creation_time : 2015-11-12 11:35:27
  29. Duration: 00:04:41.22, start: 0.016667, bitrate: 4566 kb/s
  30. Stream #1:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], 67 kb/s, 60 fps, 60 tbr, 90k tbn, 120 tbc (default)
  31. Metadata:
  32. creation_time : 2015-11-12 11:35:27
  33. handler_name : VideoHandler
  34. File 'Nov_10,_2015.Fallout_4_5_Things_I_Like_About_Fallout_4.wmv' already exists. Overwrite ? [y/N] y
  35. [asf @ 0x55895c5738a0] Codec for stream 0 does not use global headers but container format requires global headers
  36. [asf @ 0x55895c5738a0] Codec for stream 1 does not use global headers but container format requires global headers
  37. Output #0, asf, to 'Nov_10,_2015.Fallout_4_5_Things_I_Like_About_Fallout_4.wmv':
  38. Metadata:
  39. WM/EncodingSettings: Lavf56.40.101
  40. Stream #0:0(eng): Audio: opus, 48000 Hz, stereo
  41. Metadata:
  42. LANGUAGE : eng
  43. ENCODER : Lavf56.40.101
  44. Stream #0:1(und): Video: h264 (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 67 kb/s, 60 fps, 60 tbr, 1k tbn, 60 tbc (default)
  45. Metadata:
  46. creation_time : 2015-11-12 11:35:27
  47. handler_name : VideoHandler
  48. Stream mapping:
  49. Stream #0:0 -> #0:0 (copy)
  50. Stream #1:0 -> #0:1 (copy)
  51. Could not write header for output file #0 (incorrect codec parameters ?): Operation not permitted
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement