Hi,
I have a trouble with my downloaded video using rtmpdump command, no video application can read it.
This is my command
rtmpdump.exe -r rtmp://221.132.35.145:38000/live/51/51_1 -o test.flv -v
I attached with my downloaded video.
Can anyone help me please!![]()
+ Reply to Thread
Results 1 to 6 of 6
-
-
sample plays fine here,... here's a mediaInfo analysis of the file:
Code:General Count : 290 Count of stream of this kind : 1 Kind of stream : General Kind of stream : General Stream identifier : 0 Count of video streams : 1 Video_Format_List : AVC Video_Format_WithHint_List : AVC Codecs Video : AVC Complete name : c:\Users\Selur\Desktop\test.flv Folder name : c:\Users\Selur\Desktop File name : test File extension : flv Format : Flash Video Format : Flash Video Format/Url : http://www.macromedia.com/go/getflash player Format/Extensions usually used : flv Commercial name : Flash Video Internet media type : application/x-shockwave-flash Codec : Flash Video Codec : Flash Video Codec/Url : http://www.macromedia.com/go/getflashplayer Codec/Extensions usually used : flv File size : 981627 File size : 959 KiB File size : 959 KiB File size : 959 KiB File size : 959 KiB File size : 958.6 KiB Duration : 5000 Duration : 5s 0ms Duration : 5s 0ms Duration : 5s 0ms Duration : 00:00:05.000 Overall bit rate mode : CBR Overall bit rate mode : Constant Overall bit rate : 1570603 Overall bit rate : 1 571 Kbps Stream size : 43185 Stream size : 42.2 KiB (4%) Stream size : 42 KiB Stream size : 42 KiB Stream size : 42.2 KiB Stream size : 42.17 KiB Stream size : 42.2 KiB (4%) Proportion of this stream : 0.04399 File creation date : UTC 2012-05-22 06:31:21.620 File creation date (local) : 2012-05-22 08:31:21.620 File last modification date : UTC 2012-05-22 06:31:46.769 File last modification date (local) : 2012-05-22 08:31:46.769 _presetname : Custom _creationdate : Mon May 21 13:27:19 2012 _videodevice : AVerMedia BDA Analog Capture Secondary _framerate : 10.000 _width : 1280.000 _height : 720.000 _videocodecid : avc1 _videodatarate : 150.000 _avclevel : 31.000 _avcprofile : 77.000 _videokeyframe_frequency : 5.000 Video Count : 248 Count of stream of this kind : 1 Kind of stream : Video Kind of stream : Video Stream identifier : 0 Format : AVC Format/Info : Advanced Video Codec Format/Url : http://developers.videolan.org/x264.html Commercial name : AVC Format profile : Main@L3.1 Format settings : CABAC / 3 Ref Frames Format settings, CABAC : Yes Format settings, CABAC : Yes Format settings, ReFrames : 3 Format settings, ReFrames : 3 frames Internet media type : video/H264 Codec ID : 7 Codec : AVC Codec : AVC Codec/Family : AVC Codec/Info : Advanced Video Codec Codec/Url : http://developers.videolan.org/x264.html Codec profile : Main@L3.1 Codec settings : CABAC / 3 Ref Frames Codec settings, CABAC : Yes Codec_Settings_RefFrames : 3 Duration : 5000 Duration : 5s 0ms Duration : 5s 0ms Duration : 5s 0ms Duration : 00:00:05.000 Bit rate mode : CBR Bit rate mode : Constant Bit rate : 1501507 Bit rate : 1 502 Kbps Nominal bit rate : 149952 Nominal bit rate : 150 Kbps Width : 1280 Width : 1 280 pixels Height : 720 Height : 720 pixels Pixel aspect ratio : 1.000 Display aspect ratio : 1.778 Display aspect ratio : 16:9 Frame rate : 10.000 Frame rate : 10.000 fps Frame count : 50 Standard : NTSC Resolution : 8 Resolution : 8 bits Colorimetry : 4:2:0 Color space : YUV Chroma subsampling : 4:2:0 Bit depth : 8 Bit depth : 8 bits Scan type : Progressive Scan type : Progressive Interlacement : PPF Interlacement : Progressive Bits/(Pixel*Frame) : 0.163 Delay : 0 Delay : 00:00:00.000 Delay, origin : Container Delay, origin : Container Stream size : 938442 Stream size : 916 KiB (96%) Stream size : 916 KiB Stream size : 916 KiB Stream size : 916 KiB Stream size : 916.4 KiB Stream size : 916 KiB (96%) Proportion of this stream : 0.95601 Buffer size : 16799744 / 16799744
Ps.: recommendation: extract video with flvextract, then multiplex the video with MP4box into a mp4 container.Last edited by Selur; 22nd May 2012 at 01:43.
-
Dear Selur,
Can you explain me the detail of using mediaInfo, flvextract and MP4box?
I had downloaded them into my PC. Run flvextract I had 2 more file "test.264" and "test.txt", but I don't know how to multiplex the video with MP4box into a mp4 container.
Thanks! -
test.264 is the video stream, the txt contains some additional infos about the input file.
Code:mp4box -add "path to the .264 file" "Path to new mp4 file"
about mediainfo, using the command line version of mediainfo:
Code:mediainfo --Full "Path to file"
Cu Selur
Similar Threads
-
When youtube video is downloaded, what quality is downloaded?
By Haopengyou in forum ComputerReplies: 3Last Post: 13th May 2012, 02:46 -
MPC-HC : audio does not pause when video pauses for H264 video
By kswartz in forum Newbie / General discussionsReplies: 3Last Post: 28th Jul 2011, 01:56 -
why WMP refuse to read my h264 file ?
By dumoulex in forum Newbie / General discussionsReplies: 12Last Post: 15th Feb 2011, 08:46 -
Flash with high quality video (MP4 with H264 video and AAC audio)
By Baldrick in forum User guidesReplies: 49Last Post: 19th Mar 2010, 09:05 -
H264: Are there other h264 (AVCHD/VC-1) encoding command-line/CLI tools ??
By vhelp in forum Newbie / General discussionsReplies: 12Last Post: 16th Feb 2008, 01:20