Re: [FFmpeg-user] Issue with slicing QT videos

2016-06-23 Thread Carl Eugen Hoyos
Chandru galaxykms.com> writes: > |ffmpeg.exe -i "input.mp4" ss startTime -c copy -to stopTime -y > "output.mp4" | Your input file is a mov with pcm_s16le, mp4 - which you requested as output format - does not support pcm_s16le. In the future, do not post screen shots, always post your

[FFmpeg-user] Issue with slicing QT videos

2016-06-23 Thread Chandru
Hi, We use|ffmpeg|in one of our applications to slice videos. While it's working fine for slicing PAL videos, it is not working for QT videos... Here's the command we use: |ffmpeg.exe -i "input.mp4" ss startTime -c copy -to stopTime -y "output.mp4" | Program trace with errors attached.