I have h.264/AVC files that have DVI IMA stereo, 44.1 kHz, 354 kbps audio.
I want to pass-through the AVC and convert the audio to 48kHz ACC.
According to the instructions I should be able to select "pass-through" with Encode video checked. The output should be .MP4 or .MOV with the original video and the converted audio.
Nope.
As soon as I select "pass-through" with Encode video checked the output becomes AVI. The video is not moved through. Moreover, the output fails.
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from '/Users/steve/Desktop/EZ-F1_720p.MOV':
Duration: 00:00:17.6, start: 0.000000, bitrate: 8351 kb/s
Stream #0.0(eng), 29.97 fps(r): Video: h264, yuv420p, 1280x720
Stream #0.1(eng): Audio: 0x1100736d, 44100 Hz, stereo
Output #0, mov, to '/Users/steve/Desktop/EZ-F1_720p.MOV.ff.mp4.aac':
Stream #0.0: Audio: aac, 48000 Hz, stereo, 256 kb/s
Stream mapping:
Stream #0.1 -> #0.0 [sync #0.0]
Unsupported codec (id=0) for input stream #0.1
I've tried all the h.264 options and they all fail the same way.
PS: what is the syntax for encode audio using acc stereo at 256kbps? I'd like to try it in VisualHub using its Pass Through option.
Results 1 to 5 of 5
-
-
Currently, the pass-through function forces AVI output in ffmpegX. Not sure why.Originally Posted by DVC
You will need a newer version of ffmpeg to convert '0x1100736d' audio. The version of ffmpeg in current ffmpegX 0.0.9y doesn't support this codec yet.Originally Posted by DVC
Not sure. It might be something like:Originally Posted by DVCCode:-acodec aac -ab 256 -ar 48000 -ac 2
-
Downloaded Y version and it will read the audio codec as long as one recodes AVC to AVC.
Is there a dummy codec that could subsitute for the x264 codec?
Is there a way to have ffmpeg generate its code into a buffer that can be edited before being executed.
-
Sort of. There are ways to get the command line instruction that ffmpegX creates to pass on to the command line executables that it uses. However, if you decide to edit that, you'll have to go command line from there (i.e. use the Terminal shell).Originally Posted by DVC
To get the command line instruction, set ffmpegX to "Open Terminal Window" (in the menu bar). Then also install a third party tool that provides a clipboard history (e.g. PTHPasteboard), sometimes called 'multiple clipboards'. After pressing Encode in ffmpegX, the content of the clipboard before the current one, will have the command line instruction.
Similar Threads
-
DTS passthrough using AutoGK
By vdgg in forum Video ConversionReplies: 14Last Post: 21st Aug 2014, 18:03 -
AVC level 5.1 to AVC level 4.1 conversion?
By tomisoft in forum Video ConversionReplies: 4Last Post: 4th Nov 2012, 08:57 -
DD 5.1 spdif passthrough for gaming
By MR 3 in forum AudioReplies: 2Last Post: 10th Sep 2010, 09:55 -
audio passthrough question
By anilty in forum ffmpegX general discussionReplies: 1Last Post: 25th Apr 2009, 01:26 -
Passthrough and 3CCD
By house141 in forum Camcorders (DV/HDV/AVCHD/HD)Replies: 1Last Post: 17th Feb 2008, 13:59


