Chandru <chandru <at> 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 [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
