Advertisement
Guest User

Untitled

a guest
Jul 15th, 2015
339
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.03 KB | None | 0 0
  1. Richards-MacBook-Pro-2:GOPROMESS richardgoodwin$ ffmpeg -i MOBIUS.mp4 -metadata:g major_brand=avc1 -metadata:g compatible_brands=avc1isom -metadata:g Format=JVT -metadata:g "Format profile"=JVT -metadata handler_name=" GoPro AVC" -metadata:s:v:0 encoder="GoPro AVC Encoder" -metadata:s:a:0 handler_name=" GoPro AAC" -codec copy test.mp4
  2. ffmpeg version 2.7.1 Copyright (c) 2000-2015 the FFmpeg developers
  3. built with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
  4. configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --enable-libvidstab --enable-libx265 --disable-doc --arch=x86_64 --enable-runtime-cpudetect
  5. libavutil 54. 27.100 / 54. 27.100
  6. libavcodec 56. 41.100 / 56. 41.100
  7. libavformat 56. 36.100 / 56. 36.100
  8. libavdevice 56. 4.100 / 56. 4.100
  9. libavfilter 5. 16.101 / 5. 16.101
  10. libswscale 3. 1.101 / 3. 1.101
  11. libswresample 1. 2.100 / 1. 2.100
  12. libpostproc 53. 3.100 / 53. 3.100
  13. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'MOBIUS.mp4':
  14. Metadata:
  15. major_brand : mp42
  16. minor_version : 0
  17. compatible_brands: isomavc1mp42
  18. creation_time : 2015-07-15 12:56:26
  19. original_format : DVR-CD
  20. original_format-eng: DVR-CD
  21. comment : HDDVR-Mobius
  22. comment-eng : HDDVR-Mobius
  23. Duration: 00:00:08.80, start: 0.000000, bitrate: 18593 kb/s
  24. Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 17646 kb/s, 30 fps, 30 tbr, 30k tbn, 60k tbc (default)
  25. Metadata:
  26. creation_time : 2015-07-15 12:56:26
  27. handler_name : DataHandler
  28. encoder : h264
  29. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 32000 Hz, mono, fltp, 96 kb/s (default)
  30. Metadata:
  31. creation_time : 2015-07-15 12:56:26
  32. handler_name : DataHandler
  33. File 'test.mp4' already exists. Overwrite ? [y/N] y
  34. [mp4 @ 0x7fc9c2002000] Codec for stream 0 does not use global headers but container format requires global headers
  35. [mp4 @ 0x7fc9c2002000] Codec for stream 1 does not use global headers but container format requires global headers
  36. Output #0, mp4, to 'test.mp4':
  37. Metadata:
  38. comment : HDDVR-Mobius
  39. minor_version : 0
  40. major_brand : avc1
  41. comment-eng : HDDVR-Mobius
  42. original_format : DVR-CD
  43. original_format-eng: DVR-CD
  44. compatible_brands: avc1isom
  45. Format : JVT
  46. Format profile : JVT
  47. handler_name : GoPro AVC
  48. encoder : Lavf56.36.100
  49. Stream #0:0(eng): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1920x1080, q=2-31, 17646 kb/s, 30 fps, 30 tbr, 30k tbn, 30k tbc (default)
  50. Metadata:
  51. creation_time : 2015-07-15 12:56:26
  52. handler_name : DataHandler
  53. encoder : GoPro AVC Encoder
  54. Stream #0:1(eng): Audio: aac ([64][0][0][0] / 0x0040), 32000 Hz, mono, 96 kb/s (default)
  55. Metadata:
  56. creation_time : 2015-07-15 12:56:26
  57. handler_name : GoPro AAC
  58. Stream mapping:
  59. Stream #0:0 -> #0:0 (copy)
  60. Stream #0:1 -> #0:1 (copy)
  61. Press [q] to stop, [?] for help
  62. frame= 264 fps=0.0 q=-1.0 Lsize= 19064kB time=00:00:08.76 bitrate=17814.0kbits/s
  63. video:18956kB audio:102kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.030110%
  64. Richards-MacBook-Pro-2:GOPROMESS richardgoodwin$ ffprobe test.mp4
  65. ffprobe version 2.7.1 Copyright (c) 2007-2015 the FFmpeg developers
  66. built with llvm-gcc 4.2.1 (LLVM build 2336.11.00)
  67. configuration: --prefix=/Volumes/Ramdisk/sw --enable-gpl --enable-pthreads --enable-version3 --enable-libspeex --enable-libvpx --disable-decoder=libvpx --enable-libmp3lame --enable-libtheora --enable-libvorbis --enable-libx264 --enable-avfilter --enable-libopencore_amrwb --enable-libopencore_amrnb --enable-filters --enable-libgsm --enable-libvidstab --enable-libx265 --disable-doc --arch=x86_64 --enable-runtime-cpudetect
  68. libavutil 54. 27.100 / 54. 27.100
  69. libavcodec 56. 41.100 / 56. 41.100
  70. libavformat 56. 36.100 / 56. 36.100
  71. libavdevice 56. 4.100 / 56. 4.100
  72. libavfilter 5. 16.101 / 5. 16.101
  73. libswscale 3. 1.101 / 3. 1.101
  74. libswresample 1. 2.100 / 1. 2.100
  75. libpostproc 53. 3.100 / 53. 3.100
  76. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mp4':
  77. Metadata:
  78. major_brand : isom
  79. minor_version : 512
  80. compatible_brands: isomiso2avc1mp41
  81. encoder : Lavf56.36.100
  82. comment : HDDVR-Mobius
  83. Duration: 00:00:08.80, start: 0.000000, bitrate: 17746 kb/s
  84. Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080, 17646 kb/s, 30 fps, 30 tbr, 30k tbn, 60k tbc (default)
  85. Metadata:
  86. handler_name : VideoHandler
  87. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 32000 Hz, mono, fltp, 96 kb/s (default)
  88. Metadata:
  89. handler_name : SoundHandler
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement