FFmpeg settings for encoding for 4K UHD Blu-ray DiscFFmpeg: Error when copying subtitle-streams using...

Is "remove commented out code" correct English?

Can one be a co-translator of a book, if he does not know the language that the book is translated into?

What do you call someone who asks many questions?

AES: Why is it a good practice to use only the first 16bytes of a hash for encryption?

How can I make my BBEG immortal short of making them a Lich or Vampire?

Reserved de-dupe rules

Infinite Abelian subgroup of infinite non Abelian group example

What to put in ESTA if staying in US for a few days before going on to Canada

Brothers & sisters

I'm flying to France today and my passport expires in less than 2 months

How do conventional missiles fly?

Where does SFDX store details about scratch orgs?

How can I fix/modify my tub/shower combo so the water comes out of the showerhead?

Will google still index a page if I use a $_SESSION variable?

Has there ever been an airliner design involving reducing generator load by installing solar panels?

How much of data wrangling is a data scientist's job?

Anagram holiday

How could indestructible materials be used in power generation?

Why is it a bad idea to hire a hitman to eliminate most corrupt politicians?

How can I tell someone that I want to be his or her friend?

What's the difference between 'rename' and 'mv'?

Is the Joker left-handed?

When a company launches a new product do they "come out" with a new product or do they "come up" with a new product?

Can I ask the recruiters in my resume to put the reason why I am rejected?



FFmpeg settings for encoding for 4K UHD Blu-ray Disc


FFmpeg: Error when copying subtitle-streams using iFFmpegEncoding H264 with windows ffmpeg results in first few seconds being “blocky”Ffmpeg Random access indicator bitConvert Blu-Ray to MP4Re-encode 4K video to H.265/HEVC with FFmpeg for playback in QuickTimeUbuntu->Ngnix->ffmpeg ->Streaming to twitch (1-pass(CBR)- Ok , 2-pass <- NOT work)FFmpeg for seamless branching Blu-rayRemap video, add subtitles and pad using ffmpegThumbnail Creation of Output fileFFmpeg TCP point to point streaming with tee muxer - handle network disconnections






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ height:90px;width:728px;box-sizing:border-box;
}







0















What FFmpeg settings should I use for taking raw video and converting it to x265 for 4K UHD Disc? This is a 1-Pass example.



Are there more -x265-params needed?



For Audio, will DTS -c:a dca -strict -2 be compatible with 4K discs and palyers? Also what is the Lossless command for dca?





Here is what I've got so far:



ffmpeg -y 

-i rawvideo

-c:v libx265
-preset slow -b:v 50M -maxrate 75M -bufsize 75M
-pix_fmt yuv420p10le
-r 60
-vf "scale=3840:-2"
-profile:v main10 -level 5.1 -sar 1:1 -x265-params "colorprim=bt2020:transfer=bt2020:colormatrix=bt2020"
-map 0:v:0?

-c:s mov_text
-map 0:s?

-c:a dca -strict -2
-b:a 1509k
-map 0:a?

-f mp4

-threads 0

output.mp4









share|improve this question







New contributor




Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Does that code work or not?

    – music2myear
    11 hours ago


















0















What FFmpeg settings should I use for taking raw video and converting it to x265 for 4K UHD Disc? This is a 1-Pass example.



Are there more -x265-params needed?



For Audio, will DTS -c:a dca -strict -2 be compatible with 4K discs and palyers? Also what is the Lossless command for dca?





Here is what I've got so far:



ffmpeg -y 

-i rawvideo

-c:v libx265
-preset slow -b:v 50M -maxrate 75M -bufsize 75M
-pix_fmt yuv420p10le
-r 60
-vf "scale=3840:-2"
-profile:v main10 -level 5.1 -sar 1:1 -x265-params "colorprim=bt2020:transfer=bt2020:colormatrix=bt2020"
-map 0:v:0?

-c:s mov_text
-map 0:s?

-c:a dca -strict -2
-b:a 1509k
-map 0:a?

-f mp4

-threads 0

output.mp4









share|improve this question







New contributor




Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





















  • Does that code work or not?

    – music2myear
    11 hours ago














0












0








0








What FFmpeg settings should I use for taking raw video and converting it to x265 for 4K UHD Disc? This is a 1-Pass example.



Are there more -x265-params needed?



For Audio, will DTS -c:a dca -strict -2 be compatible with 4K discs and palyers? Also what is the Lossless command for dca?





Here is what I've got so far:



ffmpeg -y 

-i rawvideo

-c:v libx265
-preset slow -b:v 50M -maxrate 75M -bufsize 75M
-pix_fmt yuv420p10le
-r 60
-vf "scale=3840:-2"
-profile:v main10 -level 5.1 -sar 1:1 -x265-params "colorprim=bt2020:transfer=bt2020:colormatrix=bt2020"
-map 0:v:0?

-c:s mov_text
-map 0:s?

-c:a dca -strict -2
-b:a 1509k
-map 0:a?

-f mp4

-threads 0

output.mp4









share|improve this question







New contributor




Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












What FFmpeg settings should I use for taking raw video and converting it to x265 for 4K UHD Disc? This is a 1-Pass example.



Are there more -x265-params needed?



For Audio, will DTS -c:a dca -strict -2 be compatible with 4K discs and palyers? Also what is the Lossless command for dca?





Here is what I've got so far:



ffmpeg -y 

-i rawvideo

-c:v libx265
-preset slow -b:v 50M -maxrate 75M -bufsize 75M
-pix_fmt yuv420p10le
-r 60
-vf "scale=3840:-2"
-profile:v main10 -level 5.1 -sar 1:1 -x265-params "colorprim=bt2020:transfer=bt2020:colormatrix=bt2020"
-map 0:v:0?

-c:s mov_text
-map 0:s?

-c:a dca -strict -2
-b:a 1509k
-map 0:a?

-f mp4

-threads 0

output.mp4






video ffmpeg video-conversion






share|improve this question







New contributor




Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question







New contributor




Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question






New contributor




Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 12 hours ago









Matt McManisMatt McManis

1014




1014




New contributor




Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Matt McManis is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.













  • Does that code work or not?

    – music2myear
    11 hours ago



















  • Does that code work or not?

    – music2myear
    11 hours ago

















Does that code work or not?

– music2myear
11 hours ago





Does that code work or not?

– music2myear
11 hours ago










0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "3"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: true,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: 10,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






Matt McManis is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421485%2fffmpeg-settings-for-encoding-for-4k-uhd-blu-ray-disc%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








Matt McManis is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















Matt McManis is a new contributor. Be nice, and check out our Code of Conduct.













Matt McManis is a new contributor. Be nice, and check out our Code of Conduct.












Matt McManis is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to Super User!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fsuperuser.com%2fquestions%2f1421485%2fffmpeg-settings-for-encoding-for-4k-uhd-blu-ray-disc%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

VNC viewer RFB protocol error: bad desktop size 0x0I Cannot Type the Key 'd' (lowercase) in VNC Viewer...

Tribunal Administrativo e Fiscal de Mirandela Referências Menu de...

looking for continuous Screen Capture for retroactivly reproducing errors, timeback machineRolling desktop...