Advertisement
Guest User

Untitled

a guest
Jul 1st, 2013
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.73 KB | None | 0 0
  1. julian@Julian-Notebook:~/test$ ./ffmpeg -i 1.mxf -vcodec copy -acodec copy -timecode '00:57:50;00' test45.mxf
  2. ffmpeg version git-2013-06-24-bbe26ef Copyright (c) 2000-2013 the FFmpeg developers
  3. built on Jun 24 2013 13:14:22 with gcc 4.7 (Ubuntu/Linaro 4.7.3-1ubuntu1)
  4. configuration: --prefix=/home/julian/ffmpeg_build --extra-cflags=-I/home/julian/ffmpeg_build/include --extra-ldflags=-L/home/julian/ffmpeg_build/lib --bindir=/home/julian/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree --enable-x11grab
  5. libavutil 52. 37.101 / 52. 37.101
  6. libavcodec 55. 17.100 / 55. 17.100
  7. libavformat 55. 9.100 / 55. 9.100
  8. libavdevice 55. 2.100 / 55. 2.100
  9. libavfilter 3. 77.101 / 3. 77.101
  10. libswscale 2. 3.100 / 2. 3.100
  11. libswresample 0. 17.102 / 0. 17.102
  12. libpostproc 52. 3.100 / 52. 3.100
  13. Guessed Channel Layout for Input Stream #0.1 : mono
  14. Guessed Channel Layout for Input Stream #0.2 : mono
  15. Guessed Channel Layout for Input Stream #0.3 : mono
  16. Guessed Channel Layout for Input Stream #0.4 : mono
  17. Guessed Channel Layout for Input Stream #0.5 : mono
  18. Guessed Channel Layout for Input Stream #0.6 : mono
  19. Guessed Channel Layout for Input Stream #0.7 : mono
  20. Guessed Channel Layout for Input Stream #0.8 : mono
  21. Input #0, mxf, from '1.mxf':
  22. Metadata:
  23. uid : 72272eba-d704-434f-b819-b712da8c8e35
  24. generation_uid : ec8d31be-bd9a-2745-8850-a0fedb7b6c2d
  25. company_name : Rhozet
  26. product_name : Carbon
  27. product_version : 1.00
  28. product_uid : 060e2b34-0401-0101-0e00-000000000000
  29. modification_date: 2013-06-23 09:53:12
  30. timecode : 00:57:50;00
  31. Duration: 00:03:22.17, start: 0.000000, bitrate: 60330 kb/s
  32. Stream #0:0: Video: mpeg2video (4:2:2), yuv422p, 1280x720 [SAR 1:1 DAR 16:9], 59.94 fps, 59.94 tbr, 59.94 tbn, 119.88 tbc
  33. Stream #0:1: Audio: pcm_s24le, 48000 Hz, mono, s32, 1152 kb/s
  34. Stream #0:2: Audio: pcm_s24le, 48000 Hz, mono, s32, 1152 kb/s
  35. Stream #0:3: Audio: pcm_s24le, 48000 Hz, mono, s32, 1152 kb/s
  36. Stream #0:4: Audio: pcm_s24le, 48000 Hz, mono, s32, 1152 kb/s
  37. Stream #0:5: Audio: pcm_s24le, 48000 Hz, mono, s32, 1152 kb/s
  38. Stream #0:6: Audio: pcm_s24le, 48000 Hz, mono, s32, 1152 kb/s
  39. Stream #0:7: Audio: pcm_s24le, 48000 Hz, mono, s32, 1152 kb/s
  40. Stream #0:8: Audio: pcm_s24le, 48000 Hz, mono, s32, 1152 kb/s
  41. Codec AVOption gop_timecode (MPEG GOP Timecode in hh:mm:ss[:;.]ff format) specified for output file #0 (test45.mxf) has not been used for any stream. The most likely reason is either wrong type (e.g. a video option with no video streams) or that it is a private option of some encoder which was not actually used for any stream.
  42. File 'test45.mxf' already exists. Overwrite ? [y/N] y
  43. Output #0, mxf, to 'test45.mxf':
  44. Metadata:
  45. uid : 72272eba-d704-434f-b819-b712da8c8e35
  46. generation_uid : ec8d31be-bd9a-2745-8850-a0fedb7b6c2d
  47. company_name : Rhozet
  48. product_name : Carbon
  49. product_version : 1.00
  50. product_uid : 060e2b34-0401-0101-0e00-000000000000
  51. modification_date: 2013-06-23 09:53:12
  52. timecode : 00:57:50;00
  53. encoder : Lavf55.9.100
  54. Stream #0:0: Video: mpeg2video, yuv422p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 59.94 fps, 59.94 tbn, 59.94 tbc
  55. Stream #0:1: Audio: pcm_s24le, 48000 Hz, mono, 1152 kb/s
  56. Stream mapping:
  57. Stream #0:0 -> #0:0 (copy)
  58. Stream #0:1 -> #0:1 (copy)
  59. Press [q] to stop, [?] for help
  60. frame=12118 fps=443 q=-1.0 Lsize= 1273192kB time=00:03:22.16 bitrate=51590.5kbits/s
  61. video:1233939kB audio:28430kB subtitle:0 global headers:0kB muxing overhead 0.857296%
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement