Skip to content

Instantly share code, notes, and snippets.

@otiai10
Created September 6, 2017 14:34
Show Gist options
  • Select an option

  • Save otiai10/a38ff7c3860dfb833bbda4b763361c6e to your computer and use it in GitHub Desktop.

Select an option

Save otiai10/a38ff7c3860dfb833bbda4b763361c6e to your computer and use it in GitHub Desktop.
browser / fs diff
--- browser.out 2017-09-06 23:33:38.000000000 +0900
+++ fs.out 2017-09-06 23:33:49.000000000 +0900
@@ -10,9 +10,14 @@
libswscale 4. 6.100 / 4. 6.100
libswresample 2. 7.100 / 2. 7.100
libpostproc 54. 5.100 / 54. 5.100
-Input #0, matroska,webm, from '/Users/otiai10/Downloads/result-2.mp4':
+Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/var/folders/__/xxcbtw6j0tb681fjv1lbnlg40000gn/T/webm2mp4_origin.webm_791005968.mp4':
Metadata:
- encoder : Chrome
- Duration: N/A, start: 0.000000, bitrate: N/A
- Stream #0:0(eng): Video: h264 (Baseline), yuv420p(progressive), 800x480 [SAR 1:1 DAR 5:3], 25 fps, 29.67 tbr, 1k tbn, 50 tbc (default)
+ major_brand : isom
+ minor_version : 512
+ compatible_brands: isomiso2avc1mp41
+ encoder : Lavf57.7.2
+ Duration: 00:00:02.99, start: 0.000000, bitrate: 70 kb/s
+ Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 800x480 [SAR 1:1 DAR 5:3], 64 kb/s, 29.75 fps, 29.75 tbr, 119 tbn, 59.50 tbc (default)
+ Metadata:
+ handler_name : VideoHandler
At least one output file must be specified
@otiai10
Copy link
Author

otiai10 commented Sep 6, 2017

Posi

ffmpeg version 3.3.2 Copyright (c) 2000-2017 the FFmpeg developers
  built with Apple LLVM version 8.1.0 (clang-802.0.42)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/3.3.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-vda
  libavutil      55. 58.100 / 55. 58.100
  libavcodec     57. 89.100 / 57. 89.100
  libavformat    57. 71.100 / 57. 71.100
  libavdevice    57.  6.100 / 57.  6.100
  libavfilter     6. 82.100 /  6. 82.100
  libavresample   3.  5.  0 /  3.  5.  0
  libswscale      4.  6.100 /  4.  6.100
  libswresample   2.  7.100 /  2.  7.100
  libpostproc    54.  5.100 / 54.  5.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/var/folders/__/xxcbtw6j0tb681fjv1lbnlg40000gn/T/webm2mp4_origin.webm_791005968.mp4':
  Metadata:
    major_brand     : isom
    minor_version   : 512
    compatible_brands: isomiso2avc1mp41
    encoder         : Lavf57.7.2
  Duration: 00:00:02.99, start: 0.000000, bitrate: 70 kb/s
    Stream #0:0(eng): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 800x480 [SAR 1:1 DAR 5:3], 64 kb/s, 29.75 fps, 29.75 tbr, 119 tbn, 59.50 tbc (default)
    Metadata:
      handler_name    : VideoHandler
At least one output file must be specified

Nega

ffmpeg version 3.3.2 Copyright (c) 2000-2017 the FFmpeg developers
  built with Apple LLVM version 8.1.0 (clang-802.0.42)
  configuration: --prefix=/usr/local/Cellar/ffmpeg/3.3.2 --enable-shared --enable-pthreads --enable-gpl --enable-version3 --enable-hardcoded-tables --enable-avresample --cc=clang --host-cflags= --host-ldflags= --enable-libmp3lame --enable-libx264 --enable-libxvid --enable-opencl --disable-lzma --enable-vda
  libavutil      55. 58.100 / 55. 58.100
  libavcodec     57. 89.100 / 57. 89.100
  libavformat    57. 71.100 / 57. 71.100
  libavdevice    57.  6.100 / 57.  6.100
  libavfilter     6. 82.100 /  6. 82.100
  libavresample   3.  5.  0 /  3.  5.  0
  libswscale      4.  6.100 /  4.  6.100
  libswresample   2.  7.100 /  2.  7.100
  libpostproc    54.  5.100 / 54.  5.100
Input #0, matroska,webm, from '/Users/otiai10/Downloads/result-2.mp4':
  Metadata:
    encoder         : Chrome
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0(eng): Video: h264 (Baseline), yuv420p(progressive), 800x480 [SAR 1:1 DAR 5:3], 25 fps, 29.67 tbr, 1k tbn, 50 tbc (default)
At least one output file must be specified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment