digitalFAQ.com Forum

digitalFAQ.com Forum (https://www.digitalfaq.com/forum/)
-   Encode, Convert for discs (https://www.digitalfaq.com/forum/video-conversion/)
-   -   Need help encoding DV to BD compliant 480i BFF (https://www.digitalfaq.com/forum/video-conversion/10110-encoding-dv-bd.html)

Danfun64 11-11-2019 04:35 PM

Need help encoding DV to BD compliant 480i BFF
 
I recently transferred some MiniDV tapes to my computer. Unfortunately, I can't play the resulting DV-AVI files as-is on my UBP-X700, so they'll need to be reencoded. I do not want the video deinterlaced. I'm not sure how to encode the video as BD compliant MPEG-4 AVC. I tried megui, but the interlacing and resolution threw it off. What suggestions do you guys have?

edit: Since I wasn't specific before, the videos have a field order of Bottom Field First. MeGUI was trying to produce files that were Top Field First.

aussieskier 11-11-2019 07:39 PM

Mpeg-2 is better suited for interlaced content. You can do Blu-ray compliant mpeg-2 main profile @ main level up to 15mbps bitrate.

Avidemux is popular here for doing those mpeg-2 encodes. It's a straightforward gui and the guide here will help, you can just set it to CBR and 15 mbps. That with the other settings outlined in the guide should be blu-ray player compliant. I recall version 2.5 is best for mpeg-2.

You can also go the CLI route with FFMPEG if you want. Something like the commands below will get you a similar result: mpeg-2 with ac3 audio. FFMPEG's rate control isn't ideal at times, so this is set to average 14.5mbps to keep under 15mpbs. Replace FILENAME with the path to your dv footage and OUTPUT to the destination file path and name):

ffmpeg -i "FILENAME" -c:v mpeg2video -b:v 14500k -minrate 14000k -maxrate 15000k -bufsize 1835k -bf 2 -g 18 -flags +ildct+ilme -alternate_scan 1 -profile:v 4 -c:a ac3 -b:a 256k -f vob "OUTPUT.mpg"

Danfun64 11-11-2019 08:02 PM

the Interlacing section of libavcodec MPEG-2 configuration in Avidemux appears to be broken.

Out of curiosity, what makes MPEG-2 better? I managed to figure out how to get interlaced MPEG-4 with x264vfw Virtualdub

latreche34 11-11-2019 08:21 PM

Try multiAVCHD:
https://multiavchd.deanbg.com/


All times are GMT -5. The time now is 07:49 AM

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.