FFmpeg - Encode Theora: Difference between revisions
From PiRho Knowledgebase
Jump to navigationJump to search
Created page with "<pre> ffmpeg -i <input.file> -c:v libtheora -qscale:v 10 <output.file> </pre> Reference: https://trac.ffmpeg.org/wiki/TheoraVorbisEncodingGuide FFmpeg: A Brief Theora and Vorbis Encoding Guide" |
m Knowledgebaseadmin moved page FFmpeg - Theora to FFmpeg - Encode Theora |
||
| (One intermediate revision by the same user not shown) | |||
| Line 1: | Line 1: | ||
[[Category:FFmpeg]] | |||
[[Category:Theora]] | |||
<pre> | <pre> | ||
ffmpeg -i <input.file> -c:v libtheora -qscale:v 10 <output.file> | ffmpeg -i <input.file> -c:v libtheora -qscale:v 10 <output.file> | ||
</pre> | </pre> | ||
Reference: [[https://trac.ffmpeg.org/wiki/TheoraVorbisEncodingGuide FFmpeg: A Brief Theora and Vorbis Encoding Guide]] | Reference: [[https://trac.ffmpeg.org/wiki/TheoraVorbisEncodingGuide FFmpeg: A Brief Theora and Vorbis Encoding Guide]] | ||
Latest revision as of 14:18, 6 March 2025
ffmpeg -i <input.file> -c:v libtheora -qscale:v 10 <output.file>
Reference: [FFmpeg: A Brief Theora and Vorbis Encoding Guide]