Tagged Questions
2
votes
1answer
99 views
How do I prevent Quality loss in the beginning of a video?
My company transcodes videos sent in by users (recorder by our own screenrecording software)
I use FFMpeg to do the work using this command:
/ffmpeg/ffmpeg -i in.mov -vcodec libx264 -fpre ...
0
votes
1answer
1k views
Encoding DNxHD using ffmbc
I have decided to re-encode my footage as DNxHD for editing. I am using ffmbc (downloaded here) to do the encoding. My source footage is HDV 1080i50.
Therefore I think the best format to trancode ...