Advertisement
Guest User

Untitled

a guest
Sep 27th, 2013
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.64 KB | None | 0 0
  1. Issue: ffmpeg generated ntsc-dvd file chokes dvdauthor
  2.  
  3. [a]$ uname -a
  4.  
  5. Linux bldg1.bldg 3.10.11-200.fc19.x86_64 #1 SMP Mon Sep 9 13:03:01 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux
  6.  
  7. [a]$ wget shell2.reverse.net/~kaht/singlejumps720.webm
  8.  
  9. HTTP request sent, awaiting response... 200 OK
  10. ‘singlejumps720.webm’ saved [69960110/69960110]
  11.  
  12. [a]$ Static-Builds/ffmpeg -i singlejumps720.webm -target ntsc-dvd output.mpg
  13.  
  14. ffmpeg version N-56673-gf31011e Copyright (c) 2000-2013 the FFmpeg developers
  15.  
  16. built on Sep 27 2013 05:27:03 with gcc 4.6 (Debian 4.6.3-1)
  17.  
  18. configuration: --prefix=/root/ffmpeg-static/64bit --extra-cflags='-I/root/ffmpeg-static/64bit/include -static' --extra-ldflags='-L/root/ffmpeg-static/64bit/lib -static' --extra-libs='-lxml2 -lexpat -lfreetype' --enable-static --disable-shared --disable-ffserver --disable-doc --enable-bzlib --enable-zlib --enable-postproc --enable-runtime-cpudetect --enable-libx264 --enable-gpl --enable-libtheora --enable-libvorbis --enable-libmp3lame --enable-gray --enable-libass --enable-libfreetype --enable-libopenjpeg --enable-libspeex --enable-libvo-aacenc --enable-libvo-amrwbenc --enable-version3 --enable-libvpx
  19.  
  20. libavutil 52. 46.100 / 52. 46.100
  21. libavcodec 55. 33.100 / 55. 33.100
  22. libavformat 55. 18.102 / 55. 18.102
  23. libavdevice 55. 3.100 / 55. 3.100
  24. libavfilter 3. 87.100 / 3. 87.100
  25. libswscale 2. 5.100 / 2. 5.100
  26. libswresample 0. 17.103 / 0. 17.103
  27. libpostproc 52. 3.100 / 52. 3.100
  28.  
  29. Input #0, matroska,webm, from 'singlejumps720.webm':
  30. Duration: 00:02:58.15, start: 0.000000, bitrate: 3141 kb/s
  31. Stream #0:0: Video: vp8, yuv420p, 1280x720, SAR 1:1 DAR 16:9, 24 fps, 24 tbr, 1k tbn, 1k tbc (default)
  32. Stream #0:1: Audio: vorbis, 44100 Hz, stereo, fltp (default)
  33.  
  34. Output #0, dvd, to 'output.mpg':
  35. Metadata:
  36. encoder : Lavf55.18.102
  37. Stream #0:0: Video: mpeg2video, yuv420p, 720x480 [SAR 32:27 DAR 16:9], q=2-31, 6000 kb/s, 90k tbn, 29.97 tbc (default)
  38. Stream #0:1: Audio: ac3, 48000 Hz, stereo, fltp, 448 kb/s (default)
  39. Stream mapping:
  40. Stream #0:0 -> #0:0 (vp8 -> mpeg2video)
  41. Stream #0:1 -> #0:1 (vorbis -> ac3)
  42.  
  43. frame= 5323 fps=251 q=2.0 Lsize= 42928kB time=00:02:58.19 bitrate=1973.5kbits/s dup=1060 drop=0
  44. video:31711kB audio:9744kB subtitle:0 global headers:0kB muxing overhead 3.552894%
  45.  
  46.  
  47.  
  48. [a]$ dvdauthor -t -o ABC output.mpg
  49.  
  50.  
  51. DVDAuthor::dvdauthor, version 0.7.1.
  52.  
  53. Build options: gnugetopt graphicsmagick iconv freetype fribidi fontconfig
  54.  
  55. INFO: Video pts = 0.533 .. 178.144
  56. INFO: Audio[0] pts = 0.541 .. 178.727
  57.  
  58. CHAPTERS: VTS[1/1] 0.000
  59.  
  60. INFO: Generating VTS with the following video attributes:
  61. INFO: MPEG version: mpeg2
  62. INFO: TV standard: ntsc
  63. INFO: Aspect ratio: 16:9
  64. INFO: Resolution: 720x480
  65. INFO: Audio ch 0 format: ac3/2ch, 48khz drc
  66. INFO: default video format is NTSC
  67. INFO: dvdauthor creating VTS
  68. STAT: Picking VTS 04
  69.  
  70. STAT: Processing output.mpg...
  71.  
  72. WARN: Discontinuity of 917 in audio channel 0; please remultiplex input.
  73. WARN: Previous sector: 0.541 - 0.605
  74. WARN: Current sector: 0.615 - 0.647
  75. WARN: Audio pts for channel 0 moves backwards by 885; please remultiplex input.
  76. WARN: Previous sector: 3.559 - 3.591
  77. WARN: Current sector: 3.581 - 3.613
  78. WARN: Audio pts for channel 0 moves backwards by 26; please remultiplex input.
  79. WARN: Previous sector: 3.581 - 3.613
  80. WARN: Current sector: 3.613 - 3.645
  81. WARN: Discontinuity of 894 in audio channel 0; please remultiplex input.
  82. WARN: Previous sector: 3.613 - 3.645
  83. WARN: Current sector: 3.655 - 3.687
  84. WARN: Discontinuity of 6 in audio channel 0; please remultiplex input.
  85. WARN: Previous sector: 3.655 - 3.687
  86. WARN: Current sector: 3.687 - 3.719
  87. WARN: Audio pts for channel 0 moves backwards by 25; please remultiplex input.
  88. WARN: Previous sector: 3.719 - 3.783
  89. WARN: Current sector: 3.782 - 3.814
  90. WARN: Discontinuity of 23 in audio channel 0; please remultiplex input.
  91. WARN: Previous sector: 3.782 - 3.814
  92. WARN: Current sector: 3.815 - 3.847
  93. WARN: Discontinuity of 11 in audio channel 0; please remultiplex input.
  94. WARN: Previous sector: 3.879 - 3.911
  95. WARN: Current sector: 3.911 - 3.943
  96. WARN: Discontinuity of 2 in audio channel 0; please remultiplex input.
  97. WARN: Previous sector: 4.071 - 4.103
  98. WARN: Current sector: 4.103 - 4.135
  99. WARN: Audio pts for channel 0 moves backwards by 936; please remultiplex input.
  100. WARN: Previous sector: 4.839 - 4.871
  101. WARN: Current sector: 4.860 - 4.924
  102. WARN: Discontinuity of 919 in audio channel 0; please remultiplex input.
  103. WARN: Previous sector: 4.860 - 4.924
  104.  
  105. <snip: hundreds of similar warnings>
  106.  
  107. WARN: Discontinuity of 2 in audio channel 0; please remultiplex input.
  108. WARN: Previous sector: 178.599 - 178.631
  109. WARN: Current sector: 178.631 - 178.663
  110.  
  111.  
  112. INFO: Video pts = 0.533 .. 178.144
  113. INFO: Audio[0] pts = 0.541 .. 178.727
  114.  
  115. STAT: VOBU 296 at 41MB, 1 PGCs
  116.  
  117. CHAPTERS: VTS[1/1] 0.000
  118.  
  119. STAT: VOBU 296 at 41MB, 1 PGCs
  120.  
  121. STAT: fixing VOBU at 2MB (17/296, 5%)
  122. STAT: fixing VOBU at 4MB (33/296, 10%)
  123. STAT: fixing VOBU at 6MB (49/296, 16%)
  124. STAT: fixing VOBU at 9MB (65/296, 21%)
  125. STAT: fixing VOBU at 10MB (81/296, 27%)
  126. STAT: fixing VOBU at 12MB (97/296, 32%)
  127. STAT: fixing VOBU at 15MB (113/296, 37%)
  128. STAT: fixing VOBU at 18MB (129/296, 43%)
  129. STAT: fixing VOBU at 19MB (145/296, 48%)
  130. STAT: fixing VOBU at 21MB (161/296, 54%)
  131. STAT: fixing VOBU at 24MB (177/296, 59%)
  132. STAT: fixing VOBU at 26MB (193/296, 64%)
  133. STAT: fixing VOBU at 29MB (209/296, 70%)
  134. STAT: fixing VOBU at 31MB (225/296, 75%)
  135. STAT: fixing VOBU at 33MB (241/296, 81%)
  136. STAT: fixing VOBU at 36MB (257/296, 86%)
  137. STAT: fixing VOBU at 37MB (273/296, 91%)
  138. STAT: fixing VOBU at 39MB (289/296, 97%)
  139. STAT: fixed 296 VOBUs
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement