Guest User

Untitled

a guest
Jul 19th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1. ffmpeg -i in.mkv -vcodec copy -r ntsc-film -acodec copy out.mp4
  2. FFmpeg version SVN-r19654, Copyright (c) 2000-2009 Fabrice Bellard, et al.
  3. configuration: --prefix=/opt/local --enable-nonfree --enable-gpl --enable-postproc --enable-avfilter --enable-avfilter-lavf --enable-libmp3lame --enable-libvorbis --enable-libtheora --enable-libdirac --enable-libschroedinger --enable-libfaac --enable-libfaad --enable-libxvid --enable-libx264 --mandir=/opt/local/share/man --enable-shared --enable-pthreads --disable-indevs --cc=gcc-4.0
  4. libavutil 50. 3. 0 / 50. 3. 0
  5. libavcodec 52.32. 0 / 52.32. 0
  6. libavformat 52.37. 0 / 52.37. 0
  7. libavdevice 52. 2. 0 / 52. 2. 0
  8. libavfilter 1. 5. 0 / 1. 5. 0
  9. libswscale 1. 7. 1 / 1. 7. 1
  10. libpostproc 51. 2. 0 / 51. 2. 0
  11. built on Aug 20 2009 12:07:09, gcc: 4.0.1 (Apple Inc. build 5493)
  12.  
  13. Seems stream 2 codec frame rate differs from container frame rate: 47.95 (48000/1001) -> 23.98 (24000/1001)
  14. Input #0, matroska, from 'in.mkv':
  15. Duration: 01:36:44.04, start: 0.000000, bitrate: N/A
  16. Stream #0.0: Audio: ac3, 48000 Hz, 2 channels, s16
  17. Stream #0.1(spa): Subtitle: 0x0000
  18. Stream #0.2(eng): Video: h264, yuv420p, 1920x1080, PAR 1:1 DAR 16:9, 23.98 tbr, 1k tbn, 47.95 tbc
  19. Stream #0.3(eng): Audio: dca, 48000 Hz, 6 channels, s16
  20. Stream #0.4(eng): Subtitle: 0x0000
  21. [mp4 @ 0x1902e00]track 1: codec frame size is not set
  22. Output #0, mp4, to 'out.mp4':
  23. Stream #0.0(eng): Video: libx264, yuv420p, 1920x1080 [PAR 1:1 DAR 16:9], q=2-31, 1k tbn, 1k tbc
  24. Stream #0.1: Audio: ac3, 48000 Hz, 2 channels, s16
  25. Stream mapping:
  26. Stream #0.2 -> #0.0
  27. Stream #0.0 -> #0.1
  28. Could not write header for output file #0 (incorrect codec parameters ?)
Add Comment
Please, Sign In to add comment