RTMP resume January 31, 2015 10:42AM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: ivysilani Ceska Televize January 31, 2015 04:23PM |
Registered: 11 years ago Posts: 179 |
Re: ivysilani Ceska Televize January 31, 2015 08:24PM |
Admin Registered: 15 years ago Posts: 2,094 |
Re: ivysilani Ceska Televize January 31, 2015 11:21PM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: RTMP resume February 11, 2015 09:56PM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: RTMP resume February 12, 2015 03:41PM |
Admin Registered: 15 years ago Posts: 2,094 |
Re: RTMP resume February 12, 2015 10:26PM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: RTMP resume February 14, 2015 06:56AM |
Registered: 11 years ago Posts: 193 |
Problem signature: Problem Event Name: APPCRASH Application Name: vlc.exe Application Version: 2.1.5.0 Application Timestamp: 00000004 Fault Module Name: libavcodec_plugin.dll Fault Module Version: 0.0.0.0 Fault Module Timestamp: 00000000 Exception Code: 40000015 Exception Offset: 007bfdb4 OS Version: 6.0.6002.2.2.0.768.3 Locale ID: 1032 Additional Information 1: a9f5 Additional Information 2: c61298b4369c0da3ef0315b96f1a59cc Additional Information 3: 02a0 Additional Information 4: 8948c2d45745adae569f60536b4aee51I could somehow watch the files on laptop with MPC-HC (latest stable 1.7.8)
@echo off echo *** Extract (demux) media streams from FLV *** FOR %%F in (*.flv) DO FLVExtractCL -v -a "%%F" echo *** Mux raw streams to MP4 container *** REN "*.264" "Video.264" REN "*.aac" "Audio.aac" MP4Box -brand mp42 -delay 1=1 -add "Video.264:name=AVC Video Stream:lang=eng:fps=25.000" -add "Audio.aac:name=AAC LC Audio Stream:lang=eng:mpeg4" -itags tool="MP4Box-0.4.6-dev-ir5-x86-shared.Kurtnoise.12-Jun-2010" "Remuxed.mp4" FOR %%N in (*.flv) DO REN "Remuxed.mp4" "%%~nN.mp4" echo MP4 FILE CREATED SUCCESSFULLY... echo. echo WARNING: WILL THEN DELETE RAW STREAMS! echo [If you don't want this, close (X) the Command Prompt Window] PAUSE DEL "Video.264" DEL "Audio.aac" echo WARNING: WILL THEN DELETE ORIGINAL FILE! echo [If you don't want this, close (X) the Command Prompt Window] PAUSE DEL "*.flv" echo REMUX TO MP4 CONTAINER COMPLETED SUCCESSFULLY PAUSE :END)
*** Extract (demux) media streams from FLV *** FLV Extract CL v1.6.3 Copyright 2006-2012 J.D. Purcell [www.moitah.net] True Frame Rate: 25 (25/1) Average Frame Rate: 25 (25/1) Finished. *** Mux raw streams to MP4 container *** AVC-H264 import - frame size 832 x 468 at 25.000 FPS Import results: 16715 samples - Slices: 147 I 5575 P 10993 B - 16848 SEI - 133 I DR AAC import - sample rate 30464 - MPEG-4 audio - 0 channel Saving to Remuxed.mp4: 0.500 secs Interleaving MP4 FILE CREATED SUCCESSFULLY...The resulting MP4 file would have BAD metadata (wrong duration - among others...)
Re: RTMP resume February 14, 2015 07:38AM |
Admin Registered: 12 years ago Posts: 1,174 |
Re: RTMP resume February 14, 2015 08:26AM |
Registered: 10 years ago Posts: 16 |