How to convert a bunch (arround 14 gb) of .flv videos to .avi or .mp4?

  • Thread starter Azerus_Kun
  • Start date
  • Views 1,508
  • Replies 4
A

Azerus_Kun

Guest
i have like 14 gb of videos in .flv, i'd like to have them in a more modern format such as .avi or .mp4, but all converters i've tried either crash, freeze or just give a black video with no sound
 

Alexander1970

XP not matters.
Member
Joined
Nov 8, 2018
Messages
14,971
Trophies
3
Location
Austria
XP
2,622
Country
Austria
Wondershare UniConverter is very reliable,fast (uses GPU´s Encoding Abilities too if supported) and stable (Windows 10 x86).
If your CPU/GPU is powerful enough you can convert up to +10 Videos at the same Time. ^_^
 

ChiefReginod

Well-Known Member
Member
Joined
Jun 11, 2016
Messages
696
Trophies
0
Location
California
XP
2,581
Country
United States
Those are really just container formats. The codecs are the important part (you can check the codecs of video files with either MediaInfo or open them in VLC Media Player and press Ctrl+J). Luckily, there's an easy way to change the container format with ffmpeg without re-encoding them and losing quality.

Here's the command for a single file. This will create a new file and leave the original untouched:

ffmpeg -i video.flv -codec copy video.mp4

I'm sure there's some way to do a whole folder at once but I usually just make a batch file with the ones I want to convert.
 

elBenyo

Wad of meat.
Member
Joined
Jan 2, 2016
Messages
487
Trophies
0
Age
33
XP
886
Country
United States
Another free Windows option is Format Factory and it can do batches, but be real and use handbrake. I have a pi 3 that runs handbrake all day long and converts videos in placebo quality, takes forever but files are small and run fine from my pi4 Plex server. Oh some one mentioned VLC? She has a built-in converter too, Google it.
 

Site & Scene News

Popular threads in this forum

General chit-chat
Help Users
  • NinStar @ NinStar:
    there is a plugin that display them on the wii u menu, pretty sure it is enabled by default
  • crafthp434 @ crafthp434:
    so like it doesnt exist
  • crafthp434 @ crafthp434:
    yeah
    ?
  • NinStar @ NinStar:
    it doesn't exist, at least not for aroma
  • crafthp434 @ crafthp434:
    ohhhhh
  • NinStar @ NinStar:
    on tiramisu you can access it by opening mii maker
  • crafthp434 @ crafthp434:
    okay
  • NinStar @ NinStar:
    I don't have a wii u anymore to test it myself, but if homebrews are not visible on the wii u menu I think you can press L + R + minus to open the plugin menu, there should be an option called "homebrews on wii u menu" or something similar
  • crafthp434 @ crafthp434:
    nope
  • crafthp434 @ crafthp434:
    it is L+dpad down+ select
  • crafthp434 @ crafthp434:
    but homebrew is appearing in the home menu btw
  • NinStar @ NinStar:
    yes, now I remember it
  • NinStar @ NinStar:
    then it is working, I also don't like that they did this but it is the only option you have if you are using aroma
  • crafthp434 @ crafthp434:
    i just didint know the homebrew launcher didint exist in aroma
  • crafthp434 @ crafthp434:
    thanks btw
  • Xdqwerty @ Xdqwerty:
    Im downloading fallout 3 goty edition
    +1
  • BigOnYa @ BigOnYa:
    I'm downloading more ram for my hamster pc
    +1
  • Psionic Roshambo @ Psionic Roshambo:
    New hamster PC, with anal operation and BT connectivity!
    +1
  • Xdqwerty @ Xdqwerty:
    @BigOnYa, How do I make enemies respawn on gdevelop after
    the player dies?
  • Psionic Roshambo @ Psionic Roshambo:
    Carrying a PC or phone is so old school!
  • Psionic Roshambo @ Psionic Roshambo:
    Squeeze your cheeks twice to answer calls!
  • BigOnYa @ BigOnYa:
    @Xdqwerty you can use a "spawner" function on any object.
    +1
  • BigOnYa @ BigOnYa:
    Or when your player dies, you can say in code, if enemy exists, do nothing, but if enemy does not exist, then create enemy at certain spot. (This would be a pain tho for lots of emeies)
  • BigOnYa @ BigOnYa:
    Easiest, simple way would be just restart scene, but player would restart from beginning.
    BigOnYa @ BigOnYa: Easiest, simple way would be just restart scene, but player would restart from beginning.