Advertisement
mesmariusz

no_rotate

Dec 1st, 2018
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.01 KB | None | 0 0
  1. mariusz@Mariusz-Lenovo-Ubuntu:~$ ffmpeg -i "/media/NAS/U_Sync/Xiaomi-Zdjecia-Mariusz/2018-12-01 - Mikolaj - Diehl - Ibis - Filmy/VID_20181201_151905.mp4" -metadata:s:v rotate="90" -codec copy "/media/NAS/U_Sync/Xiaomi-Zdjecia-Mariusz/2018-12-01 - Mikolaj - Diehl - Ibis - Filmy/VID_20181201_151905_no_rotate.mp4"
  2. ffmpeg version 3.4.4-0ubuntu0.18.04.1 Copyright (c) 2000-2018 the FFmpeg developers
  3. built with gcc 7 (Ubuntu 7.3.0-16ubuntu3)
  4. configuration: --prefix=/usr --extra-version=0ubuntu0.18.04.1 --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --enable-gpl --disable-stripping --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmp3lame --enable-libmysofa --enable-libopenjpeg --enable-libopenmpt --enable-libopus --enable-libpulse --enable-librubberband --enable-librsvg --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxml2 --enable-libxvid --enable-libzmq --enable-libzvbi --enable-omx --enable-openal --enable-opengl --enable-sdl2 --enable-libdc1394 --enable-libdrm --enable-libiec61883 --enable-chromaprint --enable-frei0r --enable-libopencv --enable-libx264 --enable-shared
  5. libavutil 55. 78.100 / 55. 78.100
  6. libavcodec 57.107.100 / 57.107.100
  7. libavformat 57. 83.100 / 57. 83.100
  8. libavdevice 57. 10.100 / 57. 10.100
  9. libavfilter 6.107.100 / 6.107.100
  10. libavresample 3. 7. 0 / 3. 7. 0
  11. libswscale 4. 8.100 / 4. 8.100
  12. libswresample 2. 9.100 / 2. 9.100
  13. libpostproc 54. 7.100 / 54. 7.100
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/media/NAS/U_Sync/Xiaomi-Zdjecia-Mariusz/2018-12-01 - Mikolaj - Diehl - Ibis - Filmy/VID_20181201_151905.mp4':
  15. Metadata:
  16. major_brand : mp42
  17. minor_version : 0
  18. compatible_brands: isommp42
  19. creation_time : 2018-12-01T14:27:35.000000Z
  20. com.android.version: 7.1.2
  21. Duration: 00:08:29.18, start: 0.000000, bitrate: 20110 kb/s
  22. Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuvj420p(pc, smpte170m), 1920x1080, 20008 kb/s, SAR 1:1 DAR 16:9, 14.19 fps, 20 tbr, 90k tbn, 180k tbc (default)
  23. Metadata:
  24. rotate : 270
  25. creation_time : 2018-12-01T14:27:35.000000Z
  26. handler_name : VideoHandle
  27. Side data:
  28. displaymatrix: rotation of 90.00 degrees
  29. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 96 kb/s (default)
  30. Metadata:
  31. creation_time : 2018-12-01T14:27:35.000000Z
  32. handler_name : SoundHandle
  33. Output #0, mp4, to '/media/NAS/U_Sync/Xiaomi-Zdjecia-Mariusz/2018-12-01 - Mikolaj - Diehl - Ibis - Filmy/VID_20181201_151905_no_rotate.mp4':
  34. Metadata:
  35. major_brand : mp42
  36. minor_version : 0
  37. compatible_brands: isommp42
  38. com.android.version: 7.1.2
  39. encoder : Lavf57.83.100
  40. Stream #0:0(eng): Video: h264 (Baseline) (avc1 / 0x31637661), yuvj420p(pc, smpte170m), 1920x1080 [SAR 1:1 DAR 16:9], q=2-31, 20008 kb/s, 14.19 fps, 20 tbr, 90k tbn, 90k tbc (default)
  41. Metadata:
  42. rotate : 270
  43. creation_time : 2018-12-01T14:27:35.000000Z
  44. handler_name : VideoHandle
  45. Side data:
  46. displaymatrix: rotation of 90.00 degrees
  47. Stream #0:1(eng): Audio: aac (LC) (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 96 kb/s (default)
  48. Metadata:
  49. creation_time : 2018-12-01T14:27:35.000000Z
  50. handler_name : SoundHandle
  51. Stream mapping:
  52. Stream #0:0 -> #0:0 (copy)
  53. Stream #0:1 -> #0:1 (copy)
  54. Press [q] to stop, [?] for help
  55. frame= 7227 fps= 65 q=-1.0 Lsize= 1249816kB time=00:08:29.16 bitrate=20108.5kbits/s speed= 4.6x
  56. video:1243599kB audio:5967kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.019975%
  57. mariusz@Mariusz-Lenovo-Ubuntu:~$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement