Advertisement
oanastratulat

Untitled

Jan 4th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.53 KB | None | 0 0
  1. bash-3.2# ./ffmpeg_g -i /Users/vladvladvictorvictor/Downloads/fcp_export8.mov -dcodec copy -map 0:2 -an -vn out.mov
  2. ffmpeg version N-36401-gf598df3, Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Jan 4 2012 04:11:16 with llvm_gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.1.00)
  4. configuration:
  5. libavutil 51. 33.100 / 51. 33.100
  6. libavcodec 53. 50.100 / 53. 50.100
  7. libavformat 53. 29.100 / 53. 29.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 57.101 / 2. 57.101
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 5.100 / 0. 5.100
  12. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/vladvladvictorvictor/Downloads/fcp_export8.mov':
  13. Metadata:
  14. major_brand : qt
  15. minor_version : 537199360
  16. compatible_brands: qt
  17. creation_time : 2010-03-03 06:08:19
  18. Duration: 00:00:10.01, start: 0.000000, bitrate: 505 kb/s
  19. Stream #0:0(eng): Video: dvvideo (dvc / 0x20637664), yuv411p, 720x480 [SAR 8:9 DAR 4:3], 28771 kb/s, SAR 10:11 DAR 15:11, 29.97 fps, 29.97 tbr, 2997 tbn, 29.97 tbc
  20. Metadata:
  21. creation_time : 2010-03-03 06:08:19
  22. handler_name : ?Apple Alias Data Handler
  23. Stream #0:1(eng): Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, 2 channels, s16, 1536 kb/s
  24. Metadata:
  25. creation_time : 2010-03-03 06:08:19
  26. handler_name : ?Apple Alias Data Handler
  27. Stream #0:2(eng): Data: none (tmcd / 0x64636D74)
  28. Metadata:
  29. creation_time : 2010-03-03 06:08:19
  30. handler_name : ?Apple Alias Data Handler
  31. Stream #0:3(eng): Data: none (tmcd / 0x64636D74)
  32. Metadata:
  33. creation_time : 2010-03-03 06:08:19
  34. handler_name : ?Apple Alias Data Handler
  35. Stream #0:4(eng): Data: none (tmcd / 0x64636D74)
  36. Metadata:
  37. creation_time : 2010-03-03 06:08:19
  38. handler_name : ?Apple Alias Data Handler
  39. File 'out.mov' already exists. Overwrite ? [y/N] y
  40. mov_write_header is called
  41. Ignoring attempt to set invalid timebase for st:0
  42. Output #0, mov, to 'out.mov':
  43. Metadata:
  44. major_brand : qt
  45. minor_version : 537199360
  46. compatible_brands: qt
  47. creation_time : 2010-03-03 06:08:19
  48. encoder : Lavf53.29.100
  49. Stream #0:0(eng): Data: none (tmcd / 0x64636D74)
  50. Metadata:
  51. creation_time : 2010-03-03 06:08:19
  52. handler_name : ?Apple Alias Data Handler
  53. Stream mapping:
  54. Stream #0:2 -> #0:0 (copy)
  55. Press [q] to stop, [?] for help
  56. mov->nb_streams : 1
  57. tracks[0]: 0
  58. tracks[1]: 0
  59. tracks[2]: 0
  60. Floating point exception: 8
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement