Question / Help Media Size Limit?

BigCoffeeGaming

New Member
I have a nice intro video I've worked on the past 2 days and threw it into the new OBS build. My previous looping videos had no problems but this one won't work at all. Same file format and etc.

The most obvious thing I can think of is a file size limit. My older one's were maybe 2gb max. This new one though is 7.5 min long and is about 35gb. I have the video on an SSD (which is in RAID0 with another) so loading issues should be no problem.

Is there a size limiter in the settings that cause it not to play?
 

BigCoffeeGaming

New Member
Log File just in case. There is something close to the top regarding the video. Not sure why it's doing that.


Code:
17:18:34: OBS 0.10.0 (64bit, windows)
17:18:34: CPU Name: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz
17:18:34: CPU Speed: 4000MHz
17:18:34: Physical Cores: 4, Logical Cores: 8
17:18:34: Physical Memory: 8133MB Total, 6221MB Free
17:18:34: Windows Version: 6.2 Build 9200
17:18:34: audio settings reset:
    samples per sec: 48000
    speakers:        2
    buffering (ms):  1000

17:18:34: ---------------------------------
17:18:34: Initializing D3D11..
17:18:34: Available Video Adapters:
17:18:34:     Adapter 0: NVIDIA GeForce GTX 780 Ti
17:18:34: Loading up D3D11 on adapter NVIDIA GeForce GTX 780 Ti  (0)
17:18:34: D3D11 loaded sucessfully, feature level used: 45056
17:18:34: video settings reset:
    base resolution:   1920x1080
    output resolution: 1280x720
    fps:               60/1
    format:            NV12
17:18:36: No blackmagic support
17:18:36: Failed to start search for DeckLink devices
17:18:36: output 'simple_stream' (rtmp_output) created
17:18:36: output 'simple_file_output' (flv_output) created
17:18:36: encoder 'simple_h264' (obs_x264) created
17:18:36: encoder 'simple_aac' (ffmpeg_aac) created
17:18:36: service 'default_service' (rtmp_common) created
17:18:36: WASAPI: Device 'Speakers (Sound Blaster Z)' initialized
17:18:36: source 'Desktop Audio' (wasapi_output_capture) created
17:18:36: WASAPI: Device 'Microphone (Yeti Stereo Microphone)' initialized
17:18:36: source 'Mic/Aux' (wasapi_input_capture) created
17:18:36: source 'Scene' (scene) created
17:18:36: source 'BRB' (scene) created
17:18:36: source 'Monitor Capture' (monitor_capture) created
17:18:36: source 'Media Source 1' (ffmpeg_source) created
17:18:36: parser not found for codec rawvideo, packets or times may be invalid.

17:18:36: parser not found for codec rawvideo, packets or times may be invalid.

17:18:36: Input #0, avi, from 'C:/Users/BigCoffee/Documents/DJc/Break.avi':

17:18:36:   Metadata:

17:18:36:     date            :
17:18:36: 2015-03-15T10:11:10.00725
17:18:36:

17:18:36:     encoder         :
17:18:36: Adobe After Effects CC 2014 (Windows)
17:18:36:

17:18:36:   Duration:
17:18:36: 00:00:10.00
17:18:36: , start:
17:18:36: 0.000000
17:18:36: , bitrate:
17:18:36: 1493005 kb/s
17:18:36:

17:18:36:     Stream #0:0
17:18:36: : Video: rawvideo, bgr24, 1920x1080, 1497985 kb/s
17:18:36: ,
17:18:36: 30 fps,
17:18:36: 30 tbr,
17:18:36: 30 tbn,
17:18:36: 30 tbc
17:18:36:

17:18:36: source 'Chroma Key' (chroma_key_filter) created
17:18:36: source 'Game On' (scene) created
17:18:36: source 'Cam' (dshow_input) created
17:18:36: source 'Chroma Key' (chroma_key_filter) created
17:18:36: source 'Spotify' (window_capture) created
17:18:36: source 'Crop' (crop_filter) created
17:18:36: source 'Artist' (window_capture) created
17:18:36: source 'Crop' (crop_filter) created
17:18:36: source 'Chroma Key' (chroma_key_filter) created
17:18:36: source 'Game Capture' (game_capture) created
17:18:36: source 'Over' (scene) created
17:18:36: source 'Image' (image_source) created
17:18:36: invalid audio_buffer_size 1
17:18:36: source 'Intro' (ffmpeg_source) created
17:18:36: Cam: Using interval 333333
17:18:37: Update check: latest version is: 0.10.0
17:18:51: error:   could not start slave clock as master clock was never started before being released or aborted
17:18:51: invalid audio_buffer_size 1
 

Faruton

Developer
So, reading the metadata from the avi container shows a bunch of stuff wrong.

17:18:36: parser not found for codec rawvideo, packets or times may be invalid.

Seems it doesn't understand the codec properly, and makes some assumptions to try to display something later on

17:18:36: Duration:
17:18:36: 00:00:10.00

Obviously the duration/bitrate is not 10.0s/1493005 kb/s (as you mentioned it was over 7.5 minutes).

My suggestion would be to try exporting as a different format. How exactly are you exporting the data now? What format did you try to save it as?
 
Top