2025-01-12, 11:05 AM
(2025-01-12, 03:36 AM)bitmap Wrote: You can try...
Code:ffmpeg -i "INFILE.mkv" -map 0:v:0 -map 0:a:0 -c copy "OUTFILE.mp4"
Replace the stream indices (last number in the -map calls) with whatever streams you desire. Note that MP4 does not support embedded subtitles. I'm also unsure whether Profile 7 is supported on LG TVs. Profile 8 is generally desired. The above should be a quick copy to MP4 and you can give that a try on your G4. I own a C1 and have had the same struggle. I don't do DV any longer, I honestly couldn't tell much of a difference.
Hi, thanks for your response. I have to apologize and have to ask where I input that code?