I have made a compilation of my favorite CDs. After several attempts, I finally select acceptable encodings for the available players and DLNA:
DURATION=$(ffmpeg -i input.wav 2>&1 | grep "Duration" | cut -d ' ' -f4 | sed s/,//)
ffmpeg -loop 1 -i input.png -target pal-dvd -qscale:v 24 -pix_fmt yuv420p -g 100 -an -y -t $DURATION -hide_banner input.m2v
mencoder input.m2v -audiofile input.wav -oac copy -ovc lavc -o otput.mpg
Now I'm going to make a DVD-VIDEO with menus. I use DVDStyler. The problem is a DVD 5 times in size. So, I'm trying to replace the created VOB files with the corresponding MPG files - I was hoping NERO would repair the IFO files. But NERO throws the following message:
DVD-Video Files Reallocation Started
File Size is not a multiple of logical block size (2KB)
DVD-Video Files Reallocation Failed
The resulting DVD may not be playable
Is there a way to encode my set so I could replace each VOB with a corresponding MPG after DVD authoring?
+ Reply to Thread
Results 1 to 3 of 3
Thread
-
-
Replacing the VOB files with mpg files won't work. The DVD spec requires VOB files. Even if you changed the extension on an mpg file to VOB, the file structure is not the same as an actual VOB file. If you want to author a DVD-Video disc using the audio you have, you can try reducing the size of your m2v source files or you can put fewer titles on the DVD.
There is also a DVD format called "DVD-Audio" created specifically for high-quality audio but this format never became as popular as DVD-Video discs. There are not as many options for authoring them or playing them as exist for DVD Video discs. I have never personally authored any nor do I own any.Ignore list: hello_hello, tried, TechLord, Snoopy329
Similar Threads
-
Single .vob file to mpg without reencoding?
By Sandfly in forum Video ConversionReplies: 23Last Post: 23rd Nov 2021, 17:38 -
Renaming video files using a text list.
By sambat in forum Newbie / General discussionsReplies: 11Last Post: 10th May 2021, 10:05 -
Renaming chapters in an mp4 from a text file
By RandmTask in forum Video ConversionReplies: 5Last Post: 24th Sep 2020, 04:06 -
Splitting or trimming raw VOB or MPG files without re-encoding?
By DF001 in forum CapturingReplies: 3Last Post: 14th Mar 2020, 22:53 -
Batch MKV title to filename renaming.
By Zareaus in forum Newbie / General discussionsReplies: 7Last Post: 16th May 2018, 04:12