Selur
10th September 2012, 15:03
Can someone explain me what's happening, I call:
ffmpeg -y -analyzeduration 500000000 -threads 8 -v -10 -i "H:\Output\test.dts" -ac 6 -f sox - | sox --multi-threaded --temp "H:\Temp" --buffer 524288 -S -t sox - --endian little -b 24 -t wavpcm "H:\Output\test_raw_15_13_53_21100.wav" gain -6 treble +6
to convert a 2:37h clip and the output is indicated as 1:14:58.
If I play the output in VLC/MPC-HC or anylse it with MediaInfo they all play/indicate only ~1:15h.
If I rename the extension to w64, MPC-HC indicates it with the right length but only plays till 1:14:58, than it jumps to the end.
If I remux the file with mkvmerge into a .mkv file the whole 2:37h are accessible.
When I use '-t wav' instead of '-t wavpcm' everyone except MPC-HC still indicates 1:14:58, MPC-HC however indicates the right length, but still can't play beyond 1:14:58.
Loading any of the wav files into delaycut, it shows:
====== INPUT FILE INFO ===============
File is wav
Bitrate (kbit/s) 6912000
Act rate (kbit/s) 6912000.000
File size (bytes) 8181605456
Channels mode 6 Channels
Sampling Frec 48000
Byte rate (kbit/s) 864000
Bits of Prec. 24
Duration 02:37:49.450
Sample length (ms) 0.020833
Num of samples 215924337
Bytes per Sample 18
Size % Sample size 14
======================================
====== TARGET FILE INFO ==============
Start Sample 0
End Sample 215924336
Num of Samples 215924337
Duration 01:14:58.423
NotFixedDelay 0.0000
So now I'm confused and don't really know what's happening. :)
Cu Selur
ffmpeg -y -analyzeduration 500000000 -threads 8 -v -10 -i "H:\Output\test.dts" -ac 6 -f sox - | sox --multi-threaded --temp "H:\Temp" --buffer 524288 -S -t sox - --endian little -b 24 -t wavpcm "H:\Output\test_raw_15_13_53_21100.wav" gain -6 treble +6
to convert a 2:37h clip and the output is indicated as 1:14:58.
If I play the output in VLC/MPC-HC or anylse it with MediaInfo they all play/indicate only ~1:15h.
If I rename the extension to w64, MPC-HC indicates it with the right length but only plays till 1:14:58, than it jumps to the end.
If I remux the file with mkvmerge into a .mkv file the whole 2:37h are accessible.
When I use '-t wav' instead of '-t wavpcm' everyone except MPC-HC still indicates 1:14:58, MPC-HC however indicates the right length, but still can't play beyond 1:14:58.
Loading any of the wav files into delaycut, it shows:
====== INPUT FILE INFO ===============
File is wav
Bitrate (kbit/s) 6912000
Act rate (kbit/s) 6912000.000
File size (bytes) 8181605456
Channels mode 6 Channels
Sampling Frec 48000
Byte rate (kbit/s) 864000
Bits of Prec. 24
Duration 02:37:49.450
Sample length (ms) 0.020833
Num of samples 215924337
Bytes per Sample 18
Size % Sample size 14
======================================
====== TARGET FILE INFO ==============
Start Sample 0
End Sample 215924336
Num of Samples 215924337
Duration 01:14:58.423
NotFixedDelay 0.0000
So now I'm confused and don't really know what's happening. :)
Cu Selur