Cut a video using timecode inserted by an external deviceLinux - Cut video from end positionCapturing...

Are babies of evil humanoid species inherently evil?

Intuition behind counterexample of Euler's sum of powers conjecture

PTIJ: Should I kill my computer after installing software?

Database Backup for data and log files

NASA's RS-25 Engines shut down time

What are the practical Opportunity Attack values for a bugbear, holding a reach weapon, with the Polearm Master feat?

Why was Goose renamed from Chewie for the Captain Marvel film?

How can I ensure my trip to the UK will not have to be cancelled because of Brexit?

Do items de-spawn in Diablo?

Counting all the hearts

How are instrumentation amplifiers constructed on the semiconductor level?

Can one live in the U.S. and not use a credit card?

Good for you! in Russian

Do I really need to have a scientific explanation for my premise?

How to draw cubes in a 3 dimensional plane

Coax or bifilar choke

meaning and function of 幸 in "则幸分我一杯羹"

Makefile strange variable substitution

What's the "normal" opposite of flautando?

Why would one plane in this picture not have gear down yet?

What wound would be of little consequence to a biped but terrible for a quadruped?

Can Mathematica be used to create an Artistic 3D extrusion from a 2D image and wrap a line pattern around it?

finite abelian groups tensor product.

Is it possible to avoid unpacking when merging Association?



Cut a video using timecode inserted by an external device


Linux - Cut video from end positionCapturing multiple RTSP streams simultaneously in syncMap overlay audio with FFMpeg?Cut video after certain time?How do I cut clips using its position from a video?Perfect way to split a x265 video losslessly using ffmpegClipping a video (spatially) using FFMPEGFrame accurate video cut using ffmpegUsing mediainfo/MOVmediaedit to mimic GoPro video formatWhat are available software to cut multiple clips out of a single video?













0















I have 2 cameras and each of them is attached to their own external device which is inserting the timecode into the mp4 stream of the video. These devices are in sync when they insert the timecodes. These cameras are started at different times. Ex: Camera1 is started at 11:15 AM and camera2 is started at 11:20 am.



What I want to do is I want to synchronize the 2 videos. For that I need to extract timecode of the first frame of camera2 (which started at 11:20 am) and then cut the video from camera1 till that timecode. Basically I need to cut video clip from camera1 from 11:15 to 11:20.



How can this be done? Any idea?










share|improve this question







New contributor




profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • The easy answer is "do it manually". The automated solution involves exporting the frames, running OCR on them and doing the cutting. This could all be programmed but your would have to write the program yourself. Give it a try and post on stack overflow if you need help with the code.

    – HackSlash
    2 hours ago
















0















I have 2 cameras and each of them is attached to their own external device which is inserting the timecode into the mp4 stream of the video. These devices are in sync when they insert the timecodes. These cameras are started at different times. Ex: Camera1 is started at 11:15 AM and camera2 is started at 11:20 am.



What I want to do is I want to synchronize the 2 videos. For that I need to extract timecode of the first frame of camera2 (which started at 11:20 am) and then cut the video from camera1 till that timecode. Basically I need to cut video clip from camera1 from 11:15 to 11:20.



How can this be done? Any idea?










share|improve this question







New contributor




profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • The easy answer is "do it manually". The automated solution involves exporting the frames, running OCR on them and doing the cutting. This could all be programmed but your would have to write the program yourself. Give it a try and post on stack overflow if you need help with the code.

    – HackSlash
    2 hours ago














0












0








0








I have 2 cameras and each of them is attached to their own external device which is inserting the timecode into the mp4 stream of the video. These devices are in sync when they insert the timecodes. These cameras are started at different times. Ex: Camera1 is started at 11:15 AM and camera2 is started at 11:20 am.



What I want to do is I want to synchronize the 2 videos. For that I need to extract timecode of the first frame of camera2 (which started at 11:20 am) and then cut the video from camera1 till that timecode. Basically I need to cut video clip from camera1 from 11:15 to 11:20.



How can this be done? Any idea?










share|improve this question







New contributor




profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












I have 2 cameras and each of them is attached to their own external device which is inserting the timecode into the mp4 stream of the video. These devices are in sync when they insert the timecodes. These cameras are started at different times. Ex: Camera1 is started at 11:15 AM and camera2 is started at 11:20 am.



What I want to do is I want to synchronize the 2 videos. For that I need to extract timecode of the first frame of camera2 (which started at 11:20 am) and then cut the video from camera1 till that timecode. Basically I need to cut video clip from camera1 from 11:15 to 11:20.



How can this be done? Any idea?







video ffmpeg






share|improve this question







New contributor




profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 3 hours ago









profile2299profile2299

1




1




New contributor




profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






profile2299 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • The easy answer is "do it manually". The automated solution involves exporting the frames, running OCR on them and doing the cutting. This could all be programmed but your would have to write the program yourself. Give it a try and post on stack overflow if you need help with the code.

    – HackSlash
    2 hours ago



















  • The easy answer is "do it manually". The automated solution involves exporting the frames, running OCR on them and doing the cutting. This could all be programmed but your would have to write the program yourself. Give it a try and post on stack overflow if you need help with the code.

    – HackSlash
    2 hours ago

















The easy answer is "do it manually". The automated solution involves exporting the frames, running OCR on them and doing the cutting. This could all be programmed but your would have to write the program yourself. Give it a try and post on stack overflow if you need help with the code.

– HackSlash
2 hours ago





The easy answer is "do it manually". The automated solution involves exporting the frames, running OCR on them and doing the cutting. This could all be programmed but your would have to write the program yourself. Give it a try and post on stack overflow if you need help with the code.

– HackSlash
2 hours ago










0






active

oldest

votes











Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






profile2299 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1413225%2fcut-a-video-using-timecode-inserted-by-an-external-device%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








profile2299 is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















profile2299 is a new contributor. Be nice, and check out our Code of Conduct.













profile2299 is a new contributor. Be nice, and check out our Code of Conduct.












profile2299 is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1413225%2fcut-a-video-using-timecode-inserted-by-an-external-device%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...