2016-06-23 15:39 GMT+02:00 Chandru <chan...@galaxykms.com>: > |ffmpeg.exe -i "input.mp4" ss startTime -c copy -to stopTime -y > "output.mp4" | > > Program trace with errors attached. >
I believe it's better to post the text log and not a screenshot. Anyway, you have a clear error message: > [mp4] Could not find tag for codec pcm_s16le in stream #1, codec not currently supported in container It seems that your input use an audio codec that can not be put in an mp4 file. Perhaps your PAL files use a different audio codec. If that's the problem, changing the container to something else (mkv sounds good) or transcoding the audio will fix the issue. _______________________________________________ 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".