Log in

View Full Version : “FFAudioSource:seeking is severely broken using .dv file


lindylex
27th July 2011, 22:51
I’m receiving this error “FFAudioSource:seeking is severely broken” working with my .dv file.

These are the specs of the file.


[dv @ 0199cde0]Estimating duration from bitrate, this may be inaccurate
Input #0, dv, from 'src001.dv':
Duration: 00:02:48.93, start: 0.000000, bitrate: 28771 kb/s
Stream #0.0: Video: dvvideo, yuv411p, 720x480, 28771 kb/s, PAR 10:11 DAR 15:11, 29.97 tbr, 29.97 tbn, 29.97 tbc
Stream #0.1: Audio: pcm_s16le, 32000 Hz, 2 channels, s16, 1024 kb/s
Stream #0.2: Audio: pcm_s16le, 32000 Hz, 2 channels, s16, 1024 kb/s


How can I fix this?

I’m using the latest build of FFMS2.

TheFluff
29th July 2011, 01:35
That's probably a bug, but you shouldn't need to use FFAudioSource since the audio is uncompressed PCM.

lindylex
30th July 2011, 23:36
TheFluff, this is how I'm importing the video.

ffmpegsource2("G:\DCIM\slacklining\src001.dv",atrack=-1)


How else should I import it? I'm not using FFAudioSource.

TheFluff
31st July 2011, 01:35
ffmpegsource2() will call FFAudioSource for you unless you set atrack=-2.

lindylex
1st August 2011, 16:26
TheFluff, using "atrack=-2" removes the audio. It works but this make me have to extract the audio separately and combine with the video using Audiodub. Thanks