Features, settings & updates

Get troubleshooting tips to configure your Roku settings. The community forum has tips for screen mirroring, Guest Mode, software updates, audio, and more.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Amelia3
Binge Watcher

Re: Roku media player not playing MP4 files from external harddrive connected via USB

Jump to solution

Thanks again.

Yes, I have used info from StackOverFlow many times and have found good info there.

0 Kudos
renojim
Community Streaming Expert

Re: Roku media player not playing MP4 files from external harddrive connected via USB

Jump to solution

@AllyPally12  , it looks like you missed the -c:v copy (or -vcodec copy) in your command line.  It will be much quicker if you don't re-encode the video.

Roku Community Streaming Expert

Help others find this answer and click "Accept as Solution."
If you appreciate my answer, maybe give me a Kudo.

I am not a Roku employee.
Amelia3
Binge Watcher

Re: Roku media player not playing MP4 files from external harddrive connected via USB

Jump to solution

Thank you so much!

When I tried to make AvsGunnar's command below (that worked on a single file)

---ffmpeg -i roku.mkv -vcodec copy -acodec aac -strict -2 newroku.mkv

into a 'batch' command to process all files in a directory, (and I can't remember the "incorrect" command I used, I got syntax errors I didn't understand, so took out the -c:v copy (or -vcodec copy)).

adding the -c:v copy syntax took the conversion speed up to 28x

for %f in (*.mp4) do ffmpeg -i "%f" -c:v copy -c:a aac "%~nf.mkv"

Again, thank you all from this 'newbie'

ALSO

it took me a while to find how to identify the CODEC info for the Audio- I finally found it using VLC Media Player. If other newbies aren't aware of how to find  this, an easy location is using -- VLC Media Player-Tools->Codec Information

 

Need Assistance?
Welcome to the Roku Community! Feel free to search our Community for answers or post your question to get help.

Become a Roku Streaming Expert!

Share your expertise, help fellow streamers, and unlock exclusive rewards as part of the Roku Community. Learn more.