bgrins / videoconverter.js

[UNMAINTAINED] Convert videos in your browser
http://bgrins.github.io/videoconverter.js/
Other
2.34k stars 300 forks source link

Copy codec without converting something complaining no output file #64

Open adminy opened 7 years ago

adminy commented 7 years ago

To recreate scenario: -i in.h264 -c:v copy output.mp4

Gives the following output issue: Output file is empty, nothing was encoded (check -ss / -t / -frames parameters if used)

I wanted to use it for putting things into an mp4 container.