Changes between Initial Version and Version 1 of Ticket #3829
- Timestamp:
- Aug 6, 2014, 5:05:47 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3829
- Property Keywords atempo added
- Property Reproduced by developer set
- Property Status new → open
- Property Version unspecified → git-master
-
Ticket #3829 – Description
initial v1 1 1 The following command line with a file containein two click sounds (one in the beginning, the other right before the end) demonstrates the problem: 2 2 {{{ 3 3 ffmpeg -i two-clicks.wav -af "atempo=0.5" -acodec pcm_s16le two-clicks-half-speed.wav 4 4 ffmpeg version N-65311-g6f3e15a Copyright (c) 2000-2014 the FFmpeg developers … … 28 28 size= 168kB time=00:00:01.95 bitrate= 705.9kbits/s 29 29 video:0kB audio:168kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: 0.045340% 30 30 }}} 31 31 Then checking the output shows the file is 0.05 seconds too short: 32 32 {{{ 33 33 ffmpeg -i two-clicks-half-speed.wav 34 34 ffmpeg version N-65311-g6f3e15a Copyright (c) 2000-2014 the FFmpeg developers … … 50 50 Stream #0:0: Audio: pcm_s16le ([1][0][0][0] / 0x0001), 44100 Hz, 1 channels, s16, 705 kb/s 51 51 At least one output file must be specified 52 52 }}} 53 53 And looking at the file in a wave editor (and listening to it), you see/hear that the second click was cut off.


