ksai.mb
01-03-2017, 11:31 AM
hi
please help me to download the following file using rtmpdump or ffmpeg
rtmps://53c7c8e287199.streamlock.net/vods3/mp4:amazons3/coursekart/videos/1521/topics/Introduction to C Programming and Array - Part 2 of 5_qtp.mp4
regards
j_cool
01-03-2017, 01:12 PM
rtmpdump.exe -v -r "rtmps://53c7c8e287199.streamlock.net/vods3" ^
-a "vods3" ^
-y "mp4:amazons3/coursekart/videos/1521/topics/Introduction to C Programming and Array - Part 2 of 5_qtp.mp4" ^
-o "Introduction to C Programming and Array - Part 2 of 5_qtp.flv" 
C:\>rtmpdump.exe -v -r "rtmps://53c7c8e287199.streamlock.net/vods3" -a "vods3" -y "mp4:amazons3/coursekart/videos/1521/t
opics/Introduction to C Programming and Array - Part 2 of 5_qtp.mp4" -o "Introduction to C Programming and Array - Part
2 of 5_qtp.flv"
RTMPDump v2.4 GIT-2015-12-14 (Compiled by KSV)
(c) 2010 Andrej Stepanchuk, Howard Chu, The Flvstreamer Team; license: GPL
Connecting ...
INFO: Connected...
Starting Live Stream
INFO: Metadata:
INFO: trackinfo:
INFO:   language                eng
INFO:   timescale               12800.00
INFO:   length                  103520768.00
INFO: sampledescription:
INFO:   sampletype              avc1
INFO:   language                eng
INFO:   timescale               44100.00
INFO:   length                  356660800.00
INFO: sampledescription:
INFO:   sampletype              mp4a
INFO:   audiochannels           2.00
INFO:   audiosamplerate         44100.00
INFO:   videoframerate          25.00
INFO:   aacaot                  2.00
INFO:   avclevel                30.00
INFO:   avcprofile              100.00
INFO:   audiocodecid            mp4a
INFO:   videocodecid            avc1
INFO:   width                   854.00
INFO:   height                  480.00
INFO:   frameWidth              720.00
INFO:   frameHeight             480.00
INFO:   displayWidth            854.00
INFO:   displayHeight           480.00
INFO:   framerate               25.00
INFO:   moovposition            40.00
INFO:   duration                8087.56
16374.352 kB / 339.28 sec (4.1%)
j_cool
01-03-2017, 03:02 PM
ffmpeg -i "rtmp://53c7c8e287199.streamlock.net/vods3 app=vods3 playpath=mp4:amazons3/coursekart/videos/1521/topics/Introduction%%20to%%20C%%20Programming%%20and%%20A rray%%20-%%20Part%%202%%20of%%205_qtp.mp4" -c copy "test.mp4"
C:\>ffmpeg -i "rtmp://53c7c8e287199.streamlock.net/vods3 app=vods3 playpath=mp4:amazons3/coursekart/videos/1521/topics/I
ntroduction%20to%20C%20Programming%20and%20Array%2 0-%20Part%202%20of%205_qtp.mp4" -c copy "test.mp4"
ffmpeg version 3.2.2 Copyright (c) 2000-2016 the FFmpeg developers
  built with gcc 5.4.0 (GCC)
  configuration: --enable-gpl --enable-version3 --enable-dxva2 --enable-libmfx --enable-nvenc --enable-avisynth --enable
-bzlib --enable-fontconfig --enable-frei0r --enable-gnutls --enable-iconv --enable-libass --enable-libbluray --enable-li
bbs2b --enable-libcaca --enable-libfreetype --enable-libgme --enable-libgsm --enable-libilbc --enable-libmodplug --enabl
e-libmp3lame --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-libopenh264 --enable-libopenjpeg --enable-li
bopus --enable-librtmp --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libtheora --enable-libtwolame --en
able-libvidstab --enable-libvo-amrwbenc --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable
-libx264 --enable-libx265 --enable-libxavs --enable-libxvid --enable-libzimg --enable-lzma --enable-decklink --enable-zl
ib
  libavutil      55. 34.100 / 55. 34.100
  libavcodec     57. 64.101 / 57. 64.101
  libavformat    57. 56.100 / 57. 56.100
  libavdevice    57.  1.100 / 57.  1.100
  libavfilter     6. 65.100 /  6. 65.100
  libswscale      4.  2.100 /  4.  2.100
  libswresample   2.  3.100 /  2.  3.100
  libpostproc    54.  1.100 / 54.  1.100
Metadata:
trackinfo:
  language              eng
  timescale             12800.00
  length                103520768.00
sampledescription:
  sampletype            avc1
  language              eng
  timescale             44100.00
  length                356660800.00
sampledescription:
  sampletype            mp4a
  audiochannels         2.00
  audiosamplerate       44100.00
  videoframerate        25.00
  aacaot                2.00
  avclevel              30.00
  avcprofile            100.00
  audiocodecid          mp4a
  videocodecid          avc1
  width                 854.00
  height                480.00
  frameWidth            720.00
  frameHeight           480.00
  displayWidth          854.00
  displayHeight         480.00
  framerate             25.00
  moovposition          40.00
  duration              8087.56
[flv @ 03017a20] audio stream discovered after head already parsed
[flv @ 03017a20] video stream discovered after head already parsed
Input #0, flv, from 'rtmp://53c7c8e287199.streamlock.net/vods3 app=vods3 playpath=mp4:amazons3/coursekart/videos/1521/to
pics/Introduction%20to%20C%20Programming%20and%20Array% 20-%20Part%202%20of%205_qtp.mp4':
  Metadata:
    length          : 356660800
    timescale       : 44100
    sampletype      : mp4a
    audiochannels   : 2
    videoframerate  : 25
    aacaot          : 2
    avclevel        : 30
    avcprofile      : 100
    frameWidth      : 720
    frameHeight     : 480
    displayWidth    : 854
    displayHeight   : 480
    moovposition    : 40
  Duration: 02:14:47.56, start: 0.000000, bitrate: N/A
    Stream #0:0: Audio: aac (LC), 44100 Hz, stereo, fltp
    Stream #0:1: Video: h264 (High), yuv420p(progressive), 720x480 [SAR 427:360 DAR 427:240], 25 fps, 25 tbr, 1k tbn, 50
 tbc
Output #0, mp4, to 'test.mp4':
  Metadata:
    length          : 356660800
    timescale       : 44100
    sampletype      : mp4a
    audiochannels   : 2
    videoframerate  : 25
    aacaot          : 2
    avclevel        : 30
    avcprofile      : 100
    frameWidth      : 720
    frameHeight     : 480
    displayWidth    : 854
    displayHeight   : 480
    moovposition    : 40
    encoder         : Lavf57.56.100
    Stream #0:0: Video: h264 (High) ([33][0][0][0] / 0x0021), yuv420p(progressive), 720x480 [SAR 427:360 DAR 427:240], q
=2-31, 25 fps, 25 tbr, 16k tbn, 1k tbc
    Stream #0:1: Audio: aac (LC) ([64][0][0][0] / 0x0040), 44100 Hz, stereo
Stream mapping:
  Stream #0:1 -> #0:0 (copy)
  Stream #0:0 -> #0:1 (copy)
Press [q] to stop, [?] for help
frame=  625 fps= 31 q=-1.0 size=    1120kB time=00:00:24.96 bitrate= 367.5kbits/s speed=1.25x
nhadatdian2311
01-04-2017, 03:37 AM
B??n nh?* bu?´n b??n Ä‘?°á»?c .khu phố thống nhá??t ph?°á»?ng dÄ© an . Thị x?? dÄ© an tỉnh b?¬nh d?°??ng . 
 Diện t?*ch Ä‘á??t 4x19,3=77,2m2. thổ c?° 100%.Ä‘?°á»?c thiá??t ká?? x??y dá»±ng 1 lá?§u 1 trệt .nh?* Ä‘?°á»?c thiá??t ká?? 3p. Ngá»§ . 1p kh??ch.1ph thá»?.2 wc. C?? s??n tr?°á»›c Ä‘á»? xe . C?? ban c?´ng giá??ng trá»?i tho??ng m??t. Sung quanh vá»›i nhiá»?u tiện ?*ch gá?§n tr?°ong tiá»?u há»?c dÄ© an c . Gá?§n tr?°á»?ng dá??y nghá»? dÄ© an. Gá?§n chá»? th?´ng nhá??t. Tr?°á»›c nh?* Ä‘?°á»?ng nhá»±a 10m Ä‘?°á»?ng th?´ng . C?? n?°á»›c m??y Ä‘iện l?°á»›i truyá»?n h?¬nh c??p Ä‘á?§y đủ. 
 Vị tr?* nh?* Ä‘á??t dÄ© an  (http://nhadatdian24h.net/)c??ch tr?°á»?ng tiá»?u há»?c dÄ© an c??ch 200m. 
 C??ch ng?? t?° 550 khoá??ng 500m.
 c??ch ng?? t?° đồi mồi 400m. Giá??y tá»? nh?* Ä‘á?§y đủ giá??y ph?©p x??y dá»±ng bá??n vá?? sổ hồng r?µ r?*ng. 
 Gi?? b??n 1 tá»· 850 tr. Bao to?*n bá»™ ph?* c?´ng chứng chuyá»?n nh?°á»?ng sang t??n . Há»— chá»? vay vốn ng??n h?*ng l??n tá»›i 70 %. Gi?? trị cá»§a cÄ?n nh?* d?*i há??n Ä‘á??n 15-20 nÄ?m. 
 Anh chị n?*o c?? nhu c�u mua xin li??n hệ.0909813807
nguyenthanhtam9723
01-04-2017, 08:39 PM
http://bannhunghuoutuoi.com/cach-bao-quan-nhung-huou-tuoi/
vBulletin® , Copyright ©2000-2025, Jelsoft Enterprises Ltd.