fork download
  1. ffmpeg -i test.mp4 -vcodec copy -acodec copy test2.mp4
  2.  
  3. ffmpeg version N-46503-gde0aa9e Copyright (c) 2000-2012 the FFmpeg developers
  4. built on Nov 9 2012 13:03:18 with gcc 4.8.0 (GCC) 20121108 (experimental)
  5. configuration: --enable-gpl --enable-libfaac --enable-libfdk-aac --enable-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --enable-libtheora --enable-libvorbis --enable-libvpx --enable-x11grab --enable-libx264 --enable-nonfree --enable-libvorbis --enable-shared --enable-static --enable-version3 --enable-libopenjpeg --prefix=/home/exp
  6. libavutil 52. 5.100 / 52. 5.100
  7. libavcodec 54. 71.100 / 54. 71.100
  8. libavformat 54. 36.100 / 54. 36.100
  9. libavdevice 54. 3.100 / 54. 3.100
  10. libavfilter 3. 21.106 / 3. 21.106
  11. libswscale 2. 1.102 / 2. 1.102
  12. libswresample 0. 16.100 / 0. 16.100
  13. libpostproc 52. 1.100 / 52. 1.100
  14. [h264 @ 0x1e41ee0] no frame!
  15. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'test.mp4':
  16. Metadata:
  17. major_brand : isom
  18. minor_version : 1
  19. compatible_brands: isomavc1
  20. creation_time : 2011-10-07 23:20:04
  21. date : 2011
  22. title : asdf
  23. artist : asdf
  24. genre : asdf
  25. comment : asdf
  26. Duration: 00:23:59.70, start: 0.000000, bitrate: 2182 kb/s
  27. Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], 1987 kb/s, 24.49 fps, 24.49 tbr, 24489 tbn, 48.98 tbc
  28. Metadata:
  29. creation_time : 2011-10-07 23:20:04
  30. handler_name : Imported with GPAC 0.4.6-DEV (internal rev. 7)
  31. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, s16, 191 kb/s
  32. Metadata:
  33. creation_time : 2011-10-07 23:20:11
  34. handler_name : Imported with GPAC 0.4.6-DEV (internal rev. 7)
  35. Output #0, mp4, to 'test2.mp4':
  36. Metadata:
  37. major_brand : isom
  38. minor_version : 1
  39. compatible_brands: isomavc1
  40. comment : asdf
  41. date : 2011
  42. title : asdf
  43. artist : asdf
  44. genre : asdf
  45. encoder : Lavf54.36.100
  46. Stream #0:0(und): Video: h264 ([33][0][0][0] / 0x0021), yuv420p, 1280x720 [SAR 1:1 DAR 16:9], q=2-31, 1987 kb/s, 24.49 fps, 24489 tbn, 24489 tbc
  47. Metadata:
  48. creation_time : 2011-10-07 23:20:04
  49. handler_name : Imported with GPAC 0.4.6-DEV (internal rev. 7)
  50. Stream #0:1(und): Audio: aac ([64][0][0][0] / 0x0040), 48000 Hz, stereo, 191 kb/s
  51. Metadata:
  52. creation_time : 2011-10-07 23:20:11
  53. handler_name : Imported with GPAC 0.4.6-DEV (internal rev. 7)
  54. Stream mapping:
  55. Stream #0:0 -> #0:0 (copy)
  56. Stream #0:1 -> #0:1 (copy)
  57. Press [q] to stop, [?] for help
  58. frame=32409 fps=0.0 q=-1.0 size= 351285kB time=00:22:03.58 bitrate=2174.2kbits/s
  59. frame=35255 fps=0.0 q=-1.0 Lsize= 383885kB time=00:23:59.70 bitrate=2184.3kbits/s
  60. video:349303kB audio:33701kB subtitle:0 global headers:0kB muxing overhead 0.230186%
  61.  
Not running #stdin #stdout 0s 0KB
stdin
Standard input is empty
stdout
Standard output is empty