I am trying to record 30 seconds MP4 segment file for very long record time using Decklink Duo2 HD.
All works fine for about six hours, but suddently the MP4 start whit problems.
Whit VLC is impossible read file, and i have this error message:
main warning: buffer too late (-437792 us): dropped
If use FFPLAY i see video but audio in not in sync.
Here is the command:
ffmpeg -y -thread_queue_size 1150000000 -threads 48 -f dshow -channels 8 -video_size 1920x1080 -pixel_format uyvy422 -rtbufsize 100M -r 25 -i video="Decklink Video Capture":audio="Decklink Audio Capture" -c:v libx264 -pix_fmt yuv420p -preset ultrafast -f segment -strftime 1 -segment_time 30 "G:\LoopCH1\%Y-%m-%d-%H-%M-%S.mp4"
+ Reply to Thread
Results 1 to 2 of 2
-
-
Solved.
The problem was about segment command.
I used -reset_timestamps.
Thanks anyway
Similar Threads
-
Blackmagic Decklink Micro Recorder - No of Audio channels?
By regstuff in forum Capturing and VCRReplies: 0Last Post: 20th Aug 2020, 06:23 -
Blackmagic DeckLink Multibridge SD power supply?
By produtronrex in forum Capturing and VCRReplies: 0Last Post: 5th Jun 2020, 12:14 -
VSDC changes audio segment after trying to split
By Duderino in forum EditingReplies: 1Last Post: 13th Apr 2020, 09:26 -
error on loading first segment
By lomero in forum Video Streaming DownloadingReplies: 8Last Post: 15th Jan 2020, 02:52 -
Help me whit some doubts about capture VHS and the path/workflow
By Madero in forum Capturing and VCRReplies: 3Last Post: 17th Oct 2018, 14:50