Skip to content

Commit 328c1aa

Browse files
set h265 transcoding by default
1 parent cff48de commit 328c1aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

3_transcoding.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -256,7 +256,7 @@ int main(int argc, char *argv[])
256256
sp.copy_audio = 1;
257257
sp.copy_video = 0;
258258
sp.fragmented_mp4 = 0;
259-
sp.video_codec = "x264";
259+
sp.video_codec = "x265";
260260
sp.audio_codec = "aac";
261261

262262
StreamingContext *decoder = (StreamingContext*) calloc(1, sizeof(StreamingContext));

0 commit comments

Comments
 (0)