|
|
#51 | |
|
Gosh, I have the same question, Just trying to split the already encoded file.
Most posters here don't grab this notion. If you don't know the answer, stop telling people to re-encode it. Thanks. Quote:
|
||
|
|
2
|
|
|
#52 |
|
Found fix
If you are looking to extract the audio from a mp4, just use ffmpegX to convert the mp4 into a FLV file. Once you have converted, use the program iExtractMP3 to convert to mp3. Works well and is VERY fast!
|
|
|
|
-2
|
|
|
#53 |
|
Solution: Extract audio from mp4
Okay: I'm assuming you have access to QuickTime Pro 7 (where the Command-J command works).
You will open the movie in QTPro 7. Type Command-J (or choose "View -> Show Movie Properties"). The top pane of that window will have all the resources within the .mp4 file listed. You'll have a Video track and a sound track. Click on the sound track. Click the "Extract" button. This will open just the sound track in a new QuickTime document window. Choose "Export..." from the File menu. In the Export dialog box, in the Export: pull down menu, choose "Movie to MPEG-4". Click the "Options..." button next to that pull-down menu. In the next window, choose the "Audio" tab." In the "Audio Format:" pull-down menu, choose "pass-through". Click "OK" to commit that change and exit this dialog box. Name your file, click "Save" and you'll have exactly what you want: an audio-only .mp4 file with no reencoding. |
|
|
|
1
|
|
|
#54 | |
|
Quote:
I would add only one more thing, which is when saving the file, give it the .m4a extension (or rename it with this extension once exported). That way, iTunes will correctly list it as "AAC audio file" rather than "MP4 video file" (even though it has no video track). |
||
|
|
1
|
|
|
#55 |
|
Solution
Use TSmuxer.
|
|
|
|
0
|
|
|
#56 | |
|
great ideas.... thanks. but couldn't you just extract directly from the video file? another words, skip to the "Choose "Export.."" step and just make sure in the Options that on the "Video" tab you have the video format set to "none"?
I think that would do the same thing and make this a bit less complicated. -cj Quote:
|
||
|
|
0
|
|
|
#57 |
|
Here's how it worked for me
Here's how it worked for me under Mountain Lion, for anyone who finds this on Google and simply wants to pull the audio out of a movie file:
Open the file in Quicktime Player, then go to: File->Export… (or hit command-shift-S) ![]() Then select "Audio Only" from the Format drop-down: ![]() Then Save it: ![]() It appears to work as a pass-through rip, and I don't know if it works on every file, but it worked a charm on this one, pulling out 256kb/s aac audio. |
|
|
|
0
|
|
|
#58 |
|
Extract audio from multiple mp4
Hi everybody,
Thanks to the previous messages I was able to succeed in splitting the audio from the video. However, I needed to automate the steps, as I had a lot of videos to split. Here's the script that I wrote : #!/bin/bash for f in *.mp4; do ./ffmpeg -i "$f" -vn -acodec copy "${f%.mp4}.m4a" done For people who aren't so much into scripts, open Terminal, type "Nano" Paste the script. Type Ctrl + X to close the editor, a prompt asking what to do will appear, save the file with ".sh" suffix. Assuming you saved it in a convenient folder, navigate to the directory where the script is with the terminal. For example, script being in the Resources folder (mentioned in page 2), type : cd Desktop/Resources/ Being in the folder, where your script and videos are, you then have to make the script executable; type : chmod u+x nameofscript.sh Then you just have to run the script in the same folder of the videos, to do so type : ./nameofthescript.sh Thanks for the help that you gave me. Cheers. Stas |
|
|
|
0
|
|
|
#59 | |
|
Quote:
|
||
|
|
0
|
![]() |
|
«
Previous Thread
|
Next Thread
»
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| thread | Thread Starter | Forum | Replies | Last Post |
| is there a way to extract subtitles from mp4 files ? | bo-waleed | Mac Applications and Mac App Store | 0 | Jun 6, 2011 09:15 AM |
| any easy way to extract artwork from .mp4/.mov/.m4v files? | marklight | Apple TV and Home Theater | 33 | May 31, 2011 03:00 AM |
| Extract AAC from MP4 - YAMB equivalent for Mac | shaze | Mac Applications and Mac App Store | 11 | Jan 28, 2011 08:47 AM |
| Easy way of extracting audio from an MP4? | ss957916 | Digital Audio | 3 | Sep 20, 2009 05:16 AM |
| extracting audio from a dual audio .mp4 file? | KYUSS123 | Apple TV and Home Theater | 2 | Nov 9, 2008 12:33 PM |
All times are GMT -5. The time now is 05:33 PM.











Linear Mode

