Guest User

Untitled

a guest
Nov 19th, 2014
157
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ##### ORIGINAL FILE
  2.  
  3. $ ffmpeg -i ET2GYGBFW4.flv
  4. ffmpeg version 2.4.3 Copyright (c) 2000-2014 the FFmpeg developers
  5. built on Nov 6 2014 23:40:10 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
  6. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.4.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
  7. libavutil 54. 7.100 / 54. 7.100
  8. libavcodec 56. 1.100 / 56. 1.100
  9. libavformat 56. 4.101 / 56. 4.101
  10. libavdevice 56. 0.100 / 56. 0.100
  11. libavfilter 5. 1.100 / 5. 1.100
  12. libavresample 2. 1. 0 / 2. 1. 0
  13. libswscale 3. 0.100 / 3. 0.100
  14. libswresample 1. 1.100 / 1. 1.100
  15. libpostproc 53. 0.100 / 53. 0.100
  16. Input #0, flv, from 'ET2GYGBFW4.flv':
  17. Metadata:
  18. creationdate : Thu Nov 13 11:23:30
  19. Duration: 00:00:11.07, start: 0.000000, bitrate: 483 kb/s
  20. Stream #0:0: Video: flv1, yuv420p, 320x240, 1k tbr, 1k tbn, 1k tbc
  21. Stream #0:1: Audio: nellymoser, 8000 Hz, mono, flt
  22.  
  23.  
  24. ##### DESIRED EXAMPLE FILE
  25. $ ffmpeg -i UserInterview_EHGLIXR8UBA_ET2GYGBFW4.mp4
  26. ffmpeg version 2.4.3 Copyright (c) 2000-2014 the FFmpeg developers
  27. built on Nov 6 2014 23:40:10 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
  28. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.4.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
  29. libavutil 54. 7.100 / 54. 7.100
  30. libavcodec 56. 1.100 / 56. 1.100
  31. libavformat 56. 4.101 / 56. 4.101
  32. libavdevice 56. 0.100 / 56. 0.100
  33. libavfilter 5. 1.100 / 5. 1.100
  34. libavresample 2. 1. 0 / 2. 1. 0
  35. libswscale 3. 0.100 / 3. 0.100
  36. libswresample 1. 1.100 / 1. 1.100
  37. libpostproc 53. 0.100 / 53. 0.100
  38. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'UserInterview_EHGLIXR8UBA_ET2GYGBFW4.mp4':
  39. Metadata:
  40. major_brand : isom
  41. minor_version : 1
  42. compatible_brands: isomavc1mp42
  43. creation_time : 2014-11-13 11:14:02
  44. Duration: 00:00:11.26, start: 0.000000, bitrate: 182 kb/s
  45. Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 320x240 [SAR 1:1 DAR 4:3], 134 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc (default)
  46. Metadata:
  47. creation_time : 2014-11-13 11:14:00
  48. handler_name : GPAC ISO Video Handler
  49. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 8000 Hz, mono, fltp, 47 kb/s (default)
  50. Metadata:
  51. creation_time : 2014-11-13 11:14:02
  52. handler_name : /data/tmp/zencoder/output/e/99/b6/f6/370988329/39501/20141113111359/transcode/encoded.audio.aac - Imported with GPAC 0.4.6-DEV-revexported
  53.  
  54. ### ACTUALLY GETTING
  55.  
  56. $ ffmpeg -i ET2GYGBFW4.flv -q:v 0 -profile:v baseline -r 25 -b:a 9001k -vcodec libx264 test.mp4
  57. $ ffmpeg -i test.mp4
  58. ffmpeg version 2.4.3 Copyright (c) 2000-2014 the FFmpeg developers
  59. built on Nov 6 2014 23:40:10 with Apple LLVM version 6.0 (clang-600.0.54) (based on LLVM 3.5svn)
  60. configuration: --prefix=/usr/local/Cellar/ffmpeg/2.4.3 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-nonfree --enable-hardcoded-tables --enable-avresample --enable-vda --cc=clang --host-cflags= --host-ldflags= --enable-libx264 --enable-libfaac --enable-libmp3lame --enable-libxvid
  61. libavutil 54. 7.100 / 54. 7.100
  62. libavcodec 56. 1.100 / 56. 1.100
  63. libavformat 56. 4.101 / 56. 4.101
  64. libavdevice 56. 0.100 / 56. 0.100
  65. libavfilter 5. 1.100 / 5. 1.100
  66. libavresample 2. 1. 0 / 2. 1. 0
  67. libswscale 3. 0.100 / 3. 0.100
  68. libswresample 1. 1.100 / 1. 1.100
  69. libpostproc 53. 0.100 / 53. 0.100
  70. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mp4':
  71. Metadata:
  72. major_brand : isom
  73. minor_version : 512
  74. compatible_brands: isomiso2avc1mp41
  75. encoder : Lavf56.4.101
  76. Duration: 00:00:11.12, start: 0.031000, bitrate: 137 kb/s
  77. Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 320x240, 121 kb/s, 25 fps, 25 tbr, 12800 tbn, 50 tbc (default)
  78. Metadata:
  79. handler_name : VideoHandler
  80. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 8000 Hz, mono, fltp, 13 kb/s (default)
  81. Metadata:
  82. handler_name : SoundHandler
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×