Advertisement
Guest User

ffmpeg tee problems

a guest
Jun 10th, 2013
42
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. $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
  2.  
  3. ffmpeg version 1.2.1 Copyright (c) 2000-2013 the FFmpeg developers
  4. built on Jun 10 2013 15:44:06 with gcc 4.6 (Ubuntu/Linaro 4.6.3-1ubuntu5)
  5. configuration: --enable-libfaac --enable-libx264 --enable-gpl --enable-nonfree --enable-pthreads
  6. libavutil 52. 18.100 / 52. 18.100
  7. libavcodec 54. 92.100 / 54. 92.100
  8. libavformat 54. 63.104 / 54. 63.104
  9. libavdevice 54. 3.103 / 54. 3.103
  10. libavfilter 3. 42.103 / 3. 42.103
  11. libswscale 2. 2.100 / 2. 2.100
  12. libswresample 0. 17.102 / 0. 17.102
  13. libpostproc 52. 2.100 / 52. 2.100
  14. Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/tmp/94442f11701b558aab258b8c37809001.mp4':
  15. Metadata:
  16. major_brand : isom
  17. minor_version : 512
  18. compatible_brands: isomiso2avc1mp41
  19. creation_time : 1970-01-01 00:00:00
  20. encoder : Lavf52.94.0
  21. Duration: 00:02:21.29, start: 0.000000, bitrate: 341 kb/s
  22. 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
  23. Metadata:
  24. creation_time : 1970-01-01 00:00:00
  25. handler_name : VideoHandler
  26. Stream #0:1(und): Audio: aac (mp4a / 0x6134706D), 44100 Hz, stereo, fltp, 118 kb/s
  27. Metadata:
  28. creation_time : 1970-01-01 00:00:00
  29. handler_name : SoundHandler
  30. 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':
  31. Metadata:
  32. major_brand : isom
  33. minor_version : 512
  34. compatible_brands: isomiso2avc1mp41
  35. encoder : Lavf52.94.0
  36. Output file #0 does not contain any stream
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement