Advertisement
Guest User

Untitled

a guest
Mar 19th, 2013
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.04 KB | None | 0 0
  1. ffmpeg syntax:
  2. ffmpeg -i $SOURCE -map 0:0 -map 0:1 -vf pad="1920:1080:(ow-iw)/2:(oh-ih)/2" -target ntsc-dvd -crf 18 -ab 384k -threads 0 "$1".mpg
  3.  
  4. error i get using dvdauthor:
  5. WARN: Discontinuity of 225 in audio channel 0; please remultiplex input.
  6. WARN: Previous sector: 289.709 - 289.741
  7. WARN: Current sector: 289.744 - 289.776
  8. WARN: Audio pts for channel 0 moves backwards by 135; please remultiplex input.
  9. WARN: Previous sector: 289.744 - 289.776
  10. WARN: Current sector: 289.774 - 289.806
  11. WARN: Audio pts for channel 0 moves backwards by 180; please remultiplex input.
  12. WARN: Previous sector: 289.774 - 289.806
  13. WARN: Current sector: 289.804 - 289.836
  14. WARN: Discontinuity of 270 in audio channel 0; please remultiplex input.
  15. WARN: Previous sector: 289.804 - 289.836
  16. WARN: Current sector: 289.839 - 289.871
  17. WARN: Audio pts for channel 0 moves backwards by 180; please remultiplex input.
  18. WARN: Previous sector: 289.839 - 289.871
  19. WARN: Current sector: 289.869 - 289.901
  20. WARN: Audio pts for channel 0 moves backwards by 180; please remultiplex input.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement