--
--
You received this message because you are subscribed to the Google Groups "NLUG" group.
To post to this group, send email to nlug...@googlegroups.com
To unsubscribe from this group, send email to nlug-talk+...@googlegroups.com
For more options, visit this group at http://groups.google.com/group/nlug-talk?hl=en
---
You received this message because you are subscribed to the Google Groups "NLUG" group.
To unsubscribe from this group and stop receiving emails from it, send an email to nlug-talk+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/CADPPtrp%3Dqnd%3DzFSQXAxjNfPQfZALp1RaXve0tpgt0fCsVTxhiA%40mail.gmail.com.
--
To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/CA%2BJ3mBCvF9JTjaUNm054fN3GSdgWRb9RefGJ9jbyEgOEfOpvSQ%40mail.gmail.com.
This is if you happen to know how far off the audio is from the video in this case 3840 milliseconds or 3.84 secondsFound this here: https://superuser.com/questions/982342/in-ffmpeg-how-to-delay-only-the-audio-of-a-mp4-video-without-converting-the-au
ffmpeg -i "movie.mp4" -itsoffset 3.84 -i "movie.mp4" -map 1:v -map 0:a -c copy "movie-video-delayed.mp4"
The hard part is knowing how far out of sync the audio is from the video, but it's a quick change of the command line to experiment.
I generally like to avoid re-encoding the video as Gibson mentioned. Assuming you're not doing cinematography, a re-encode may give you more options.To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/52485163-e399-49c9-8dca-631eb7a8f95an%40googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/CALdmzXbJ6YMDVmVx%3DEvTROyZKsS%3DsZdUd9O82B3qs3JYsFmPdw%40mail.gmail.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/nlug-talk/CAL9PgS1rpyYBKoEvSY_pH1c%3DrxTJa%3DEHzKMd8v9hikVxo1ozLQ%40mail.gmail.com.
Hello