Hello. I'm updating some old batch files which use ffmpeg to do transcoding in various ways, and seek advice about which is the latest "best" audio format to use in MP4 files intended for chromcasting from a home chromecast server.
For a long time I used MP3 because it was compatible, like this:
or maybe this"%NVENCFFMPEGEXE%" -i "%videofile%" -i "%audiofilenormalized%" -map_metadata -1 -map 0:v -map 1:a -c:v h264 -preset fast -profile:v high -level 4.1 -crf %crf% -coder 0 -c:a libmp3lame -ab %audiobitrate% -movflags +faststart -y "%fOUTPUT%"
Once upon a time aac like this "c:a libvo_aacenc" was said to produce very low quality output in ffmpeg, but now I'm wondering what it's like now, and what the recommended codec would be for use with a chromecast device ?"%NVENCFFMPEGEXE%" -i "%videofile%" -i "%audiofilenormalized%" -map_metadata -1 -map 0:v -map 1:a -filter:v unsharp -c:v h264_nvenc -preset hq -rc:v constqp -global_quality 20 -profile:v high -level 4.1 -pixel_format yuv420p -movflags +faststart -c:a libmp3lame -ab %audiobitrate% -y "%fOUTPUT%"
Thanks
+ Reply to Thread
Results 1 to 2 of 2
-
-
I think you'll find a whole lot more information about Chromecast audio here:
*Official* Google Chromecast AUDIO owners thread (AVS Forum)
I don't use the product, so I don't have any other information to provide.
Similar Threads
-
DVD to mp4/m4v to sync additional audio to the video... Settings advice?
By nobodyhome in forum DVD RippingReplies: 5Last Post: 12th May 2016, 14:28 -
Vegas multi-cam MP4 and new audio source video - output advice?
By msimon7 in forum Video ConversionReplies: 4Last Post: 25th Jan 2016, 23:09 -
Latest Way To Re-Resynch Audio On AVI Files?
By shagratt71 in forum Newbie / General discussionsReplies: 5Last Post: 20th May 2015, 21:55 -
Sort and convert mp4 by audio codec?
By chrispopp8 in forum Newbie / General discussionsReplies: 1Last Post: 6th Apr 2015, 11:11 -
Capturing Hi8 tapes - latest advice.
By ex_directory in forum Capturing and VCRReplies: 21Last Post: 20th Sep 2014, 01:51