diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-11 14:38:47 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-09-11 14:38:47 +0900 |
| commit | 884c8093d63402a1ad0b502244b791e3c6782be3 (patch) | |
| tree | a600d4ab0d431a2bdfe4c15b70df43c14fbd8dd0 /debian/transcode/transcode-1.1.7/docs/README.sync | |
| parent | 14e1aa2006796f147f3f4811fb908a6b01e79253 (diff) | |
| download | extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.tar.gz extra-dependencies-884c8093d63402a1ad0b502244b791e3c6782be3.zip | |
Added debian extra dependency packages.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'debian/transcode/transcode-1.1.7/docs/README.sync')
| -rw-r--r-- | debian/transcode/transcode-1.1.7/docs/README.sync | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/transcode/transcode-1.1.7/docs/README.sync b/debian/transcode/transcode-1.1.7/docs/README.sync new file mode 100644 index 00000000..916e7262 --- /dev/null +++ b/debian/transcode/transcode-1.1.7/docs/README.sync @@ -0,0 +1,27 @@ +Audio-Video out of sync after merging encoded DV or VOB clips? + +There is a fundamental problem when merging AVI-files with MP3 sound, that +have been transcoded individually. As far as I know, it needs a certain +amount of raw PCM data to make a single MP3 encoded frame. At the end of the +encoding process, this condition is almost never fulfilled. Therefore, +some audio data are simply not encoded, or, using option -O, +PCM data (silence) are padded to make a final MP3 frame. In the former case, +sound is too short in time, whereas in the latter, the audio played +by a player exceeds the video playtime. This may be only a couple +milliseconds but adds up when merging the clips. + +Why does it work for transcode using option "-t" or DVD chapter mode "-U" ? + +In this case, the MP3 encoder is never switched off. Buffered audio data +never get lost. After merging, audio and video are OK (in theory). +This is also the reason, why the cluster mode must use this approach encoding +the audio in a separate step, unless you want to use raw PCM audio data. + +Now what to do with tons of DV AVI-file clips, you want to merge, but +only after encoding? + +The "directory mode" with option "-i" also works for DV AVI-files (hopefully). +Try to put all clips into a directory and use the directory name +to let transcode extract and merge the raw DV stream for further processing. + + |
