Tagged Questions
5
votes
1answer
169 views
What codecs/formats are appropriate for full motion video recording for youtube?
I'm recording video game footage via lossless methods, after which I need to compress them and upload them to youtube. I'm not sure which format and/or codecs are best for this. I've been ...
5
votes
2answers
165 views
What video codecs can provide “adaptive quality”?
Background:
I am trying to compress lossless bluray tracks to a more storage friendly size without a huge loss in quality.
What I've been doing thus far:
Exploring compression options with ffmpeg. ...
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 ...