Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ffmpeg -y -i /tmp/94442f11701b558aab258b8c37809001.mp4 -s 256x256 -vcodec libx264 -b:v 240k -r 15 -x264opts level=3:no-8x8dct:no-cabac:subme=5:bframes=0:ref=1:keyint=15:min-keyint=10:qpmin=10:vbv-init=0.9:vbv-maxrate=10000:vbv-bufsize=10000:ratetol=inf:ipratio=0.71 -acodec libfaac -b:a 40k -ar 22050 -async 2 -f tee [movflags=+faststart]/tmp/8e1560d8c9c1c50fc91450e36d108a66/transcoded/video_ep_240k.mp4|[segment_list=video_ep_240k.m3u8:segment_time=10:segment_time_delta=1]/tmp/8e1560d8c9c1c50fc91450e36d108a66/transcoded/video_ep_240k-%2d.ts -s 512x512 -vcodec libx264 -b:v 400k -r 15 -x264opts level=3:no-8x8dct:no-cabac:subme=5:bframes=0:ref=1:keyint=15:min-keyint=10:qpmin=10:vbv-init=0.9:vbv-maxrate=10000:vbv-bufsize=10000:ratetol=inf:ipratio=0.71 -acodec libfaac -b:a 40k -ar 22050 -async 2 -f tee [movflags=+faststart]/tmp/8e1560d8c9c1c50fc91450e36d108a66/transcoded/video_ep_400k.mp4|[segment_list=video_ep_400k.m3u8:segment_time=10:segment_time_delta=1]/tmp/8e1560d8c9c1c50fc91450e36d108a66/transcoded/video_ep_400k-%2d.ts
- ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
- built on Jun 10 2013 15:44:06 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
- configuration: --enable-libfaac --enable-libx264 --enable-gpl --enable-nonfree --enable-pthreads
- libavutil 52. 18.100 / 52. 18.100
- libavcodec 54. 92.100 / 54. 92.100
- libavformat 54. 63.104 / 54. 63.104
- libavdevice 54. 3.103 / 54. 3.103
- libavfilter 3. 42.103 / 3. 42.103
- libswscale 2. 2.100 / 2. 2.100
- libswresample 0. 17.102 / 0. 17.102
- libpostproc 52. 2.100 / 52. 2.100
- Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/94442f11701b558aab258b8c37809001.mp4':
- Metadata:
- major_brand : isom
- minor_version : 512
- compatible_brands: isomiso2avc1mp41
- creation_time : 1970-01-01 00:00:00
- encoder : Lavf52.94.0
- Duration: 00:02:21.29, start: 0.000000, bitrate: 341 kb/s
- Stream #0:0(und): Video: h264 (Constrained Baseline) (avc1 / 0x31637661), yuv420p, 256x256 [SAR 1:1 DAR 1:1], 219 kb/s, 25 fps, 25 tbr, 25 tbn, 50 tbc
- Metadata:
- creation_time : 1970-01-01 00:00:00
- handler_name : VideoHandler
- Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 118 kb/s
- Metadata:
- creation_time : 1970-01-01 00:00:00
- handler_name : SoundHandler
- Output #0, tee, to '[movflags=+faststart]/tmp/8e1560d8c9c1c50fc91450e36d108a66/transcoded/video_ep_240k.mp4|[segment_list=video_ep_240k.m3u8:segment_time=10:segment_time_delta=1]/tmp/8e1560d8c9c1c50fc91450e36d108a66/transcoded/video_ep_240k-%2d.ts':
- Metadata:
- major_brand : isom
- minor_version : 512
- compatible_brands: isomiso2avc1mp41
- encoder : Lavf52.94.0
- Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement