Thu Dec 12, 2013 2:20 pm by sleky
ffmpeg info...
- Code:
root@nix-01:/mnt/usb3/TV/Ancient Aliens# ffmpeg -i Ancient\ Aliens\ S01E01.mp4
ffmpeg version N-57549-g269b3c8 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 28 2013 12:19:55 with gcc 4.7 (Debian 4.7.2-5)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/usr/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
libavutil 52. 48.100 / 52. 48.100
libavcodec 55. 39.100 / 55. 39.100
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Ancient Aliens S01E01.mp4':
Metadata:
major_brand : isom
minor_version : 1
compatible_brands: isom
creation_time : 2013-10-26 23:23:13
title : Ancient Aliens S01E01 (The Evidence)
Duration: 01:27:53.87, start: 0.000000, bitrate: 1788 kb/s
Stream #0:0(eng): Video: h264 (High 10) (avc1 / 0x31637661), yuv420p10le, 1280x720, 1655 kb/s, 23.98 fps, 23.98 tbr, 15869500.00 tbn, 4534142.86 tbc (default)
Metadata:
creation_time : 2013-10-23 09:37:06
handler_name : GPAC ISO Video Handler
Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:24:44
handler_name : GPAC ISO Audio Handler
Stream #0:2(eng): Data: none (mp4s / 0x7334706D), 0 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:25:40
handler_name : GPAC MPEG-4 OD Handler
Stream #0:3(eng): Data: none (mp4s / 0x7334706D), 0 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:25:41
handler_name : GPAC MPEG-4 Scene Description Handler
Stream #0:4(eng): Subtitle: mov_text (tx3g / 0x67337874), 1280x720, 0 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:25:41
At least one output file must be specified
root@nix-01:/mnt/usb3/TV/Ancient Aliens# ffmpeg -i Ancient\ Aliens\ S01E02.mp4
ffmpeg version N-57549-g269b3c8 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 28 2013 12:19:55 with gcc 4.7 (Debian 4.7.2-5)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/usr/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
libavutil 52. 48.100 / 52. 48.100
libavcodec 55. 39.100 / 55. 39.100
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Ancient Aliens S01E02.mp4':
Metadata:
major_brand : isom
minor_version : 1
compatible_brands: isom
creation_time : 2013-10-30 06:20:20
title : Ancient Aliens S01E02 (The Visitors)
Duration: 01:28:02.29, start: 0.000000, bitrate: 1787 kb/s
Stream #0:0(eng): Video: h264 (High 10) (avc1 / 0x31637661), yuv420p10le, 1280x720, 1655 kb/s, 23.98 fps, 23.98 tbr, 15869500.00 tbn, 4534142.86 tbc (default)
Metadata:
creation_time : 2013-10-23 16:00:50
handler_name : GPAC ISO Video Handler
Stream #0:1(eng): Data: none (mp4s / 0x7334706D), 0 kb/s (default)
Metadata:
creation_time : 2013-10-30 06:20:47
handler_name : GPAC MPEG-4 OD Handler
Stream #0:2(eng): Data: none (mp4s / 0x7334706D), 0 kb/s (default)
Metadata:
creation_time : 2013-10-30 06:20:47
handler_name : GPAC MPEG-4 Scene Description Handler
Stream #0:3(eng): Subtitle: mov_text (tx3g / 0x67337874), 1280x720, 0 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:32:32
Stream #0:4(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
creation_time : 2013-10-30 06:20:53
Stream #0:5(eng): Data: none (mp4s / 0x7334706D), 0 kb/s (default)
Metadata:
creation_time : 2013-10-30 06:20:54
Stream #0:6(eng): Data: none (mp4s / 0x7334706D), 0 kb/s (default)
Metadata:
creation_time : 2013-10-30 06:20:55
At least one output file must be specified
root@nix-01:/mnt/usb3/TV/Ancient Aliens# ffmpeg -i Ancient\ Aliens\ S01E03.mp4
ffmpeg version N-57549-g269b3c8 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 28 2013 12:19:55 with gcc 4.7 (Debian 4.7.2-5)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/usr/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
libavutil 52. 48.100 / 52. 48.100
libavcodec 55. 39.100 / 55. 39.100
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Ancient Aliens S01E03.mp4':
Metadata:
major_brand : isom
minor_version : 1
compatible_brands: isom
creation_time : 2013-10-26 23:35:10
title : Ancient Aliens S01E03 (The Mission)
Duration: 01:27:58.31, start: 0.000000, bitrate: 1788 kb/s
Stream #0:0(eng): Video: h264 (High 10) (avc1 / 0x31637661), yuv420p10le, 1280x720, 1655 kb/s, 23.98 fps, 23.98 tbr, 15869500.00 tbn, 4534142.86 tbc (default)
Metadata:
creation_time : 2013-10-23 20:48:00
handler_name : GPAC ISO Video Handler
Stream #0:1(eng): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 128 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:36:24
handler_name : GPAC ISO Audio Handler
Stream #0:2(eng): Data: none (mp4s / 0x7334706D), 0 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:38:40
handler_name : GPAC MPEG-4 OD Handler
Stream #0:3(eng): Data: none (mp4s / 0x7334706D), 0 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:38:45
handler_name : GPAC MPEG-4 Scene Description Handler
Stream #0:4(eng): Subtitle: mov_text (tx3g / 0x67337874), 1280x720, 0 kb/s (default)
Metadata:
creation_time : 2013-10-26 23:38:47
At least one output file must be specified
root@nix-01:/mnt/usb3/TV/Ancient Aliens# ffmpeg -i Ancient\ Aliens\ S06E01.mp4
ffmpeg version N-57549-g269b3c8 Copyright (c) 2000-2013 the FFmpeg developers
built on Oct 28 2013 12:19:55 with gcc 4.7 (Debian 4.7.2-5)
configuration: --prefix=/root/ffmpeg_build --extra-cflags=-I/root/ffmpeg_build/include --extra-ldflags=-L/root/ffmpeg_build/lib --bindir=/usr/bin --extra-libs=-ldl --enable-gpl --enable-libass --enable-libfdk-aac --enable-libmp3lame --enable-libopus --enable-libtheora --enable-libvorbis --enable-libvpx --enable-libx264 --enable-nonfree
libavutil 52. 48.100 / 52. 48.100
libavcodec 55. 39.100 / 55. 39.100
libavformat 55. 19.104 / 55. 19.104
libavdevice 55. 5.100 / 55. 5.100
libavfilter 3. 90.100 / 3. 90.100
libswscale 2. 5.101 / 2. 5.101
libswresample 0. 17.104 / 0. 17.104
libpostproc 52. 3.100 / 52. 3.100
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'Ancient Aliens S06E01.mp4':
Metadata:
major_brand : isom
minor_version : 1
compatible_brands: isomavc1
creation_time : 2013-10-01 05:45:36
Duration: 00:43:59.59, start: 0.000000, bitrate: 869 kb/s
Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p(tv, bt709), 720x400, 744 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 47.95 tbc (default)
Metadata:
creation_time : 2013-10-01 05:45:36
handler_name : Aliens.S06E01.The.Power.of.Three.720p.HDTV.264#trackID=1:fps=23.976@GPAC0.5.1-DEV-rev4283
Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 48000 Hz, stereo, fltp, 121 kb/s (default)
Metadata:
creation_time : 2013-10-01 05:21:22
handler_name : Sound Media Handler
At least one output file must be specified