blender/intern/audaspace
Peter Schlaile 1b18ea5823 == FFMPEG ==
This fixes a rather subtle seeking issue with ffmpeg and Sony 
XDCAM-footage.

Problem is: MPEG2 streams within an MP4 container can contain a start 
time - at several places. There is a starttime within the video 
and audio streams and one within the container.

FFMpeg commandline tool only uses the container starttime and we used 
the stream starttime. 

The world would be a better place, if those two timestamps always match 
up, since in XDCAM-footage those two starttimes differ in 4 
frames - and the container has the right one.

We now always use the container start time as ffmpeg commandline tool 
does (in the hope, that there is a good explaination for this and this 
is the right thing(tm) to do).

I tested this also with HDV footage, which seems to work with the new 
code, too.

Additional fix: disabled seek_by_bytes again, since it will only work 
correctly, if ffmpeg guessed the HDV bitrate right (which it doesn't). 
If you have seeking issues with HDV and have an older version of ffmpeg 
installed, please upgrade, newer versions have some fixes in them.
2010-11-01 18:13:10 +00:00
..
ffmpeg == FFMPEG == 2010-11-01 18:13:10 +00:00
fftw Audaspace: HUGE Refactor. 2010-07-28 09:36:03 +00:00
FX Audaspace: 2010-08-03 08:07:21 +00:00
intern Audaspace: Disabling High- and Lowpass for Bake Sound to F-Curve Operator in case they're unused. 2010-10-31 14:44:45 +00:00
jack Audaspace: 2010-08-03 08:07:21 +00:00
OpenAL Fix [#23578] Blender crashes when Audio Scrubbing is on 2010-09-02 21:56:08 +00:00
Python SVN maintenance. 2010-08-16 19:51:29 +00:00
SDL Audaspace: 2010-08-03 08:07:21 +00:00
sndfile Audaspace: 2010-08-03 08:07:21 +00:00
SRC Audaspace: 2010-08-03 08:07:21 +00:00
CMakeLists.txt rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00
COPYING 2.5: Sound branch merge! 2009-08-09 21:16:39 +00:00
COPYING.LESSER 2.5: Sound branch merge! 2009-08-09 21:16:39 +00:00
Makefile Fully disable AUD's FFTW3 usage. 2010-10-24 00:09:23 +00:00
SConscript rename and negate DISABLE_PYTHON --> WITH_PYTHON 2010-10-31 04:11:39 +00:00