Superb quality and spec AB-Com PULSe 4K SE. Crazy offer! Only £99! FREE UK DELIVERY! 4K UHD, Enigma 2, Multiboot 4 images & more!...
Superb quality and spec AB-Com PULSe 4K Rev II Twin Satellite tuner only £149! FREE UK DELIVERY! 4K UHD, Enigma 2, SATA HDD facility, Multiboot 4 images & more!...

[VU+ Duo2] mp4 playing as lusicfile

bellejt

Forum Supporter
Donated Member
Joined
Dec 24, 2013
Messages
2,251
Reaction score
53
Points
48
Age
65
when i copy a mp4 file to HDD it plays as music file instead of video file.Only recently copied files have that.Is there a soltution or wrong setup ?
 
seems that files with audio on stream 0 gives the problem
 
As a workaround you could "fix" the file to be the other way round using ffmpeg.

On a command line this is done by:

Code:
 ffmpeg -i input.mp4 -map 0:1 -map 0:0 -c copy out.mp4
 
tried in telnet but not working
 
Last edited:
(once I install ffmpeg) ?? Do i need to install something ? I just gave the command in telenet and get error.If i change "index" in name off the file something happens but still radio on replay
 
I had this problem with mp4 files which used to play until the recent (6.1 or 6.2 update). Recently the files would play with sound but no picture.
I found that mp4 files would play if
/Menu/System/Customise/Enable new GStreamer playback = no
 
tried and not working. Only differance i see in mp4 files is that stream0 audio is and stream1 video.Then i get audioplayer and no image.With files where stream0 video is it works fine.Problem is when i donwload from youtube the new standar dis adio stream0.
 
(once I install ffmpeg) ?? Do i need to install something ? I just gave the command in telenet and get error.
"get an error" covers a multitude of possibilities.

But:
-bash: ffmpeg: command not found
would be a big hint that it isn't installed.
You can install it with:
Code:
opkg install ffmpeg.
 
I download with youtube premium registered on to my computer and then copy file to HDD vu+ duo2
 
just installed the package and when going to directory where file is and giving your cmd I get : no such file or directory.Even when I replace iput and output by filename .Not worked in linux a lot.Only windows

PS : do I give the command in root or directory where files are ? MANY THX in advance for help
 
Last edited:
just installed the package and when going to directory where file is and giving your cmd I get : no such file or directory.Even when I replace iput and output by filename .Not worked in linux a lot.Only windows
If you are not sure of directory and linux, using filezilla roll down to the HDD (look in /media) and find the file - top right bar in filezilla will show the location you need to use in ffmpeg
 
I am using DCC.Is it the same ? IN DCC the file is in /media/hdd/movie/Musicvid named : Steps Party On The Dancefloor Tour 2017 Live @ SSE Arena Wembley.mp4
 
just installed the package and when going to directory where file is and giving your cmd I get : no such file or directory.Even when I replace iput and output by filename .Not worked in linux a lot.
Did you put quotes round the filename? It will contain spaces...
 
maybe if someone placed the right command line here I could copy it and see.Would be easy for the future to adapt new files. (I am used to working in CMD windows)
 
no one with example how to do it ?
 
ffmpeg -i input.mp4 -map 0:1 -map 0:0 -c copy out.mp4 gives input.mp4: no such file or directory


when I give : ffmpeg -i "Steps Party On The Dancefloor Tour 2017 Live @ SSE Arena Wembley.mp4" -map 0:1 -map 0:0 -c copy "Steps Party On The Dancefloor Tour 2017 Live @ SSE Arena Wembley.mp4" in directory where file is I get :

output same as input : exiting
ffmpeg cannot edit existing files in-place.
 
ffmpeg -i input.mp4 -map 0:1 -map 0:0 -c copy out.mp4 gives input.mp4: no such file or directory


when I give : ffmpeg -i "Steps Party On The Dancefloor Tour 2017 Live @ SSE Arena Wembley.mp4" -map 0:1 -map 0:0 -c copy "Steps Party On The Dancefloor Tour 2017 Live @ SSE Arena Wembley.mp4" in directory where file is I get :

output same as input : exiting
ffmpeg cannot edit existing files in-place.

The example that @Birdman gave you was taking input.mp4 and creating output.mp4, i.e. the new file has a different name, so change your output file name to something like "NewSteps Party On.....mp4".
 

OpenViX Feeds Status

Back
Top