so i have bought a cheap mp3 player from aliexpress for around $3nzd
but having problems converting video for the device
i found this https://github.com/fdd4s/portable_mp3_player_video_converter_tools
my device is the Portable MP3 Player AVI Format - Shenju 1.8 inch on there list
so i opened CMD in the folder the FFmpeg.exe is located and put the video i want to convert in the same folder and used this command in cmd
but when i run the command i just get what is in the photo what am i doing wrong?ffmpeg -i All Time Low - Poppin.mkv -vf "scale=-2:128, crop=160:128, transpose=2, vflip" -r 16 -acodec pcm_s16le -ac 2 -ar 22050 -pix_fmt yuvj420p -c:v mjpeg -q:v 2 dest.avi
+ Reply to Thread
Results 1 to 3 of 3
-
-
You cannot have a file name with spaces unless it's in quotes " "
-
Similar Threads
-
ffmpeg input .m4a and .ac3 to video
By DebbieGl in forum Video ConversionReplies: 6Last Post: 14th May 2024, 08:29 -
clever FFmpeg-GUI Error When Input Video Encoded With VP09?
By meeshu in forum EditingReplies: 16Last Post: 18th Mar 2024, 07:14 -
What does this FFMPEG input mean?
By Guernsey in forum Newbie / General discussionsReplies: 3Last Post: 13th Oct 2022, 08:18 -
I need help error: cannot open input file (video.mp4) -4
By Ghostmariachi in forum Video Streaming DownloadingReplies: 6Last Post: 1st Nov 2021, 20:33 -
Need Help Opening this MPD with FFmpeg
By sowie in forum Video Streaming DownloadingReplies: 0Last Post: 28th Jun 2021, 11:05