Custom FFMpeg
Posted: Wed Mar 22, 2017 10:27 am
Dear All,
I don't have real knowledge of ffmpeg or video transcoding in general, so this might be an obvious question, sorry.
I have a Sony Ipela security cam, its software creates .cam files which are some h264 streams. My goal is to create a low bandwith version of each recorded clip. I'll save both the original and the transcoded files to a could, but because the original .cam files are 720p/8Mbit and players have issues with them, a lowbandwith, easy-to-play version is needed. Basically when I get a notification from the cam, that something happened, I could go to the could storage and play back the video in a browser. Should there be a request for the original file, it's also available.
Did some research and found below ffmpeg command on this site:
https://spreadys.wordpress.com/2014/06/ ... le-player/
ffmpeg -f h264 -i yourfile.cam -c:v copy -fflags genpts yournewfile.mkv
This command creates an mkv, which I can playback with anything I tried, so one problem solved, next step would be to make it smaller.
My problem is, that I don't know how to make from this ffmpeg command a working encoder in FFAStrans?
Tried to enter it the best way I could, but it didn't work (attached).
Could you please help? Many thanks,
Robert
I don't have real knowledge of ffmpeg or video transcoding in general, so this might be an obvious question, sorry.
I have a Sony Ipela security cam, its software creates .cam files which are some h264 streams. My goal is to create a low bandwith version of each recorded clip. I'll save both the original and the transcoded files to a could, but because the original .cam files are 720p/8Mbit and players have issues with them, a lowbandwith, easy-to-play version is needed. Basically when I get a notification from the cam, that something happened, I could go to the could storage and play back the video in a browser. Should there be a request for the original file, it's also available.
Did some research and found below ffmpeg command on this site:
https://spreadys.wordpress.com/2014/06/ ... le-player/
ffmpeg -f h264 -i yourfile.cam -c:v copy -fflags genpts yournewfile.mkv
This command creates an mkv, which I can playback with anything I tried, so one problem solved, next step would be to make it smaller.
My problem is, that I don't know how to make from this ffmpeg command a working encoder in FFAStrans?
Tried to enter it the best way I could, but it didn't work (attached).
Could you please help? Many thanks,
Robert