madebyhiro / codem-transcode

Offline video transcoder written in node.js
Other
153 stars 68 forks source link

-ss and or -t should be before -i #56

Closed scottf-tvw closed 8 years ago

scottf-tvw commented 8 years ago

if -ss is used in options, it should be placed before the input file as per the documentation for seek on the input file. Finding and extracting -ss would be needed in the jobs.js file and pushed into the string before -i. This can solve issues with mp4 files audio and video sync issues on long format videos.

scottf-tvw commented 8 years ago

added fix and made pull request.

tieleman commented 8 years ago

Thank you! I've pulled #57.