Advertisement
Guest User

Untitled

a guest
Jun 27th, 2017
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.79 KB | None | 0 0
  1. $ ffmpeg -i '/home/axeface1111/Video/HD_Flash_30secs' -pass 2 -target dvd -aspect 16:9 -sameq '/home/axeface1111/Video/HD_Flash_30secs.two-pass.dvd.mpg'
  2.  
  3.  
  4. FFmpeg version SVN-r25679, Copyright (c) 2000-2010 the FFmpeg developers
  5. built on Nov 5 2010 09:24:35 with gcc 4.5.1
  6. configuration: --prefix=/usr --enable-gpl --enable-libmp3lame --enable-libvorbis --enable-libfaac --enable-libxvid --enable-libx264 --enable-libvpx --enable-libtheora --enable-postproc --enable-shared --enable-pthreads --enable-x11grab --enable-libopencore_amrnb --enable-libopencore_amrwb --enable-libschroedinger --enable-libopenjpeg --enable-version3 --enable-nonfree --enable-runtime-cpudetect --disable-debug
  7. libavutil 50.32. 6 / 50.32. 6
  8. libavcore 0.12. 0 / 0.12. 0
  9. libavcodec 52.94. 3 / 52.94. 3
  10. libavformat 52.84. 0 / 52.84. 0
  11. libavdevice 52. 2. 2 / 52. 2. 2
  12. libavfilter 1.56. 0 / 1.56. 0
  13. libswscale 0.12. 0 / 0.12. 0
  14. libpostproc 51. 2. 0 / 51. 2. 0
  15.  
  16. Seems stream 1 codec frame rate differs from container frame rate: 59.94 (2997/50) -> 29.97 (30000/1001)
  17. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/home/axeface1111/Video/HD_Flash_30secs':
  18. Metadata:
  19. major_brand : mp42
  20. minor_version : 0
  21. compatible_brands: isomavc1mp42
  22. Duration: 00:00:33.33, start: 0.000000, bitrate: 2108 kb/s
  23. Stream #0.0(und): Audio: aac, 44100 Hz, stereo, s16, 125 kb/s
  24. Stream #0.1(und): Video: h264, yuv420p, 1280x714 [PAR 1:1 DAR 640:357], 1979 kb/s, 29.97 fps, 29.97 tbr, 30k tbn, 59.94 tbc
  25. Assuming NTSC for target.
  26. [buffer @ 0x89af0c0] w:1280 h:714 pixfmt:yuv420p
  27. [scale @ 0x89adf70] w:1280 h:714 fmt:yuv420p -> w:720 h:480 fmt:yuv420p flags:0x4
  28. Cannot read file 'ffmpeg2pass-0.log': No such file or directory
  29. Error reading log file 'ffmpeg2pass-0.log' for pass-2 encoding
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement