Guest User

Untitled

a guest
Feb 28th, 2012
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.43 KB | None | 0 0
  1. halexander9000@halexander9000-904HD:~$ ffmpeg -i test.ogv -vcodec copy -acodec copy -f mp4 output.mp4
  2. ffmpeg version N-38318-g34210e8 Copyright (c) 2000-2012 the FFmpeg developers
  3. built on Feb 29 2012 00:50:33 with gcc 4.6.1
  4. configuration: --enable-gpl --enable-nonfree --enable-libx264 --enable-libtheora --enable-libvorbis
  5. libavutil 51. 41.100 / 51. 41.100
  6. libavcodec 54. 4.100 / 54. 4.100
  7. libavformat 54. 1.100 / 54. 1.100
  8. libavdevice 53. 4.100 / 53. 4.100
  9. libavfilter 2. 62.101 / 2. 62.101
  10. libswscale 2. 1.100 / 2. 1.100
  11. libswresample 0. 7.100 / 0. 7.100
  12. libpostproc 52. 0.100 / 52. 0.100
  13. [ogg @ 0x9003aa0] Broken file, keyframe not correctly marked.
  14. Input #0, ogg, from 'test.ogv':
  15. Duration: 00:00:43.66, start: 0.000000, bitrate: 3791 kb/s
  16. Stream #0:0: Data: none
  17. Stream #0:1: Video: theora, yuv420p, 640x480 [SAR 1:1 DAR 4:3], 15 fps, 15 tbr, 15 tbn, 15 tbc
  18. Stream #0:2: Audio: vorbis, 22050 Hz, mono, s16, 89 kb/s
  19. [mp4 @ 0x904f5c0] track 0: could not find tag, codec not currently supported in container
  20. Output #0, mp4, to 'output.mp4':
  21. Metadata:
  22. encoder : Lavf54.1.100
  23. Stream #0:0: Video: theora, yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=2-31, 15 fps, 90k tbn, 15 tbc
  24. Stream #0:1: Audio: vorbis ([221][0][0][0] / 0x00DD), 22050 Hz, mono, 89 kb/s
  25. Stream mapping:
  26. Stream #0:1 -> #0:0 (copy)
  27. Stream #0:2 -> #0:1 (copy)
  28. Could not write header for output file #0 (incorrect codec parameters ?)
  29. halexander9000@halexander9000-904HD:~$ ffmpeg -i test.ogv -vcodec copy -acodec copy -f matroska output.mkv
  30. ffmpeg version N-38318-g34210e8 Copyright (c) 2000-2012 the FFmpeg developers
  31. built on Feb 29 2012 00:50:33 with gcc 4.6.1
  32. configuration: --enable-gpl --enable-nonfree --enable-libx264 --enable-libtheora --enable-libvorbis
  33. libavutil 51. 41.100 / 51. 41.100
  34. libavcodec 54. 4.100 / 54. 4.100
  35. libavformat 54. 1.100 / 54. 1.100
  36. libavdevice 53. 4.100 / 53. 4.100
  37. libavfilter 2. 62.101 / 2. 62.101
  38. libswscale 2. 1.100 / 2. 1.100
  39. libswresample 0. 7.100 / 0. 7.100
  40. libpostproc 52. 0.100 / 52. 0.100
  41. [ogg @ 0xa8ffaa0] Broken file, keyframe not correctly marked.
  42. Input #0, ogg, from 'test.ogv':
  43. Duration: 00:00:43.66, start: 0.000000, bitrate: 3791 kb/s
  44. Stream #0:0: Data: none
  45. Stream #0:1: Video: theora, yuv420p, 640x480 [SAR 1:1 DAR 4:3], 15 fps, 15 tbr, 15 tbn, 15 tbc
  46. Stream #0:2: Audio: vorbis, 22050 Hz, mono, s16, 89 kb/s
  47. Output #0, matroska, to 'output.mkv':
  48. Metadata:
  49. encoder : Lavf54.1.100
  50. Stream #0:0: Video: theora, yuv420p, 640x480 [SAR 1:1 DAR 4:3], q=2-31, 15 fps, 1k tbn, 15 tbc
  51. Stream #0:1: Audio: vorbis, 22050 Hz, mono, 89 kb/s
  52. Stream mapping:
  53. Stream #0:1 -> #0:0 (copy)
  54. Stream #0:2 -> #0:1 (copy)
  55. Press [q] to stop, [?] for help
  56. [ogg @ 0xa8ffaa0] Broken file, keyframe not correctly marked.
  57. frame= 348 fps= 0 q=-1.0 size= 12824kB time=00:00:23.66 bitrate=4440.0kbits/Broken file, keyframe not correctly marked.
  58. [ogg @ 0xa8ffaa0] Broken file, keyframe not correctly marked.
  59. Last message repeated 1 times
  60. frame= 604 fps=575 q=-1.0 size= 19663kB time=00:00:40.73 bitrate=3953.9kbits/Broken file, keyframe not correctly marked.
  61. frame= 637 fps=598 q=-1.0 Lsize= 20139kB time=00:00:43.27 bitrate=3812.2kbits/s
  62. video:19627kB audio:484kB global headers:0kB muxing overhead 0.140059%
  63. halexander9000@halexander9000-904HD:~$
Advertisement
Add Comment
Please, Sign In to add comment