Hello,
I have this 2 files:
VIDEO:
1980p 25fps h264 MOV with no sound
AUDIO
5.1 (LRCLfeRsLs) linear pcm 24 bit little endian signed integer 48000hz WAV
I need to
get a .ts file that muxed a ac3 5.1 generic (passthrough) stream and h264 25 mbit, CBR, level 4.1 max stream
How can i do this on Mac.
I've tried subler but when i try to save it there is no .ts option.
The reason i need this is because i need the file to play in a brightsign player and passtrough audio to a home theather setup (or any audio decoder) - because brightsign players don't decode surround.
Can anybody help me out?
thanx
+ Reply to Thread
Results 1 to 11 of 11
-
-
Thread moved to the mac forum where you can get more help.
I think,therefore i am a hamster. -
Thanx
I need to get an .ts file with a video stream h264 (19mbit CBR LEVEL 4.1) and a AC3 STREAM (5.1 generic) in a .ts file.
I figured out that using tsmuxer i can get the .ts file but tsmuxer doesn't accept the wav input.
I've tried to cOnvert the wav file into ac3 using compressor obtaining an .ac3 file. The tsmuxer accepts this .ac3 file as an input but i get a ton of errors when i try to muxe.
So now my problem is how to convert a wav file into a ac3 that tsmuxer will accept.
How can i do this?
Thank you -
Use clever Ffmpeg-GUI.
Load your wav file, click main, click encode audio stream, select ac3 as encoder and 5.1 as channels, click encode.
Done. -
Try one of this:
https://evermeet.cx/ffmpeg/#ffmpeg
https://github.com/eugeneware/ffmpeg-static
https://www.osxexperts.net/
ffmpeg way is fastest way - single binary and usually no dependecies -
I managed to get it to work finally!
All done in MAC OS VENTURA
1.I used Audacity to convert wav to ac3
1.1. need to install the ffmpeg libraries (you can find links it on the Audacity web page)
1.2 Pay attention that you need to go to Audacity preferences import/export and select use advanced mixing options (if not it will downmix the 5.1 wav to a stereo mix)
2. Used tsmuxergui to join the video file with the converted ac3 (5.1 surround) into a ts file.
It is a simple solution but i never expected to get so long to get it (tried a bunch of different stuff before)
Thanx
Similar Threads
-
Create VTT file with ffmpeg, how?
By giggioman00 in forum Newbie / General discussionsReplies: 6Last Post: 31st Oct 2022, 12:27 -
how to create a .wav file empty correspondant to a video-only file?
By marcorocchini in forum Newbie / General discussionsReplies: 19Last Post: 22nd Jul 2022, 16:11 -
Demux a Dolby Surround 2.0 file into separate streams?
By Xoanon in forum AudioReplies: 27Last Post: 2nd Jul 2021, 09:21 -
Create batch file for ffmpeg to increment the file output
By Bassquake in forum Video ConversionReplies: 2Last Post: 25th Nov 2019, 06:03 -
What software can export a video file with 7.1 surround sound?
By Monstro01 in forum AudioReplies: 3Last Post: 8th Apr 2019, 06:31