posts/mkv-to-mpeg-4-conversion-script/ #20
Replies: 9 comments
-
Great blog, I've just spent the last hour or so browsing through it. You have some great articles which I will explore in depth tomorrow which are of interest to me as a fellow Ubuntu user and HP-UX SysAdmin in my spare time... oh, I meant work. Keep up the good work! Kind regards John Goodwin. P.S. Discovered via Google for Blubuntu advice |
Beta Was this translation helpful? Give feedback.
-
I'm getting the following errors while using your script: sox soxio: Failed reading `-': unknown file type `auto' and Unknown input file type I only end up with For output. Seems to be something with sox. Thanks, |
Beta Was this translation helpful? Give feedback.
-
Ok, I fixed the unknown file type 'auto' with: sudo apt-get install libsox-fmt-all Now I still getting the failed reading '-' Bill |
Beta Was this translation helpful? Give feedback.
-
Sorry to be a pest, but it did out put an mp4 file with the --faac flag....shrug. I do have NeroAacEnc installed and residing in my path of ~/bin. |
Beta Was this translation helpful? Give feedback.
-
@Bill: Sorry to hear you're having difficulties and sorry for the late reply, I must do better at approving comments quickly. I've not seen the error you are reporting but if I encounter the problem myself, I'll endeavour to fix it. I am pleased to here that you can work around the issue using the '--faac' option. Thanks for posting the package dependency it may help others, although I recommend installing packages with 'aptitude' to ensure all recommended packages are also installed. It can help avoid the issues like the one you ran into. |
Beta Was this translation helpful? Give feedback.
-
Your script don't work with more than one audio track, i modify this lines: and add this lines below of the past lines: Thanks for share your work! Sorry for my bad english. I'm mexican. |
Beta Was this translation helpful? Give feedback.
-
Wow, it works! I must have spent hours trying various alleged methods to convert MKV files into standard MP4s without re-encoding the video. Yours is the first that has resulted in an MP4 that'll actually be played by QuickTime and the PS3. |
Beta Was this translation helpful? Give feedback.
-
@saúl: Thanks for your code. I'll release a new version that incorporates your changes. @Mathew: Glad it worked, thanks for the endorsement :-) |
Beta Was this translation helpful? Give feedback.
-
For converting MKV DTS to MKV ac3 in UBUNTU, I use two applications: 1. WinFF:For creating the AC3 audio track, I open WinFF, then I Add the MKV file that contains the DTS track. In Output details, I select Convet to Audio This will create an audio file with the same name as the MKV file, but with the ac3 extension 2. MKV files creator (mkvmerge) Input Files: add the MKV file for which you created the ac3 audio track. This creates a file with the same name as the MKV file, except it has a (1) added to it that will have the ac3 audio track for playing as 2 channel stereo. I hope this helps! |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
MKV to MPEG-4 conversion script
https://wimpress.com/posts/mkv-to-mpeg-4-conversion-script/
Beta Was this translation helpful? Give feedback.
All reactions