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 command line including complete, uncut console output 
when asking for help here.

Carl Eugen

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

[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.

The input videos are created by a solid state digital video recording 
system which records videos from following Input channels:

6 channels of videos input (DVI-4No.s, PAL-2No.s)
2 channels of audio input (Left & Right)
2 channels of MIL STD 1553B bus data
2 channels of RS422 data

Your assistance will be highly appreciated!

Rgds
Chandru
PS: PAL videos are getting slices without any issues

--
Galaxy KM Solutions Pvt. Ltd.
# 48/1, 1st Floor, 13th Cross, Off 8th Main
Malleshwaram, Bangalore - 560 003
Call: +91 80 2346 0458
Cell: 98440 55490
Mail: chan...@galaxykms.com
URL: www.galaxykms.com
--

___
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".