Replies: 2 comments
-
|
Does this only happen with |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Remux your input file with FFmpeg to reset the start timestamp before processing with Auto-Editor: ffmpeg -i input.mov -c copy -avoid_negative_ts make_zero output.mov
auto-editor output.mov --export clip-sequenceThis command copies all streams without re-encoding while normalizing the timestamp to zero, preventing desynchronization during clip export. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Bug description
I tried to exports "clips" from rush files ... but the audio and video are desynchronized. The audio was correctly cut, but the video was desynchronized. Does auto-editor take care of the audio shift my original file has ??
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'facecam.mov':
Metadata:
major_brand : qt
minor_version : 512
compatible_brands: qt
encoder : Lavf60.10.100
Duration: 00:18:25.50, start: 0.529000, bitrate: 172699 kb/s
Stream #0:0[0x1]: Video: mjpeg (Baseline) (jpeg / 0x6765706A), yuvj420p(pc, bt470bg/unknown/unknown), 3840x2160 [SAR 1:1 DAR 16:9], 172017 kb/s, 59.98 fps, 60 tbr, 10000k tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : FFMP
Stream #0:1[0x2]: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, mono, s16, 768 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
What's your platform?
What command did you use
What properties does your input video have?
facecam.mov:
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'facecam.mov':
Metadata:
major_brand : qt
minor_version : 512
compatible_brands: qt
encoder : Lavf60.10.100
Duration: 00:18:25.50, start: 0.529000, bitrate: 172699 kb/s
Stream #0:0[0x1]: Video: mjpeg (Baseline) (jpeg / 0x6765706A), yuvj420p(pc, bt470bg/unknown/unknown), 3840x2160 [SAR 1:1 DAR 16:9], 172017 kb/s, 59.98 fps, 60
tbr, 10000k tbn (default)
Metadata:
handler_name : VideoHandler
vendor_id : FFMP
Stream #0:1[0x2]: Audio: pcm_s16le (sowt / 0x74776F73), 48000 Hz, mono, s16, 768 kb/s (default)
Metadata:
handler_name : SoundHandler
vendor_id : [0][0][0][0]
Comments
No response
Beta Was this translation helpful? Give feedback.
All reactions